Open
Bug 1343486
Opened 4 years ago
Updated 4 years ago
gfx-labeling Label runnables in gfxPlatform.
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: vliu, Assigned: vliu)
References
(Blocks 1 open bug)
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•4 years ago
|
Blocks: gfx-labeling
Updated•4 years ago
|
Whiteboard: [gfx-noted]
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → vliu
Assignee | ||
Comment 1•4 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•4 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•4 years ago
|
Whiteboard: [gfx-noted] → [gfx-noted][QDL][BACKLOG][GFX]
Updated•4 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•