Closed
Bug 652465
Opened 14 years ago
Closed 14 years ago
Add ssl security class to urlbar for styling
Categories
(Firefox :: Theme, enhancement)
Firefox
Theme
Tracking
()
RESOLVED
DUPLICATE
of bug 456790
People
(Reporter: Kwan, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
At present the way security info is added to the url bar is through a level attribute which has 4 values:
None (attribute not present)
Broken
Low
High
However a lot more information is available, and is exposed to the identity box via classes (mixedContent, verifiedIdentity etc)
It would be helpful if these classes or something similar were also added to the urlbar itself so that it could be customised by themes/userstyles, particularly those wishing to implement an background colouring of the urlbar for different security levels.
Reproducible: Always
Steps to Reproduce:
1.Go to a site with verifiedDomain security (eg bugzilla)
2.Go to a site with verifiedIdentity (eg AMO)
3.Use the DOM Inspector to look at the urlbar for each page
Actual Results:
There should be some distinction between the two on the urlbar element
Expected Results:
There is no distinction, they are both just treated as level=high
Seems like this could perhaps be easily accomplished in browser CSS by adding
if (gURLBar)
gURLBar.className = newMode;
near
this._identityBox.className = newMode;
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•