[webkit-dev] HTMLCollection.idl ?

David D. Kilzer ddkilzer at kilzer.net
Tue Jul 18 19:19:23 PDT 2006


I believe the JSHTMLCollection source is generated from (and is in)  
WebCore/bindings/js/kjs_html.cpp.  It's an "old-style" JavaScript  
binding rather than a "new-style" binding (with an IDL file).  I'm  
pretty sure WebCore/DerivedSources.make is what generates the code in  
both cases.

Dave


On Jul 18, 2006, at 7:51 PM, Mike Emmel wrote:

> Should there be a HTMLCollection.idl
>
> In HTMLOptionsCollection.idl
>
> We have
>
> interface [LegacyParent=KJS::JSHTMLCollection,  
> HasCustomIndexSetter] HTMLOpt
>
> But there is no idl file to generate JSHTMLCollection  and so I  
> can't compile.




More information about the webkit-dev mailing list