[Webkit-unassigned] [Bug 111483] Modify log method in DOMActivityLogger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 16:49:38 PST 2013


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





--- Comment #4 from Ankur Taly <ataly at google.com>  2013-03-05 16:52:03 PST ---
The WebDOMActivityLogger class is overridden on the Chromium side with a log method that marshalls all its arguments and then sends them over to the browser process. This marshaling requires a handle to the current context.

The chromium reviewers suggested avoiding using the static v8::context::GetCurent() and instead have the context explicitly passed to the log method.

FYI, the link to the chromium patch is: 
https://codereview.chromium.org/12390076/

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