Closed
Bug 1654745
Opened 5 years ago
Closed 5 years ago
Stop using about:blank navigation when destroying the toolbox
Categories
(Core :: DOM: Navigation, task, P1)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
about:blank navigation will become more async with https://bugzilla.mozilla.org/show_bug.cgi?id=1589102
DevTools toolbox is navigating its window to about:blank during the toolbox destroy, apparently in order to cleanup the document.
The toolbox host manager also listens to the "unload" event on the toolbox's window in order to destroy itself.
If the navigation becomes more async, the "unload" will apparently be fired later than it is today and triggers test failures because the host hasn't been destroyed properly.
The goal of this bug is to discuss alternatives we could use to replace the about:blank navigation and unblock the work in Bug 1589102.
See Bug 1589102 comment 16 and Bug 1589102 comment 17 for some more context.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/930eb8f70dff
Emit toolbox-unload event from toolbox close to notify the host manager r=nchevobbe,ochameau
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•