Closed
Bug 1784477
Opened 3 years ago
Closed 3 years ago
Make ModuleLoaderBase thread-insensitive
Categories
(Core :: DOM: Workers, task)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
Attachments
(2 files)
To enable modules on workers, we need to be able to run the ModuleLoaderBase code on worker threads. There are a couple of thread sensitive functions used currently.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a2bab617eac6
Remove Dynamic Import option; r=jonco
https://hg.mozilla.org/integration/autoland/rev/7652b3a36e82
Make ModuleLoaderBase thread-insensitive; r=jonco
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a2bab617eac6
https://hg.mozilla.org/mozilla-central/rev/7652b3a36e82
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•