[Webkit-unassigned] [Bug 66145] [chromium] Assert that main thread and compositor thread are used safely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 11:50:43 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66145





--- Comment #6 from Iain Merrick <husky at google.com>  2011-08-12 11:50:43 PST ---
OK, lemme simplify this a bit to:

ASSERT_IN_MAIN_THREAD()
ASSERT_IN_COMPOSITOR_THREAD()
ASSERT_IN_COMMIT_PHASE()

And block-scoped objects that control when each assert is valid. Right now there's only one thread, so 'main thread' and 'compositor thread' need to be faked, right?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list