[Webkit-unassigned] [Bug 85835] [chromium] Duplicated CppBoundClass under webkit/glue and DumpRenderTree/chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 16:20:13 PDT 2012


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





--- Comment #5 from Xianzhu Wang <wangxianzhu at chromium.org>  2012-05-07 16:20:13 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Oh, I bet it's used by the old layoutTestController.waitUntilDone/notifyDone implementation in test_shell used by a few test_shell_tests.
> > > 
> > > I'm planning on migrating those tests out as part of https://code.google.com/p/chromium/issues/detail?id=126514 .
> > 
> > It's also used in several chromium source files to expose some JavaScript APIs:
> 
> That's too bad.  I thought there was some newer V8 extension system that we're supposed to be using for newer javascript APIs?  E.g., how do chrome extensions add APIs?

I saw some using V8 API (e.g. chrome/renderer/extensions), some using WebKit::WebBindings (e.g. webkit/plugins/ppapi etc., and used by CppBoundClass in webkit/glue).

Wondering if we should keep WebKit::WebBindings or convert all of them to use V8 API.

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