Closed
Bug 1509016
Opened 6 years ago
Closed 5 years ago
Remove nsGlobalWindowOuter::mOpener
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1576407
People
(Reporter: farre, Unassigned)
References
(Blocks 1 open bug)
Details
After Bug 1502330 is completed, all BrowsingContexts will have their opener recorded as BrowsingContext::mOpener, and since nsGlobalWindowOuter can get its BrowsingContext, it can get that BrowsingContexts opener, which in turn can get that BrowsingContexts nsDocShell that will give you that docshell's nsGlobalWindowOuter.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Reporter | ||
Updated•6 years ago
|
Comment 1•5 years ago
|
||
I seem this has been fixed by bug 1576407
https://hg.mozilla.org/mozilla-central/rev/7c55d3338a5b
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•