Remove devtools.browsertoolbox.fission preference and only support the Multiprocess browser toolbox
Categories
(DevTools :: Framework, task)
Tracking
(Fission Milestone:Future, firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Depends on 1 open bug, Blocks 4 open bugs)
Details
(Whiteboard: dt-fission-future)
Attachments
(5 files, 1 obsolete file)
A few tests are still disabling the Multiprocess Browser Toolbox.
We would have to fix them before being able to get rid of the old non-multiprocess codepath:
https://searchfox.org/mozilla-central/search?q=browsertoolbox.fission%22%2C+false&case=false®exp=false&path=
Comment 1•5 years ago
|
||
Fission Future because removing the pref doesn't need to block shipping Fission MVP.
Comment 2•4 years ago
|
||
Adding dt-fission
whiteboard tag to DevTools bugs that mention Fission or block Fission meta bugs but don't already have a dt-fission
whiteboard tag.
Comment 3•4 years ago
|
||
Moving old "dt-fission" bugs to "dt-fission-future" because they don't block Fission MVP.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
It looks like, none of these tests were actually buggy on the MBT.
They all meant to cover the non-MBT on purpose, mostly to cover the two codepaths.
The only exception is browser_aboutdebugging_process_main_local.js,
which was having trouble with the MBT. But it may now pass as the MBT
is by default focusing only on the parent process.
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
Assignee | ||
Comment 8•2 years ago
|
||
Assignee | ||
Comment 9•2 years ago
|
||
It looks like it was only used by the non-fission browser toolbox.
See the acceptTarget condition.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0170a5edf001
https://hg.mozilla.org/mozilla-central/rev/141fa46c8b61
https://hg.mozilla.org/mozilla-central/rev/d6b87fe375c5
https://hg.mozilla.org/mozilla-central/rev/0b0a7b1617ad
https://hg.mozilla.org/mozilla-central/rev/40a9da59038d
Description
•