[Webkit-unassigned] [Bug 79482] [WK2] Implement WebChromeClient::addMessageToConsole()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 25 01:59:32 PST 2012


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-02-25 01:59:32 PST ---
What do you mean by "work"? I guess mac uses injected bundle API then. Web process doesn't notify the ui process about messages sent to the javascript console, so there's no callback for this in the UIClient. 
See http://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp#L263

So, what I'm requesting is a DidAddMessageToConsole message sent to the UI process instead of the notImplemented(); And a callback in the UIClient to be able to handle messages from the UI process. I'll write the patch if someone confirms this is something that we want.

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