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
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to