After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 346243 - Improve first-time secure page dialog text
Improve first-time secure page dialog text
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
git master
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 348350
 
 
Reported: 2006-06-29 20:58 UTC by Reinout van Schouwen
Modified: 2007-06-17 05:56 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch for bug 346243 (1.18 KB, patch)
2007-06-05 07:06 UTC, Jared Moore
none Details | Review
Patch for bug 346243 fixed (1.17 KB, patch)
2007-06-05 08:02 UTC, Jared Moore
none Details | Review
with suggested changes, but no colour or icon in message (2.44 KB, patch)
2007-06-06 11:26 UTC, Jared Moore
committed Details | Review

Description Reinout van Schouwen 2006-06-29 20:58:07 UTC
The first-time dialog when visiting a secure page mentions the pad lock icon in the status bar. It should be changed to reflect that the icon is now (also) in the location bar. Maybe mention the yellow background colour too.
Comment 1 Christian Persch 2007-05-31 13:12:08 UTC
Easy to fix; code is in embed/mozilla/GtkNSSSecurityWarningDialogs.cpp.
Comment 2 Jared Moore 2007-06-05 07:06:11 UTC
Created attachment 89384 [details] [review]
Patch for bug 346243
Comment 3 Jared Moore 2007-06-05 07:55:24 UTC
Comment on attachment 89384 [details] [review]
Patch for bug 346243


>Index: ChangeLog
>===================================================================
>--- ChangeLog	(revision 7067)
>+++ ChangeLog	(working copy)
>@@ -1,3 +1,10 @@
>+2007-07-05	Jared Moore <cornflake.pirate@gmail.com>
>+
>+	* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
>+
>+	Modified first-time dialog when visiting a secure page, to mention the
>+	yellow location bar and padlock icon. Bug #346243.
>+
> 2007-06-04  Christian Persch  <chpe@gnome.org>
> 
> 	* embed/ephy-embed.c: (ephy_embed_load_url):
>Index: embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
>===================================================================
>--- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp	(revision 7067)
>+++ embed/mozilla/GtkNSSSecurityWarningDialogs.cpp	(working copy)
>@@ -94,7 +94,9 @@
> 		  GTK_RESPONSE_OK,
> 		  _("Security Notice"),
> 		  _("This page is loaded over a secure connection"),
>-		  _("The padlock icon in the statusbar indicates whether a page is secure."),
>+		  _("For secure pages, the location bar is colored yellow and a padlock icon "
>+		    "is displayed.\n\nThe padlock icon in the statusbar also indicates "
>+		    "whether a page is secure."),
> 		  nsnull, _retval);
> 
> 	*_retval = PR_TRUE;
Comment 4 Jared Moore 2007-06-05 08:02:57 UTC
Created attachment 89392 [details] [review]
Patch for bug 346243 fixed

Whoops, sorry about that - I'm a bit of a Bugzilla n00b. 

The first patch used spaces instead of tabs, that's fixed now.
Comment 5 Christian Persch 2007-06-05 10:33:42 UTC
Looks fine to me. Reinout?
Comment 6 Reinout van Schouwen 2007-06-05 14:17:01 UTC
I suggest:
 s/location bar/address entry/  (to be consistent with other messages)
 s/a padlock icon/a locked padlock icon/ (preferably with a visual example of the icon, not sure if that's possible)

Furthermore, is the "security color" themeable? If yes, then we should probably say:
 s/is colored yellow/has a distinct color/ 
and the text should have the same background color as the secure color would be.


Jared, could you adjust the text in the Epiphany online manual as well? (	
http://svn.gnome.org/viewcvs/epiphany/trunk/help/C/epiphany.xml?view=markup under
"identifying-secure-sites") 
Thanks!
Comment 7 Reinout van Schouwen 2007-06-05 14:19:05 UTC
clarification: by "the text" to have a background color I mean "distinct color".
Comment 8 Jared Moore 2007-06-06 11:26:00 UTC
Created attachment 89466 [details] [review]
with suggested changes, but no colour or icon in message

Yes, the address entry is themed - obviously I didn't check thoroughly enough there. Also changed the help text.

I'm not sure whether the coloured text and icon is possible at the moment :/
Comment 9 Jared Moore 2007-06-06 11:27:45 UTC
I also removed some text in the help file that seemed to be incorrect.
Comment 10 Christian Persch 2007-06-08 13:15:56 UTC
Assuming it builds this time, ok to commit. Thanks for the patch :)
Comment 11 Diego Escalante Urrelo (not reading bugmail) 2007-06-17 05:56:20 UTC
Ok. Committed to trunk, revision 7085.

2007-06-07  Diego Escalante Urrelo  <diegoe@gnome.org>

        * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
        * help/C/epiphany.xml:

        Modified first-time dialog when visiting a secure page, to mention
        the color and padlock icon in the address entry.
        Patch by Jared Moore. Fixes bug #346243.