Closed
Bug 1934043
Opened 10 months ago
Closed 10 months ago
Update comments for modules in services/sync/tps/extensions/tps
Categories
(Firefox :: Sync, task, P3)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Some modules in services/sync/tps/extensions/tps/ mentions JSM and ChromeUtils.import
.
They should be updated, now that they're ESM.
/* This is a JavaScript module (JSM) to be imported via
ChromeUtils.import() and acts as a singleton.
Only the following listed symbols will exposed on import, and only when
and where imported. */
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 months ago
|
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/6ce4f32b591f
Update the TPS comment. r=markh,sync-reviewers
Comment 3•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•