RESOLVED FIXED Bug 68067
Implement a PageTransitionEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=68067
Summary Implement a PageTransitionEvent constructor for V8
Kentaro Hara
Reported 2011-09-14 01:41:13 PDT
We have been working on implementing constructors of Events. PageTransitionEvent has a constructor in JSC (https://bugs.webkit.org/show_bug.cgi?id=68048), but do not have it in V8.
Attachments
Patch (4.40 KB, patch)
2011-09-14 03:43 PDT, Kentaro Hara
abarth: review+
webkit.review.bot: commit-queue-
patch for commit (4.35 KB, patch)
2011-09-27 18:19 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-09-14 03:43:07 PDT
WebKit Review Bot
Comment 2 2011-09-27 08:59:47 PDT
Comment on attachment 107316 [details] Patch Rejecting attachment 107316 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: eded at 1 with fuzz 3. patching file Source/WebCore/bindings/v8/custom/V8EventConstructors.cpp Hunk #1 succeeded at 37 (offset 1 line). Hunk #2 succeeded at 50 (offset 2 lines). Hunk #3 FAILED at 110. 1 out of 3 hunks FAILED -- saving rejects to file Source/WebCore/bindings/v8/custom/V8EventConstructors.cpp.rej patching file Source/WebCore/dom/PageTransitionEvent.idl Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Adam Barth', u'--force']" exit_code: 1 Full output: http://queues.webkit.org/results/9882333
Kentaro Hara
Comment 3 2011-09-27 18:19:13 PDT
Created attachment 108945 [details] patch for commit
WebKit Review Bot
Comment 4 2011-09-27 19:29:34 PDT
Comment on attachment 108945 [details] patch for commit Clearing flags on attachment: 108945 Committed r96180: <http://trac.webkit.org/changeset/96180>
Note You need to log in before you can comment on or make changes to this bug.