Closed
Bug 1676709
Opened 5 years ago
Closed 5 years ago
Dispatch "browsing-context-attached" notification when attaching a BrowsingContext
Categories
(Core :: DOM: Content Processes, enhancement, P1)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [marionette-fission-mvp])
Attachments
(1 file)
Similar to bug 1590239, which added the browsing-context-discarded notification, there should be one when a browsing context gets attached.
This should be send from BrowsingContext::Attach:
And as Nika mentioned on Matrix: "though make sure to use NotifyWhenScriptSafe as Attach is run when it's not safe to run script".
| Assignee | ||
Comment 1•5 years ago
|
||
Given that we need this functionality in Marionette I'm trying to get this implemented.
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [marionette-fission-mvp]
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45221414fcf8
Send a "browsing-context-attached" notification when attached, r=nika
Comment 4•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
| Assignee | ||
Updated•5 years ago
|
Blocks: marionette-fission, 1669174
You need to log in
before you can comment on or make changes to this bug.
Description
•