Closed
Bug 1697928
Opened 4 years ago
Closed 4 years ago
about:reader should load in the content process for the page being loaded
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
When about:reader is loaded, it is loaded with a null principal and will end up using null principal process selection rules. As there is an actual document URI which is being loaded in the about:reader URI, that URI should instead be used for making process selection decisions, so we don't end up with about:reader loaded in an inappropriate process.
Updated•4 years ago
|
Severity: -- → N/A
Fission Milestone: --- → M8
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c1723bec4081
Select process for about:reader based on article URI, r=annyG
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•