WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
rebased patch for commit
(6.03 KB, patch)
2011-09-28 01:20 PDT
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2011-09-19 00:38:22 PDT
Created
attachment 107812
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug