Re: [webkit-dev] EventConstructors.h

2011-11-17 Thread Kentaro Hara
Done. https://bugs.webkit.org/show_bug.cgi?id=71379 Now you can generate Event constructors just by [ConstructorTemplate=Event] IDL. For example, please look at ProgressEvent.idl. module events { interface [ ConstructorTemplate=Event ] ProgressEvent : Event { readonly attr

Re: [webkit-dev] EventConstructors.h

2011-11-02 Thread Sam Weinig
It should long term be generated from the EventInit dictionary IDLs, but it was handy to implement it in a macro based DSL initially. -Sam On Nov 2, 2011, at 11:02 AM, Adam Barth wrote: > This file seems to be growing a list of ever feature in the project: > > Source/WebCore/bindings/generic/

Re: [webkit-dev] EventConstructors.h

2011-11-02 Thread Kentaro Hara
Sounds good. I created a bug (https://bugs.webkit.org/show_bug.cgi?id=71379). Let me try. 2011年11月2日11:02 Adam Barth : > This file seems to be growing a list of ever feature in the project: > > Source/WebCore/bindings/generic/EventConstructors.h > > Can we generate this file from the event IDL fil

[webkit-dev] EventConstructors.h

2011-11-02 Thread Adam Barth
This file seems to be growing a list of ever feature in the project: Source/WebCore/bindings/generic/EventConstructors.h Can we generate this file from the event IDL files? Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webki