Closed
Bug 2009771
Opened 7 months ago
Closed 7 months ago
Require the JS engine to own the task queue in Gecko
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
At some point we can no longer maintain having two task queue systems, and there are cleanups that are dependent on only having one queue.
We can start by stopping support in Gecko.
| Assignee | ||
Updated•7 months ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•7 months ago
|
||
At this point we've shipped the JS engine queue for long enough we can clean up the
old queue. This will make future edits a bit easier.
Updated•7 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c032a5f38837
https://hg.mozilla.org/integration/autoland/rev/dba7524fee07
Stop supporting the traditional microtask queue in Gecko r=smaug
Pushed by smolnar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b2401a23005c
https://hg.mozilla.org/integration/autoland/rev/e4268adde7cd
Revert "Bug 2009771 - Stop supporting the traditional microtask queue in Gecko r=smaug" for causing build bustages DONTBUILD
Comment 4•7 months ago
|
||
Backed out for causing build bustages
Backout link: https://hg.mozilla.org/integration/autoland/rev/e4268adde7cdecbca5af96e994b011d612c3e987
Flags: needinfo?(mgaudet)
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a0d66b076fe7
https://hg.mozilla.org/integration/autoland/rev/62c87420115d
Stop supporting the traditional microtask queue in Gecko r=smaug
Comment 6•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(mgaudet)
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•