Closed
Bug 1799960
Opened 1 year ago
Closed 5 months ago
Remove AutoSetHelperThreadContext
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: bthrall, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
The AutoSetHelperThreadContext type was used to provide JSContext
to helper threads for parsing. It should no longer be needed, once bug 1759123 is closed.
Reporter | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Updated•11 months ago
|
Summary: Remove AutoSetHelperContext → Remove AutoSetHelperThreadContext
Reporter | ||
Updated•11 months ago
|
Blocks: stencil-nav
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 months ago
|
||
Depends on D183838
Assignee | ||
Comment 2•5 months ago
|
||
Depends on D183839
Assignee | ||
Comment 3•5 months ago
|
||
Depends on D183840
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/76726b320620 Part 1: Remove AutoSetHelperThreadContext. r=nbp https://hg.mozilla.org/integration/autoland/rev/870a6db32fe6 Part 2: Remove JS::ContextOptions from ParseTask. r=nbp https://hg.mozilla.org/integration/autoland/rev/ca4d53e2ac0c Part 3: Remove JSContext::{setHelperThread,clearHelperThread}. r=nbp
Comment 5•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/76726b320620
https://hg.mozilla.org/mozilla-central/rev/870a6db32fe6
https://hg.mozilla.org/mozilla-central/rev/ca4d53e2ac0c
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•