Fix and re-enable devtools/client/inspector/test/browser_inspector_fission_frame_navigation.js test for Fission
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Fission Milestone:M8, firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: cpeterson, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
This test was disabled for Fission in bug 1566182.
[browser_inspector_fission_frame_navigation.js]
skip-if = fission && (bits == 64 && (os == "win" || os == "linux")) # Bug 1665482
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Tracking DevTools test bugs for Fission M8 (blocking Release experiment).
Comment 2•4 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #0)
This test was disabled for Fission in bug 1566182.
Small correction, this was disabled by sheriffs in Bug 1665482. Effectively disabled on all fission platforms. As it is a fission test, I will assign P2 here, it should be re-enabled for fission sooner rather than later.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
Tracking DevTools Post-M8 bugs for Fission MVP milestone. They don't block the Fission Release channel experiment, but we would like them to be completed before we roll out Fission by default.
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
While we don't emit DOCUMENT_EVENT's for in-process iframes, each new target
will generate DOCUMENT_EVENT for the target's top level document.
So that the frontend do receive DOCUMENT_EVENT's for the remote iframes, in addition to the top level target document.
In most cases, we listen to will-navigate only to watch the top most top level document
and only this one, so we should only consider the top level target's DOCUMENT_EVENT.
As a side effect, we can re-enable browser_inspector_fission_frame_navigation.js which was failing because of this.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Description
•