Make ImageBridgeChild use a BackgroundTaskQueue
Categories
(Core :: Graphics: Layers, 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•2 years ago
|
||
Pushed by jyavenard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4441d06e96c3 Make ImageBridgeChild use a background taskqueue. r=KrisWright
Comment 3•2 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•2 years ago
|
Pushed by jyavenard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e5a9a403c458 Make ImageBridgeChild use a background taskqueue. r=KrisWright,andi
Comment 5•2 years ago
|
||
bugherder |
Comment 6•2 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•1 year 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•1 year ago
|
Description
•