Closed
Bug 1820208
Opened 7 months ago
Closed 6 months ago
Have MigrationWizardChild move the associated MigrationWizard to the "No Browsers" error page if no valid migrators are found after requesting them
Categories
(Firefox :: Migration, task, P1)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: mconley, Assigned: brianpt1106)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1809347 is adding a page to the new MigrationWizard that shows the error message for when no valid browser / profile pairs can be found.
We need to actually wire this up to be functional. This means updating this part of MigrationWizardChild
to check the size of migrators
, and putting the wizard into the No Browsers state if the size is 0.
We'll need an automated test for this in browser/components/migration/tests/browser/.
Reporter | ||
Updated•7 months ago
|
Assignee: nobody → brianpt1106
Updated•7 months ago
|
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Comment 1•6 months ago
|
||
Pushed by mconley@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e8c235a86cc0 Have MigrationWizardChild move the associated MigrationWizard to the No Browsers error page if no valid migrators are found after requesting them. r=mconley.
Comment 3•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•