Remove the ability to switch to the old migration wizard
Categories
(Firefox :: Migration, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
Before we remove the migration wizard in bug 1824851, we'll start by removing the ability to switch to it. This means getting rid of the Experimenter flag, as well as the browser.migrate.content-modal.enabled
pref. That's what this bug is about.
Setting P3 to match the bug this blocks
Assignee | ||
Comment 2•2 years ago
|
||
We can also remove / disable any tests for the old migration dialog in this bug.
Assignee | ||
Comment 3•2 years ago
|
||
This removes the pref to re-enable the legacy wizard, and all of the things that used
to read from it.
It also disables the ability to use the legacy wizard from about:welcome with the
aboutWelcomeBehavior feature.
It also removes the closeMigrationWizard utility from BrowserTestUtils, since that
effectively became a thin-wrapper around BrowserTestUtils.removeTab.
Finally, this patch also removes some documentation about the legacy migration wizard,
and tests that specifically check the legacy dialog behaviour.
Updated•2 years ago
|
![]() |
||
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/260e31b86a80
https://hg.mozilla.org/mozilla-central/rev/0aa621fe40f5
Description
•