Bug 1845079 - Update more consumers to import ES modules directly. r=arai,settings-reviewers,credential-management-reviewers,sync-reviewers,sgalich
Differential Revision: https://phabricator.services.mozilla.com/D184371
This commit is contained in:
@@ -20,6 +20,7 @@ ChromeUtils.defineESModuleGetters(lazy, {
|
||||
FirefoxProfileMigrator: "resource:///modules/FirefoxProfileMigrator.sys.mjs",
|
||||
InternalTestingProfileMigrator:
|
||||
"resource:///modules/InternalTestingProfileMigrator.sys.mjs",
|
||||
LoginCSVImport: "resource://gre/modules/LoginCSVImport.sys.mjs",
|
||||
MigrationWizardConstants:
|
||||
"chrome://browser/content/migration/migration-wizard-constants.mjs",
|
||||
PasswordFileMigrator: "resource:///modules/FileMigrators.sys.mjs",
|
||||
@@ -31,10 +32,6 @@ if (AppConstants.platform == "macosx") {
|
||||
});
|
||||
}
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetters(lazy, {
|
||||
LoginCSVImport: "resource://gre/modules/LoginCSVImport.jsm",
|
||||
});
|
||||
|
||||
/**
|
||||
* Set to true once the first instance of MigrationWizardParent has received
|
||||
* a "GetAvailableMigrators" message.
|
||||
|
||||
Reference in New Issue
Block a user