aboutWelcomeBack.xhtml |
|
3870 |
brands |
|
|
migration-dialog-window.html |
|
1320 |
migration-dialog-window.js |
This file manages a MigrationWizard embedded in a dialog that runs
in a top-level dialog window. It's main responsibility is to listen
for dialog-specific events from the embedded MigrationWizard and to
respond appropriately to them.
A single object argument is expected to be passed when opening
this dialog.
@param {object} window.arguments.0
@param {object} window.arguments.0.options
A series of options for configuring the dialog. See
MigrationUtils.showMigrationWizard for a description of this
object.
|
3305 |
migration-wizard-constants.mjs |
A mapping of a page identification string to the IDs used by the
various wizard pages. These are used by MigrationWizard.setState
to set the current page.
|
3796 |
migration-wizard.mjs |
This component contains the UI that steps users through migrating their
data from other browsers to this one. This component only contains very
basic logic and structure for the UI, and most of the state management
occurs in the MigrationWizardChild JSWindowActor.
|
60742 |