Closed
Bug 1557808
Opened 6 years ago
Closed 6 years ago
Call BrowserParent::SendSkipBrowsingContextDetach in SendSkipBrowsingContextDetach
Categories
(Core :: DOM: Content Processes, defect, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
nika: "this method does the wrong thing - it grabs the BrowserParent
's nsFrameLoader
and calls SkipBrowsingContextDetach
on it, which is the wrong thing to do, as the nsFrameLoader on a BrowserParent is always the toplevel <xul:browser>'s""
Assignee | ||
Comment 1•6 years ago
|
||
The nsFrameLoader for the BrowserParent is always the toplevel
<xul:browser>'s, but we actaully want to skip the detach for the
browsing context for the current browser child.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf5936dc3807
Call BrowserParent::SendSkipBrowsingContextDetach in SendSkipBrowsingContextDetach. r=nika
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•6 years ago
|
Fission Milestone: --- → M3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•