Closed
Bug 1995630
Opened 8 months ago
Closed 8 months ago
Tidy comments (and type) in JS Microtask queue implementation.
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•8 months ago
|
||
The comments in PerformDebuggerMicroTaskCheckpoint are superflous after the landing
of the two mentioned bugs; now both the flow markers and the logging are handled in
RunMicroTask.
Updated•8 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•8 months ago
|
||
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a05a7c50a878
https://hg.mozilla.org/integration/autoland/rev/89c34eecf116
Cleanup comments and types in JS MicroTaskQueue r=smaug
https://github.com/mozilla-firefox/firefox/commit/52018874a1c3
https://hg.mozilla.org/integration/autoland/rev/0e5732afeabf
Swap flow marker labels to correct them r=smaug
Comment 4•8 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/89c34eecf116
https://hg.mozilla.org/mozilla-central/rev/0e5732afeabf
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•7 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•