Closed
Bug 876747
Opened 12 years ago
Closed 4 years ago
Display the ssl icon earlier
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: glandium, Unassigned)
Details
At the moment, the ssl icon more or less shows up when the throbber ends spinning. This is very much later than when we know the connection is secure (since we know that after the SSL connection started, before even sending the first request).
Although, I don't know what fennec displays for secure pages with insecure content, which might lead to some confusion.
Comment 1•12 years ago
|
||
We check the identity of the connection in onSecurityChange:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#3558
This was ported over from desktop, so changing this probably involves a more general platform change, especially considering we get the identity data from the XUL browser element.
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
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
•