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

Issue 10830230: Add Timer implementation for dart2js. Also moves tests to appropriate location. (Closed)

Created:
8 years, 4 months ago by Siggi Cherem (dart-lang)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add Timer implementation for dart2js. Also moves tests to appropriate location. Committed: https://code.google.com/p/dart/source/detail?r=10460

Patch Set 1 : #

Total comments: 28

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -300 lines) Patch
M lib/isolate/dart2js/compiler_hooks.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/isolate/dart2js/isolateimpl.dart View 1 2 chunks +1 line, -11 lines 0 comments Download
A lib/isolate/dart2js/timer_provider.dart View 1 1 chunk +45 lines, -0 lines 0 comments Download
M lib/isolate/isolate_dart2js.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/isolate/isolate.status View 1 3 chunks +18 lines, -23 lines 0 comments Download
A + tests/isolate/multiple_timer_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + tests/isolate/timer_cancel1_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + tests/isolate/timer_cancel2_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + tests/isolate/timer_cancel_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
A tests/isolate/timer_not_available_test.dart View 1 1 chunk +25 lines, -0 lines 0 comments Download
A + tests/isolate/timer_repeat_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + tests/isolate/timer_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
D tests/standalone/io/multiple_timer_test.dart View 1 chunk +0 lines, -75 lines 0 comments Download
D tests/standalone/io/timer_cancel1_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D tests/standalone/io/timer_cancel2_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/standalone/io/timer_cancel_test.dart View 1 chunk +0 lines, -42 lines 0 comments Download
D tests/standalone/io/timer_repeat_test.dart View 1 chunk +0 lines, -41 lines 0 comments Download
D tests/standalone/io/timer_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
M tests/standalone/standalone.status View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Siggi Cherem (dart-lang)
this has been in my backlog for quite some time...
8 years, 4 months ago (2012-08-09 00:00:58 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10830230/diff/2001/lib/isolate/dart2js/isolateimpl.dart File lib/isolate/dart2js/isolateimpl.dart (right): https://chromiumcodereview.appspot.com/10830230/diff/2001/lib/isolate/dart2js/isolateimpl.dart#newcode266 lib/isolate/dart2js/isolateimpl.dart:266: if (_window != null) { // (defined in ...
8 years, 4 months ago (2012-08-09 06:15:33 UTC) #2
Siggi Cherem (dart-lang)
Thanks Kasper! https://chromiumcodereview.appspot.com/10830230/diff/2001/lib/isolate/dart2js/isolateimpl.dart File lib/isolate/dart2js/isolateimpl.dart (right): https://chromiumcodereview.appspot.com/10830230/diff/2001/lib/isolate/dart2js/isolateimpl.dart#newcode266 lib/isolate/dart2js/isolateimpl.dart:266: if (_window != null) { // (defined ...
8 years, 4 months ago (2012-08-09 20:37:14 UTC) #3
Mads Ager (google)
8 years, 4 months ago (2012-08-13 07:24:49 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698