Closed
Bug 1788919
Opened 2 years ago
Closed 2 years ago
Convert browser/components/migration JSM modules to ESMs
Categories
(Firefox :: Migration, task, P3)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mconley, Assigned: steven100695)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [esmification-timeline] )
Attachments
(1 file)
The JSMs in browser/components/migration are:
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/360seMigrationUtils.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ChromeMacOSLoginCrypto.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ChromeMigrationUtils.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ChromeProfileMigrator.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ChromeWindowsLoginCrypto.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/EdgeProfileMigrator.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ESEDBReader.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/FirefoxProfileMigrator.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/IEProfileMigrator.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/MigrationUtils.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/MSMigrationUtils.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/ProfileMigrator.jsm
- https://searchfox.org/mozilla-central/rev/25ec642ed33ca83f25e88ec0f9f27e8ad8a29e24/browser/components/migration/SafariProfileMigrator.jsm
ESMification guide: https://docs.google.com/document/d/1cpzIK-BdP7u6RJSar-Z955GV--2Rj8V4x2vl34m36Go/edit
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → steven100695
Updated•2 years ago
|
Attachment #9297250 -
Attachment description: Bug 1788919 - Convert browser/components/migration JSM modules to ESMs. r?mconley,kpatenio,niklas,NeilDeakin,gijs. → Bug 1788919 - Convert browser/components/migration JSM modules to ESMs. r?mconley!
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/449aea6fc974
Convert browser/components/migration JSM modules to ESMs. r=mconley,credential-management-reviewers,sgalich
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f03490ec72e
Fix xpcshell failures. r=mconley
Comment 4•2 years ago
|
||
Backed out 2 changesets (Bug 1788919) for causing failures in browser_noLoginsView.js CLOSED TREE
Logs:
Mn: https://treeherder.mozilla.org/logviewer?job_id=394586206&repo=autoland&lineNumber=88043
bc: https://treeherder.mozilla.org/logviewer?job_id=394594401&repo=autoland&lineNumber=4168
https://treeherder.mozilla.org/logviewer?job_id=394587922&repo=autoland&lineNumber=45154
Backout: https://hg.mozilla.org/integration/autoland/rev/16637b9ea5dcb5616a733a8cbcf93f4e95975b82
Flags: needinfo?(mconley)
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db6de5e4ed66
Convert browser/components/migration JSM modules to ESMs. r=mconley,credential-management-reviewers,sgalich
Comment 6•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Reporter | ||
Updated•2 years ago
|
Flags: needinfo?(mconley)
You need to log in
before you can comment on or make changes to this bug.
Description
•