[Webkit-unassigned] [Bug 66756] Implement an Event constructor in V8
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 29 02:02:31 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66756
--- Comment #22 from Kentaro Hara <haraken at google.com> 2011-08-29 02:02:30 PST ---
> I landed the initial structural and JSC support in <http://trac.webkit.org/changeset/93951>, I don't think it should conflict too bad.
Sam: Thank you very much for landing your patch! I will try to land the patch for V8 based on your landed patch. By the way, what would your plan be about implementing Event constructors? I am going to implement them for V8 one by one, according to EventConstructors.h that you landed. However, if you are planning to implement them sometime soon, I would like to wait for your patches for JSC.
CustomEvent and ProgressEvent have the spec for their constructors. (CustomEvent: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-customevent, ProgressEvent: http://www.w3.org/TR/progress-events/#interface-progressevent). However, there seems to be no spec for constructors of other events. We may need to discuss the spec before landing patches.
> The spec doesn't include "defaultPrevented" or "timestamp" as far as I can tell. Have you discussed this with the spec author?
Sorry, I was misunderstanding the spec. You are right.
--
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