Use DOCUMENT_EVENT's dom-complete event in the target legacy listeners
Categories
(DevTools :: Framework, task)
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(2 files)
Target legacy listeners is still using the target event and should use the resource instead, which is more resilient with cross process navigation.
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
Note that bug 1691585 also require some tweaks around this legacy listener.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Backed out changeset 24558d007063 (Bug 1715908) for causing dt failures in browser_target_list_service_workers_navigation.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/a7f870ec7f087482d26663f05492badaa9f29bb1
Push with failures, failure log.
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
This fixes intermittent failures on browser_target_list_service_workers_navigation.js
that were appearing with the next patch on the queue (switching to dom-loading resource
in legacy service worker watcher).
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/77a1ad06b34b
https://hg.mozilla.org/mozilla-central/rev/df625fb8e038
Description
•