Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Issue 10990013: Reapply webkitRequestAimationFrame->requestAnimationFrame with fix for dartium (Closed)

Created:
8 years, 2 months ago by Emily Fortuna
Modified:
8 years, 2 months ago
Reviewers:
sra1, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Reapply webkitRequestAimationFrame->requestAnimationFrame with fix for dartium and IE. Committed: https://code.google.com/p/dart/source/detail?r=12887

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -51 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 4 chunks +2 lines, -17 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 5 chunks +4 lines, -20 lines 0 comments Download
M lib/html/scripts/htmlrenamer.py View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M lib/html/scripts/systemhtml.py View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/html/templates/html/dartium/impl_Window.darttemplate View 1 chunk +0 lines, -5 lines 0 comments Download
M lib/html/templates/html/interface/interface_Window.darttemplate View 1 chunk +0 lines, -6 lines 0 comments Download
M tests/html/callbacks_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/html.status View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Emily Fortuna
https://codereview.chromium.org/10990013/diff/1/lib/html/templates/html/dartium/impl_Window.darttemplate File lib/html/templates/html/dartium/impl_Window.darttemplate (left): https://codereview.chromium.org/10990013/diff/1/lib/html/templates/html/dartium/impl_Window.darttemplate#oldcode11 lib/html/templates/html/dartium/impl_Window.darttemplate:11: int requestAnimationFrame(RequestAnimationFrameCallback callback) => I had accidentally left off ...
8 years, 2 months ago (2012-09-25 01:14:01 UTC) #1
blois
https://codereview.chromium.org/10990013/diff/2001/lib/html/templates/html/dart2js/impl_Window.darttemplate File lib/html/templates/html/dart2js/impl_Window.darttemplate (right): https://codereview.chromium.org/10990013/diff/2001/lib/html/templates/html/dart2js/impl_Window.darttemplate#newcode94 lib/html/templates/html/dart2js/impl_Window.darttemplate:94: native 'webkitRequestAnimationFrame'; This should be requestAnimationFrame. https://codereview.chromium.org/10990013/diff/2001/tests/html/html.status File tests/html/html.status ...
8 years, 2 months ago (2012-09-25 17:52:28 UTC) #2
Emily Fortuna
ah, ha. Sorry I didn't catch that before. Now it should be ready. PTAL.
8 years, 2 months ago (2012-09-25 23:03:27 UTC) #3
blois
On 2012/09/25 23:03:27, Emily Fortuna wrote: > ah, ha. Sorry I didn't catch that before. ...
8 years, 2 months ago (2012-09-25 23:19:04 UTC) #4
blois
https://codereview.chromium.org/10990013/diff/10/lib/html/dart2js/html_dart2js.dart File lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/10990013/diff/10/lib/html/dart2js/html_dart2js.dart#newcode37924 lib/html/dart2js/html_dart2js.dart:37924: + void cancelAnimationFrame(int id); I believe that cancelAnimationFrame is ...
8 years, 2 months ago (2012-09-25 23:19:15 UTC) #5
Emily Fortuna
@Pete. Good point I was not aware that one was going to be dropped. Fixed ...
8 years, 2 months ago (2012-09-26 00:45:27 UTC) #6
blois
8 years, 2 months ago (2012-09-26 00:48:25 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698