[webkit-dev] Removing Custom bindings for type array.

Vineet Chaudhary rgf748 at motorola.com
Wed Mar 14 05:30:40 PDT 2012


Hi All,

I am trying to remove the custom bindings for the type Array.(ref : *
Bug 80696 <https://bugs.webkit.org/show_bug.cgi?id=80696>)*
Below is list of idls using the attribute type Array with custom bindings.
a. Clipboard
b. ScriptProfileNode
c. Console
d. Internals
e. MessageEvent
f. JavaScriptCallFrame

 All of them returns type JSArray for (JS engine) and V8Arrays for the (V8
engine).
I have wip attached in the bug ,modifying CodeGenerator for JS and V8 to
auto generate bindings which works fine fine.
But it fails for the Gtk because of the GObject bindings.
To resolve this issue I am thinking of adding WebKitDOMArray.h and
WebKitDOMArray.cpp
to WebCore/bindings so that It can generate the appropriate binding.

Can someone please advice if this the correct way of doing this or there is
any other approach to do this.

Thanks,
Vineet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120314/50a403fa/attachment.html>


More information about the webkit-dev mailing list