Closed
Bug 1343486
Opened 8 years ago
Closed 3 years ago
gfx-labeling Label runnables in gfxPlatform.
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vliu, Assigned: vliu)
References
Details
(Whiteboard: [gfx-noted][QDL][BACKLOG][GFX])
See https://wiki.mozilla.org/Quantum/DOM#Labeling for the story. Currently runnable categories in gfxPlatform include
1. NS_DispatchToMainThread()
=> http://searchfox.org/mozilla-central/search?q=NS_DispatchToMainThread&case=false®exp=true&path=thebes%2FgfxPlatform
2. InitWithFuncCallback()
=> http://searchfox.org/mozilla-central/search?q=InitWithFuncCallback&case=false®exp=true&path=thebes%2FgfxPlatform
Assignee | ||
Updated•8 years ago
|
Blocks: gfx-labeling
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → vliu
Assignee | ||
Comment 1•8 years ago
|
||
NS_DispatchToMainThread(r1) in CrashStatsLogForwarder::Log() won't labeling because it runs in the off-main-thread.
[1]: http://searchfox.org/mozilla-central/source/gfx/thebes/gfxPlatform.cpp#355
Assignee | ||
Comment 2•8 years ago
|
||
NS_DispatchToMainThread in gfxPlatform::NotifyCompositorCreated won't labeling because it runs in the parent process.
[2]: http://searchfox.org/mozilla-central/source/gfx/thebes/gfxPlatform.cpp#2572
Updated•8 years ago
|
Whiteboard: [gfx-noted] → [gfx-noted][QDL][BACKLOG][GFX]
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•