Open
Bug 1339222
Opened 8 years ago
Updated 1 year ago
Remove DocGroup assertion workaround landed in bug 1337537
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: billm, Unassigned)
References
Details
Attachments
(1 obsolete file)
We would like to remove the mIgnoreDocGroupMismatches code from bug 1337537.
The plan to do this is to save the principal associated with the opener window regardless of whether the window is opened with "noopener". That principal should be used on the EnsureContentViewer > GetInheritedPrincipal path (specifically at [1]).
Unfortunately, doing this causes a test to fail where we don't lay out the new document opened via window.open. Need to debug to see why this happens.
[1] http://searchfox.org/mozilla-central/rev/d3307f19d5dac31d7d36fc206b00b686de82eee4/docshell/base/nsDocShell.cpp#10799
Comment 1•8 years ago
|
||
Maybe Michael has time to take a look?
Flags: needinfo?(michael)
Priority: -- → P2
Updated•7 years ago
|
Flags: needinfo?(nika)
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9384988 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•