Closed
Bug 1523636
Opened 6 years ago
Closed 6 years ago
Create BrowsingContext in nsFrameLoader
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: nika, Assigned: farre)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently the browsing context for a nsFrameLoader is set asynchronously from the TabChild when out-of-process. We should instead send down the BrowsingContext when constructing the TabParent object, rather than creating the BrowsingContext in-process. This will also be good for out-of-process iframes.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → afarre
Updated•6 years ago
|
Status: NEW → ASSIGNED
Fission Milestone: --- → M2
Updated•6 years ago
|
Blocks: rm-docshell-tree-item
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Attachment #9053870 -
Attachment description: Bug 1523636 - Create BrowsingContext in nsFrameLoader. → Bug 1523636 - Create BrowsingContext in nsFrameLoader. r=nika
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d76b42f0d6ca
Create BrowsingContext in nsFrameLoader. r=nika,qdot
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment 5•6 years ago
|
||
Backed out for causing bug 1543015
backout: https://hg.mozilla.org/mozilla-central/rev/c67c3014b6c891959a12834a471b8e7f7e5db882
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: mozilla68 → ---
Updated•6 years ago
|
Whiteboard: [4/11] backed out because of bug 1543015. Working on the fix.
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ed5db9c200a
Create BrowsingContext in nsFrameLoader. r=nika,qdot
Comment 7•6 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•6 years ago
|
Whiteboard: [4/11] backed out because of bug 1543015. Working on the fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•