Closed
Bug 703115
Opened 13 years ago
Closed 13 years ago
Use an indicator on the URL bar to reflect security state
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 verified, fennec11+)
VERIFIED
FIXED
People
(Reporter: aaronmt, Assigned: sriram)
References
Details
(Whiteboard: [QA+])
Attachments
(1 file, 2 obsolete files)
10.65 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
bug 695477 added the functionality to the favicon. Last I heard, there is interest in putting the functionality back into a 'lock' on the URL bar.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sriram
Assignee | ||
Comment 1•13 years ago
|
||
This patch changes the site security indicator from favicon to a new lock on the right.
We need better resources for HDPI and XHDPI screens. Also, I am thinking of reusing the same ImageButton for stop and site security. In which case, there needs more plumbing for this patch (probably would be fixed as a part of Bug 697726).
Attachment #575017 -
Flags: feedback?(mark.finkle)
Assignee | ||
Comment 2•13 years ago
|
||
This patch takes care of the stop button. Though the site security gets updated, they are visible only if stop button is not visible.
I thought of coupling both the buttons into one, the same way as favicons. Though the images can be changed easily, there would be an extra overhead of adding and removing event listeners (as stop has an event listener which site security doesnt). Hence I am having two ImageButtons.
The assets in these arent final. They needs to be replaced with high resolution ones.
Attachment #575017 -
Attachment is obsolete: true
Attachment #575017 -
Flags: feedback?(mark.finkle)
Attachment #575033 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•13 years ago
|
||
I had wrongly deleted a line to stop Progress spinner. I've fixed it in this patch.
Attachment #575033 -
Attachment is obsolete: true
Attachment #575033 -
Flags: review?(mark.finkle)
Attachment #575051 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Priority: -- → P3
Updated•13 years ago
|
Attachment #575051 -
Flags: review?(mark.finkle) → review+
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•13 years ago
|
||
Samsung Nexus S (Android 2.3.6)
20111118040220
http://hg.mozilla.org/projects/birch/rev/9999a423d8ab
Shall I file a follow-up future enhancement if desired for making these clickable for cert display?
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•13 years ago
|
Flags: in-litmus?(fennec)
Whiteboard: [QA+]
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Comment 7•13 years ago
|
||
Verified on Aurora 11.0a2 (2012-01-15) also .
Blue lock displayed for Identify verified, site operator unknown. (e.g https://mail.google.com/mail/)
Green lock displayed for Identity verified. (e.g https://www.paypal.com)
Test case created in litmus:
https://litmus.mozilla.org/show_test.cgi?id=44957
https://litmus.mozilla.org/show_test.cgi?id=44958
Flags: in-litmus?(fennec) → in-litmus+
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•