[Webkit-unassigned] [Bug 71903] [chromium] Missing wait() in CCThreadProxy::setVisible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 06:45:59 PST 2011


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


Iain Merrick <husky at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |husky at google.com




--- Comment #2 from Iain Merrick <husky at google.com>  2011-11-09 06:46:00 PST ---
setVisible() returns immediately, so the CCCompletionEvent is deleted before the compositor thread has had a chance to call signal().

I've added an ASSERT which should catch similar bugs in future.

Haven't yet figured out a good way to test this. Neither our unit tests nor any existing layout tests seem to call setVisible(). I guess I'll have to create a new CCThreadProxyTest.

-- 
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