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