[Webkit-unassigned] [Bug 63878] Add support for constructor syntax for Events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 3 21:22:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63878





--- Comment #4 from Sam Weinig <sam at webkit.org>  2011-07-03 21:22:06 PST ---
Now I have to decide how far I want to go without auto generating.  The pattern has become pretty clear to me; we need to generate the fillFoo() function from the "dictionary" Web IDL interfaces.  

It might make sense to find a better a way to share the default values for properties between the Event and EventInit classes (since they could get out of sync) or maybe EventInit should just store whether a particular property has been set.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list