[Webkit-unassigned] [Bug 67824] [meta] Events should have constructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 17:17:13 PDT 2011


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


Kentaro Hara <haraken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |haraken at chromium.org




--- Comment #2 from Kentaro Hara <haraken at chromium.org>  2011-10-13 17:17:12 PST ---
Current progress:

Event, CustomEvent, ProgressEvent => Done. Specs are defined and constructors are implemented.

UIEvent, MouseEvent, KeyboardEvent, WheelEvent, TextEvent, CompositionEvent => On-going. Specs are under discussion. After the specs are defined, I will implement constructors for these Events.

HashChangeEvent, MessageEvent, ErrorEvent, PageTransitionEvent, PopStateEvent, CloseEvent => Done. Specs are defined and constructors are implemented.

BeforeLoadEvent, WebKitAnimationEvent, WebKitTransitionEvent, OverflowEvent => Done. No specs because they are WebKit-specific. Constructors are implemented.

MutationEvent => I will not implement this, since MutationEvent is going to be deprecated.


And I will fix the follow-up bugs:
https://bugs.webkit.org/show_bug.cgi?id=67926
https://bugs.webkit.org/show_bug.cgi?id=67927
https://bugs.webkit.org/show_bug.cgi?id=67980

-- 
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