All the V8 JavaScript bindings have been upstreamed to the WebKit repository, http://trac.webkit.org/browser/trunk/WebCore/bindings/v8. They are in src/third_party/WebKit/WebCore/bindings/v8 or a Chromium checkout.
Most of the actual binding code is generated from the DOM .idl files by the script third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorV8.pm, but some of it is also coded as part of the bindings. Maybe looking at the current SVG bindings could be an inspiration for hooking up a custom 3d engine. Regards, Søren On Wed, Jan 20, 2010 at 18:08, Sylvain Meunier <[email protected]>wrote: > Hello, > > I try to extend chromium (and berkelium) for supporting advanced > javascripting. I must bind a lot of objects and methods with the > javascript engine "running" my web page. These methods will interact > with a custom 3d engine. > > What is the right way to do that ? > > Thanks > > -- > Chromium Discussion mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-discuss >
-- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
