Closed
Bug 1827382
Opened 3 years ago
Closed 2 years 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•2 years ago
|
||
Updated•2 years ago
|
Whiteboard: [esmification-timeline]
Updated•2 years 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•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years 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
•