Closed
Bug 1816935
Opened 3 years ago
Closed 2 years ago
Migrate remote settings worker related files to ES modules
Categories
(Firefox :: Remote Settings Client, task)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(3 files)
In bug 1816934, we are migrating most of services/settings to use ES modules.
The following files can't currently be migrated because they are used in RemoteSettingsWorker.js
where we can't currently import modules until the code is production ready (bug 1812591):
- IDBHelpers.jsm
- SharedUtils.jsm
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D179808
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D179809
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec02c5f8dbe2
Convert jsesc.js to an ES module. r=arai
https://hg.mozilla.org/integration/autoland/rev/835a43b055e2
Convert modules used by remote settings worker to ES modules. r=leplatrem
https://hg.mozilla.org/integration/autoland/rev/1c091db201c4
Convert RemoteSettingsWorker.js to an ES module. r=leplatrem,arai,devtools-reviewers
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ec02c5f8dbe2
https://hg.mozilla.org/mozilla-central/rev/835a43b055e2
https://hg.mozilla.org/mozilla-central/rev/1c091db201c4
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•