Closed
Bug 498618
Opened 15 years ago
Closed 15 years ago
Improve identity display on security tab
Categories
(SeaMonkey :: Page Info, enhancement)
SeaMonkey
Page Info
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b2
People
(Reporter: kairo, Assigned: kairo)
References
Details
(Keywords: polish)
Attachments
(1 file)
37.27 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Now that bug 465504 has given more access points that link to the page info security tab, we should make that reflect identity better.
We should make up for not having the "Larry popup" of Firefox by providing that info in the tab, including the icon.
Assignee | ||
Updated•15 years ago
|
Severity: normal → enhancement
Assignee | ||
Comment 1•15 years ago
|
||
Here's a patch for displaying the icon in the security tab to give people a bit more of a visual clue.
Assignee: nobody → kairo
Status: NEW → ASSIGNED
Attachment #396754 -
Flags: superreview?(neil)
Attachment #396754 -
Flags: review?(neil)
Comment 2•15 years ago
|
||
Is there a yellow version as well? I could use that for the modern certError.css which is currently using chrome://global/skin/icons/alert-security.gif
Assignee | ||
Comment 3•15 years ago
|
||
I just copied the Firefox .png so if they have a different version anywhere, it's in a different image.
Comment 4•15 years ago
|
||
Found it in sslWarning.png. By the way the classic mac indentity.png should be the pinstripe version shouldn't it? CC Stefan.
Updated•15 years ago
|
Attachment #396754 -
Flags: superreview?(neil)
Attachment #396754 -
Flags: superreview+
Attachment #396754 -
Flags: review?(neil)
Attachment #396754 -
Flags: review+
Comment 5•15 years ago
|
||
Comment on attachment 396754 [details] [diff] [review]
provide identity icon in security tab
>- </grid>
>+ <hbox>
>+ <image id="identity-icon"/>
>+ <grid flex="1">
diff -w would have been nice ;-)
>+ document.getElementById("identity-icon").className = "verifiedIdentity";
Nit: put this value into a variable ("verification" perhaps?) and set the class name along with the text labels below.
>+ height: 64px;
>+ width: 64px;
Nit: width before height.
>+ padding: 0;
Nit: unnecessary.
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0b2
Assignee | ||
Updated•15 years ago
|
Whiteboard: [good first bug]
You need to log in
before you can comment on or make changes to this bug.
Description
•