Closed
Bug 1250025
Opened 10 years ago
Closed 5 years ago
CompositorChild::RecvDidComposite() does not always exit quickly
Categories
(Core :: Graphics: Layers, defect, P3)
Core
Graphics: Layers
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
Under CompositorChild::RecvDidComposite(), nsAutoScriptBlocker is called. It could makes the function does not exit very long time.
| Assignee | ||
Comment 1•10 years ago
|
||
The patch makes CompositorChild::RecvDidComposite() exits quickly. But it causes tryserver tests failures :-(
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•10 years ago
|
Attachment #8721830 -
Attachment description: patch - Make CompositorChild::RecvDidComposite() exit quickly → wip patch - Make CompositorChild::RecvDidComposite() exit quickly
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8721830 -
Attachment is obsolete: true
Updated•8 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•