Closed
Bug 1827382
Opened 2 years ago
Closed 8 months ago
Migrate tracer.jsm to ESM
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [esmification-timeline])
Attachments
(1 file)
Bug 1817834 is going to introduce a new JSM: devtools/server/tracer/tracer.jsm.
This is using JSM because ESM aren't yet enabled in workers and DevTools codebase can't use ESM from the worker thread.
But this feature, JavaScript tracing is meant to work from workers.
Assignee | ||
Comment 1•9 months ago
|
||
Updated•8 months ago
|
Whiteboard: [esmification-timeline]
Updated•8 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/481ddfdbe03d
[devtools] Migrate tracer from JSM to ESM. r=devtools-reviewers,nchevobbe
Comment 3•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•