Closed
Bug 1820208
Opened 2 years ago
Closed 2 years 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
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•2 years ago
|
Assignee: nobody → brianpt1106
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
| Assignee | ||
Comment 1•2 years 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•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years 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
•