Closed
Bug 1518212
Opened 11 months ago
Closed 11 months ago
Fire an observer notification when Window Global actors are created or destroyed
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
P2
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: Nika, Assigned: Nika)
Details
Attachments
(1 file)
These patches add "window-global-created" and "window-global-destroyed" observer notifications which are fired in the parent process as WindowGlobalParent actors are created and destroyed.
These are intended to be observed from JS code, where the subject will be the WindowGlobalParent actor itself.
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
Summary: Fire an observer notification when BrowsingContext objects are created or destroyed → Fire an observer notification when Window Global actors are created or destroyed
Updated•11 months ago
|
Priority: -- → P2
Pushed by nlayzell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/668c6d9c4fe9 Fire an observer notification when window globals are created/destroyed, r=farre
Comment 3•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•9 months ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•