RESOLVED FIXED Bug 68336
Implement an ErrorEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=68336
Summary Implement an ErrorEvent constructor for V8
Kentaro Hara
Reported 2011-09-18 23:59:45 PDT
We have been working on implementing constructors of Events. ErrorEvent has a constructor in JSC (https://bugs.webkit.org/show_bug.cgi?id=67924), but do not have it in V8.
Attachments
Patch (5.96 KB, patch)
2011-09-19 00:38 PDT, Kentaro Hara
abarth: review+
rebased patch for commit (6.03 KB, patch)
2011-09-28 01:20 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-09-19 00:38:22 PDT
Kentaro Hara
Comment 2 2011-09-19 00:38:41 PDT
I confirmed that fast/events/constructors/error-event-constructor.html passes clang build. The numerical conversion problem (https://bugs.webkit.org/show_bug.cgi?id=67980) seems to happen on an unsigned long long value but not to happen on an unsigned long value.
Kentaro Hara
Comment 3 2011-09-28 01:20:32 PDT
Created attachment 108984 [details] rebased patch for commit
WebKit Review Bot
Comment 4 2011-09-28 02:27:04 PDT
Comment on attachment 108984 [details] rebased patch for commit Clearing flags on attachment: 108984 Committed r96208: <http://trac.webkit.org/changeset/96208>
Note You need to log in before you can comment on or make changes to this bug.