[Webkit-unassigned] [Bug 66756] Implement an Event constructor in V8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 16:27:57 PDT 2011


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





--- Comment #25 from Sam Weinig <sam at webkit.org>  2011-08-30 16:27:56 PST ---
(In reply to comment #22)
> > 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. 
> 

I don't have any immediate plans to implement more (I may do a bit more just to work out the kinks of the system).  I am not sure one at a time is necessary, you could probably do it in chunks.

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

For now, I would just add items for each value that was in the initFoo function on the interface.

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