[Webkit-unassigned] [Bug 77238] Add Plumming to get graphics error messages to JS Console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 15:40:26 PST 2012


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





--- Comment #6 from Kenneth Russell <kbr at google.com>  2012-01-27 15:40:26 PST ---
(From update of attachment 124363)
View in context: https://bugs.webkit.org/attachment.cgi?id=124363&action=review

>> Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h:121
>> +    class WebGraphicsErrorMessageCallback {
> 
> WebKit already has a way to write to the console.  Why do you need this?
> See DOMWindow::console().

The intent is to allow deeper layers of Chromium's graphics stack to call back up and print detailed error messages to the console.

Is there way to do this entirely on the Chromium side? How could we get from the WebGraphicsContext3DCommandBufferImpl to a WebFrame?

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