[Webkit-unassigned] [Bug 127000] Don't return early if the WebKit client hasn't implemented webGLContextCreated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 14:00:54 PST 2014


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





--- Comment #2 from Roger Fong <roger_fong at apple.com>  2014-01-14 13:58:32 PST ---
One way to do this would be to use a sendSync and wait for webGLContextCreated to return true or false based on whether or not we want the dialog to show up.
It will return false if the method has not implemented in the WebKit client.

Perhaps another way is upon initialization of the client, have the client send a message to webkit that sets a flag saying whether or not we need to call webGLContextCreated.

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