Closed Bug 1811281 Opened 1 year ago Closed 1 year ago

MigrationUtils.showMigrationWizard should open about:preferences and open the migration-dialog in a SubDialog

Categories

(Firefox :: Migration, task, P3)

task

Tracking

()

RESOLVED FIXED
111 Branch
Tracking Status
firefox111 --- fixed

People

(Reporter: mconley, Assigned: mconley)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Something I failed to notice in the spec:

If the user is opening the import wizard, we want to take the most recent browser window (or open a browser window), and open a tab to about:preferences, and open the migration dialog in the center of that tab as an about:preferences SubDialog.

The sole exception to the above is in the startup migration case, where we will still open the dialog in a standalone XUL window.

There's prior art for how to open a SubDialog in a new or existing about:preferences in bug 1785282. The sole difference here is that we need to account for the case that a browser window doesn't currently exist and open one if we don't find one.

Severity: -- → S3
Priority: -- → P3

I'm responsible for missing this when looking at the spec, so I'll take this.

Assignee: nobody → mconley

This does a few things to support this new behaviour:

  1. Adds the ability for about:preferences category modules to indicate that
    they want to specially handle subcategories. In this particular case, it
    causes the "migrate" subcategory of the "general" category to open up the
    migration dialog.
  2. Updates MigrationUtils to open about:preferences#general-migrate if the opener
    is a tabbrowser window.
  3. Adds some utility functions to make writing tests easier.
  4. Updates existing tests to expect the wizard to be opened in the about:preferences
    subdialog.
  5. Makes pressing "Escape" close the migration wizard when it's loaded in the
    migration-dialog.html document.
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3d002fe950c
Open new MigrationWizard dialog as a SubDialog in about:preferences rather than a TabDialog. r=Gijs,settings-reviewers
https://hg.mozilla.org/integration/autoland/rev/b9df29e90dfc
1812704: apply code formatting via Lando
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: