Closed
Bug 1635992
Opened 5 years ago
Closed 5 years ago
Use WindowContext and LoadInfo in nsMixedContentBlocker::ShouldLoad instead of nsDocShell when possible
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
Details
(Whiteboard: [domsecurity-active])
Attachments
(2 files)
We currently look at a lot of properties on the docshell and document, when we already have them on the LoadInfo or WindowContext (and are available for OOP loads).
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D74168
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Comment 3•5 years ago
|
||
Tracking for Fission Nightly milestone (M6a)
Severity: -- → S3
Fission Milestone: --- → M6a
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5609ee2294d
Pass LoadInfo into nsMixedContentBlocker::ShouldLoad. r=ckerschb
https://hg.mozilla.org/integration/autoland/rev/203aaa940f77
Use LoadInfo and WindowContext in nsMixedContentBlocker instead of the docshell and Document. r=ckerschb
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d5609ee2294d
https://hg.mozilla.org/mozilla-central/rev/203aaa940f77
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•