Make ImageBridgeChild use a BackgroundTaskQueue
Categories
(Core :: Graphics, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: jya, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
Attachments
(1 file)
With bug 1634846 fixed; we can now use a background taskqueue with the image bridge child.
| Reporter | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
Backed out for webgl-conf crashes
Backout link: https://hg.mozilla.org/integration/autoland/rev/ed44d4e62140475b5daba4e7db38808dfea95960
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=307988602&repo=autoland&lineNumber=3484
| Reporter | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
Comment 6•4 years ago
|
||
This was changed to a one-off thread in Bug 1650786. The main blocker for using the background task queue is bug 1672255, which aims in part to prevent synchronous dispatch to the same thread pool as this can cause a hang. I'm reopening this bug as a part of bug 1595241 to track where we are still using an nsThread. We can try to move this again when we are sure it won't cause a hang.
Comment 7•4 years ago
|
||
An additional note, there are TSAN suppressions for this thread which can be removed when this is fixed. Adding this to the TSAN tracking bug.
| Reporter | ||
Updated•4 years ago
|
Updated•2 years ago
|
Description
•