Closed
Bug 1846194
Opened 1 year ago
Closed 1 year ago
Remove ParseTask
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
After bug 1845638, ParseTask
is used only in JS shell for testing purpose.
JS shell should switch to its own thread handling with JS::FrontendContext
for off-thread testing, to reflect the actual usage, and then we can remove ParseTask
.
DelazifyTask
is still in use because it's triggered automatically inside JSAPI.
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D185121
Updated•1 year ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/2eb84bb6e481
Remove off-thread compilation and decode API. r=nbp
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•