Closed
Bug 1799960
Opened 2 years ago
Closed 1 year 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•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Summary: Remove AutoSetHelperContext → Remove AutoSetHelperThreadContext
Reporter | ||
Updated•2 years ago
|
Blocks: stencil-nav
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D183838
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D183839
Assignee | ||
Comment 3•1 year 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•1 year 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: 1 year 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
•