Closed
Bug 1934077
Opened 10 months ago
Closed 10 months ago
Update the filename in the spinEventLoopUntil label in devtools
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
tm.spinEventLoopUntil("DevToolsStartup.jsm:handleDebuggerFlag", () => {
return devtoolsThreadResumed;
});
The label is still using the old jsm filename
Assignee | ||
Comment 1•10 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/3353c56c7f91
Update filename label to use sys.mjs. r=devtools-reviewers,ochameau
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
•