Remove skip-if=fission on tests passing when devtools.contenttoolbox.fission=true
Categories
(DevTools :: Console, task, P1)
Tracking
(Fission Milestone:M6, firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(3 files)
Now that the console supports additional frame targets, we should be able to re-enable some tests.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
This patch sets the pref for tests where it's needed (often
when the test navigates from an origin to another).
When possible, the skip-if=fission tag is removed.
For remaining issue, referencing to the bug where we should
re-enable those tests.
Depends on D61558
Assignee | ||
Comment 2•5 years ago
|
||
This adds the pref to the browser_webconsole_inspect_cross_domain_object.js test.
The test was modified a bit to not navigate, otherwise we don't get the connection
to the target iframe.
Depends on D61559
Assignee | ||
Comment 3•5 years ago
|
||
The function is changed to detect if we're going to navigate to
a different origin, and if fission and target switching are enabled,
will wait for the switched-target event to ensure devtools are
fully ready after a navigation.
Comment 4•5 years ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly (M6) milestone
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6713af2d1d8c
https://hg.mozilla.org/mozilla-central/rev/64897ce52bc5
https://hg.mozilla.org/mozilla-central/rev/2597f1a3991e
Description
•