[Webkit-unassigned] [Bug 63878] Add support for constructor syntax for Events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 3 15:02:42 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63878
--- Comment #2 from Sam Weinig <sam at webkit.org> 2011-07-03 15:02:42 PST ---
Created an attachment (id=99583)
--> (https://bugs.webkit.org/attachment.cgi?id=99583&action=review)
First pass at an implementation
I am throwing up my first pass at a implementation so I don't lose it. I currently has the following issues:
- It is not auto generating support for IDL dictionaries, which I think we should eventually.
- It only supports the Event base class (so new CustomEvent, new MouseEvent don't work).
- JSC only
(Probably other issues too).
--
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