Closed
Bug 1983157
Opened 1 year ago
Closed 6 months ago
Require the JS engine to own the task queue.
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
Attachments
(4 files)
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.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P2
| Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 months ago
|
||
| Assignee | ||
Comment 3•6 months ago
|
||
| Assignee | ||
Comment 4•6 months ago
|
||
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3aa380c71bcc
https://hg.mozilla.org/integration/autoland/rev/af0a072dfb46
Remove JobQueue subclassing support for job storage r=arai,smaug
https://github.com/mozilla-firefox/firefox/commit/3a83c24b7c4b
https://hg.mozilla.org/integration/autoland/rev/4d6410490d5d
Cleanup leftover adapter functions r=arai
https://github.com/mozilla-firefox/firefox/commit/e7a0e2897cb5
https://hg.mozilla.org/integration/autoland/rev/e6bd9ab475d0
Remove dead ReactionJobSlots and ThenableJobSlots enums r=arai
https://github.com/mozilla-firefox/firefox/commit/2e7ed90c20a2
https://hg.mozilla.org/integration/autoland/rev/82836327a8b1
Simplify InternalJobQueue by removing queue member r=arai
Comment 6•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/af0a072dfb46
https://hg.mozilla.org/mozilla-central/rev/4d6410490d5d
https://hg.mozilla.org/mozilla-central/rev/e6bd9ab475d0
https://hg.mozilla.org/mozilla-central/rev/82836327a8b1
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
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
•