Closed
Bug 1068360
Opened 10 years ago
Closed 10 years ago
[e10s] Mixed content blocker doorhanger doesn't work
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
Tracking | Status | |
---|---|---|
e10s | m5+ | --- |
People
(Reporter: mossop, Assigned: Felipe)
Details
Attachments
(1 file)
(deleted),
patch
|
mossop
:
review+
mmc
:
review+
|
Details | Diff | Splinter Review |
The doorhanger code tries to manipulate the docshell directly and so fails. I'm disabling browser_bug1045809.js because of this.
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Flags: firefox-backlog+
Reporter | ||
Updated•10 years ago
|
Flags: qe-verify?
Updated•10 years ago
|
Assignee: nobody → felipc
Status: NEW → ASSIGNED
Iteration: --- → 36.1
Points: --- → 3
Assignee | ||
Comment 1•10 years ago
|
||
Just to make the doorhanger work, the isMixedContentAllowed changes weren't strictly necessary. But fixing the "open in new tab" handlers together was simple so I included it here
Attachment #8508771 -
Flags: review?(dtownsend+bugmail)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8508771 [details] [diff] [review]
mixedcontent
Review of attachment 8508771 [details] [diff] [review]:
-----------------------------------------------------------------
I think this looks ok but I'd like Monica to see it too.
Attachment #8508771 -
Flags: review?(mmc)
Attachment #8508771 -
Flags: review?(dtownsend+bugmail)
Attachment #8508771 -
Flags: review+
Comment 3•10 years ago
|
||
Comment on attachment 8508771 [details] [diff] [review]
mixedcontent
Review of attachment 8508771 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, Felipe! I think the same fix might be needed for re-enabling tracking protection.
Attachment #8508771 -
Flags: review?(mmc) → review+
Comment 4•10 years ago
|
||
(In reply to [:mmc] Monica Chew (please use needinfo) from comment #3)
> Comment on attachment 8508771 [details] [diff] [review]
> mixedcontent
>
> Review of attachment 8508771 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Thanks, Felipe! I think the same fix might be needed for re-enabling
> tracking protection.
Fortunately it looks like I am wrong -- tracking protection just clears the permission manager and reloads the page.
https://mxr.mozilla.org/mozilla-central/source/browser/base/content/urlbarBindings.xml#1861
No longer blocks: 1055186
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Thanks for the reviews. I left the .isMixedContentAllowed change for now because I'm gonna wait for bug 1084504 to be able to fully make sure it works. But I'll follow up on that in a separate bug because the most important part (the doorhanger) which is covered by this bug is now fixed.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Comment 8•10 years ago
|
||
Hi Felipe, can you mark this bug for QE verification.
Flags: needinfo?(felipc)
Assignee | ||
Comment 9•10 years ago
|
||
No need for QE verification as there is an automated test that got enabled in this bug and is passing.
Flags: qe-verify?
Flags: qe-verify-
Flags: needinfo?(felipc)
You need to log in
before you can comment on or make changes to this bug.
Description
•