Closed
Bug 1142459
Opened 10 years ago
Closed 10 years ago
Mixed Content Blocking shield icon is not displayed in URL Bar
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox36+ verified, firefox37+ verified, firefox38+ verified, firefox39+ verified)
People
(Reporter: TeoVermesan, Assigned: snorp)
References
Details
Attachments
(1 file, 2 obsolete files)
|
2.22 KB,
patch
|
rnewman
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
Sylvestre
:
approval-mozilla-release+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open https://ie.microsoft.com/testdrive/browser/mixedcontent/assets/woodgrove.htm
2. Choose "I Understand the Risks" -> "Visit Site" option
Expected results:
- Page is loaded with the shield icon displayed in the URL bar
Actual results:
- The shield icon is missing from the URL bar
Note:
- recent regression:
good build: 10-03
bad build: 11-03
pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6686aacf006f&tochange=fd8e079d6335
Bug 1140830 - HTC One M8 (Verizon) users reporting startup crashes after Lollipop (Android 5.0.1) update ?
Updated•10 years ago
|
Flags: needinfo?(snorp)
Comment 2•10 years ago
|
||
This should be a very small fix. snorp nodded on IRC, so over it goes.
Assignee: nobody → snorp
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8576872 -
Flags: review?(rnewman)
| Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8576872 -
Attachment is obsolete: true
Attachment #8576872 -
Flags: review?(rnewman)
Attachment #8576873 -
Flags: review?(rnewman)
Comment 5•10 years ago
|
||
Comment on attachment 8576873 [details] [diff] [review]
Fix mixed content shield notification broke by bug 1140830
Review of attachment 8576873 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/SiteIdentity.java
@@ +176,3 @@
> }
> } catch (Exception e) {
> + resetIdentity();
This should be reset(), no?
| Assignee | ||
Comment 6•10 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #5)
> Comment on attachment 8576873 [details] [diff] [review]
> Fix mixed content shield notification broke by bug 1140830
>
> Review of attachment 8576873 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mobile/android/base/SiteIdentity.java
> @@ +176,3 @@
> > }
> > } catch (Exception e) {
> > + resetIdentity();
>
> This should be reset(), no?
Ugh, indeed.
Flags: needinfo?(snorp)
| Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8576873 -
Attachment is obsolete: true
Attachment #8576873 -
Flags: review?(rnewman)
Attachment #8576885 -
Flags: review?(rnewman)
Comment 8•10 years ago
|
||
Comment on attachment 8576885 [details] [diff] [review]
Fix mixed content shield notification broke by bug 1140830
Review of attachment 8576885 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Test it! :D
Attachment #8576885 -
Flags: review?(rnewman) → review+
| Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8576885 [details] [diff] [review]
Fix mixed content shield notification broke by bug 1140830
Approval Request Comment
[Feature/regressing bug #]: bug 1140830
[User impact if declined]: no mixed mode icon
[Describe test coverage new/current, TreeHerder]: local
[Risks and why]: low
[String/UUID change made/needed]: none
Attachment #8576885 -
Flags: approval-mozilla-release?
Attachment #8576885 -
Flags: approval-mozilla-beta?
Attachment #8576885 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8576885 -
Flags: approval-mozilla-release?
Attachment #8576885 -
Flags: approval-mozilla-release+
Attachment #8576885 -
Flags: approval-mozilla-beta?
Attachment #8576885 -
Flags: approval-mozilla-beta+
Attachment #8576885 -
Flags: approval-mozilla-aurora?
Attachment #8576885 -
Flags: approval-mozilla-aurora+
| Assignee | ||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Bug 1140830 landed on 36-39. This fix will be needed on all branches.
status-firefox36:
--- → affected
status-firefox37:
--- → affected
status-firefox38:
--- → affected
status-firefox39:
--- → affected
tracking-firefox37:
--- → +
tracking-firefox38:
--- → +
tracking-firefox39:
--- → +
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 39
Comment 16•10 years ago
|
||
Verified as fixed on ZTE Grand X In (Android 4.0.4) and Nexus 7 (Android 5.0.2) on Firefox 36.0.2 Build2, on latest Aurora and latest Nightly.
Comment 17•10 years ago
|
||
Verified as fixed in build 37 beta 6;
Device: Lenovo Yoga Tab 10 (Android 4.4.2).
Status: RESOLVED → VERIFIED
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
•