[webkit-dev] Upstreaming IDL changes for the V8 bindings

Darin Fisher darin at chromium.org
Mon Feb 2 16:37:36 PST 2009


I was about to upstream some patches that add #ifdefs to the WebCore IDL
files.  In many cases, the only delta is the removal of the Custom
attribute.  Eric Seidel pointed out that it might be better to rename those
usages of Custom to JSCCustom to avoid #ifdefs.
This change would avoid #ifdefs
in Node.idl, SVGPointList.idl, SVGPathSegList.idl, and SVGTransformList.idl.
 I would similarly like to add a V8Custom attribute for use in the cases
where the V8 bindings need custom code for an attribute or method.  That
would allow us to avoid #ifdefs in Document.idl.

Does this sound like a good idea?

Thanks,
-Darin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090202/cad291cf/attachment.html>


More information about the webkit-dev mailing list