Closed
Bug 1364284
Opened 8 years ago
Closed 8 years ago
Remove sync wait in WebRenderAPI::~WebRenderAPI()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
With a patch of Bug 1360701, sync wait during removing pipeline is removed.
But the try server tests still caused timeout failure because of sync wait in WebRenderAPI::~WebRenderAPI().
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d94768c250af7c7db4877cd78bc18ae41a9ee297
Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #0)
> With a patch of Bug 1360701, sync wait during removing pipeline is removed.
>
> But the try server tests still caused timeout failure because of sync wait
> in WebRenderAPI::~WebRenderAPI().
> https://treeherder.mozilla.org/#/
> jobs?repo=try&revision=d94768c250af7c7db4877cd78bc18ae41a9ee297
Sorry, correct link is
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4fcc4f0a745cbb97eeb58e522d17f2bc2b3064e9
Assignee | ||
Comment 2•8 years ago
|
||
Ah, I forgot that We could not put off destroying WebRenderAPI() after destroying widget.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•