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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 17:01:10 PDT 2011


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





--- Comment #4 from Kentaro Hara <haraken at google.com>  2011-08-23 17:01:09 PST ---
(From update of attachment 104812)
View in context: https://bugs.webkit.org/attachment.cgi?id=104812&action=review

>> Source/WebCore/bindings/v8/custom/V8EventConstructors.cpp:52
>> +static v8::Handle<v8::Value> constructV8Event(const v8::Arguments& args, bool (*filler)(EventInitType&, const OptionsObject&), WrapperTypeInfo* info)
> 
> Why is there a V8 custom implementation but no custom JSC implementation?

Sam has been writing a patch for JSC in the bug 63878. My plan is to implement all Event constructors for V8 one by one using EventConstructors.h proposed in the bug 63878, and then merge the patch for JSC. In any case, we would like to split the patch for V8 and that for JSC in order to avoid hard regression.

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