Closed
Bug 695477
Opened 12 years ago
Closed 12 years ago
Use an indicator in toolbar to reflect security state
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: elan, Assigned: ju.vermet)
References
Details
(Keywords: feature, Whiteboard: [birch] [ux needed][QA+])
Attachments
(3 files, 2 obsolete files)
No description provided.
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Reporter | ||
Updated•12 years ago
|
Whiteboard: [birch] [ux needed]
Comment 1•12 years ago
|
||
Assigning to Julien who's already working on it.
Assignee: lucasr.at.mozilla → ju.vermet
Assignee | ||
Comment 2•12 years ago
|
||
If security state is high, favicon background is blue, if anything else, favicon background is white.
Assignee | ||
Comment 3•12 years ago
|
||
address_bar_button_middle_blue.9.png > embedding/android/resources/drawable/address_bar_button_middle_blue.9.png
Comment 4•12 years ago
|
||
The design has changed. We are not using color to show security level in the toolbar. Instead, we are showing a lock image. The lock will be hidden if there is no level of security on a site. The lock will appear if the site has some level of security. Tapping the lock will open the security panel (bug 695204). I'll add a mockup
Summary: COLOR of url bar to reflect security state → Use a 'lock' image in toolbar to reflect security state
Comment 5•12 years ago
|
||
Mockup
Comment 6•12 years ago
|
||
This is an update of Julien Vermet's patch in bug 695204. It adds support for storing the security mode in the Tab and updates the security mode in the BrowserToolbar when loading and switching tabs.
Attachment #569938 -
Attachment is obsolete: true
Attachment #571800 -
Flags: review?(sriram)
Updated•12 years ago
|
Summary: Use a 'lock' image in toolbar to reflect security state → Use an indicator in toolbar to reflect security state
Comment 7•12 years ago
|
||
Comment on attachment 571800 [details] [diff] [review] updated patch Review of attachment 571800 [details] [diff] [review]: ----------------------------------------------------------------- I see one problem here: handleSecurityChange() is updating the color without checking if the tabId is for the selectedTab. If a SecurityChange arrives for a background tab, the BrowserToolbar will be updated. I would suggest using "" instead of "unknown". Also, if they are reserved keywords, it's better to define them as constants and use them.
Attachment #571800 -
Flags: review?(sriram) → review-
Comment 8•12 years ago
|
||
Fixed the selectedTab issue. Leaving "strings" until we move to the next level of this feature, which is bug 695204
Attachment #571800 -
Attachment is obsolete: true
Attachment #571803 -
Flags: review?(sriram)
Comment 9•12 years ago
|
||
Comment on attachment 571803 [details] [diff] [review] updated patch 2 Review of attachment 571803 [details] [diff] [review]: ----------------------------------------------------------------- This patch looks fine to me.
Attachment #571803 -
Flags: review?(sriram) → review+
Comment 10•12 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/149e1178490f Filing a new bug to change the indicator type.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [birch] [ux needed] → [birch] [ux needed][QA+]
Comment 11•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #10) > https://hg.mozilla.org/projects/birch/rev/149e1178490f > > Filing a new bug to change the indicator type. Which?
Comment 12•12 years ago
|
||
These patches were backed while investigating Talos failures. Now that tests are green again, we will need to reland.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•12 years ago
|
||
backout was backed out https://hg.mozilla.org/projects/birch/rev/6f925b45a547
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 14•12 years ago
|
||
20111114041052 http://hg.mozilla.org/projects/birch/rev/859ecdfe0168 Samsung Galaxy SII (Android 2.3.4) Still waiting for the lock bug mentioned in comment #10
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
tracking-fennec: --- → 11+
Updated•12 years ago
|
status-firefox11:
--- → fixed
Updated•3 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
•