Open
Bug 1262886
Opened 9 years ago
Updated 2 years ago
Figure out what needs to be shut down for non-parent-non-content processes
Categories
(Core :: Graphics: Layers, defect, P3)
Core
Graphics: Layers
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
In gfxPlatform::ShutdownLayersIPC we run into cases where XRE_IsParentProcess() and XRE_IsContentProcess() both return false.
I don't know what these processes are (maybe plugins?), but we don't attempt to shut gfx ipdl protocols down there.
We should look into what theses processes are, whether they need gfx stuff, and what should happen during shutdown.
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•