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

Issue 15764003: Add Zone support for Timers. (Closed)

Created:
7 years, 7 months ago by floitsch
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org, ngeoffray, srdjan
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix bug and add tests. #

Total comments: 26

Patch Set 3 : Address comments. #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase and minor changes. #

Patch Set 6 : Adapt dart2js isolate detection. #

Patch Set 7 : reupload #

Patch Set 8 : Reupload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -118 lines) Patch
M runtime/lib/event_loop_patch.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/timer_patch.dart View 1 chunk +15 lines, -16 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/lib/async_patch.dart View 1 2 3 1 chunk +11 lines, -12 lines 0 comments Download
M sdk/lib/async/event_loop.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/async/future_impl.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/async/timer.dart View 3 chunks +11 lines, -3 lines 0 comments Download
M sdk/lib/async/zone.dart View 1 2 3 4 5 6 4 chunks +117 lines, -8 lines 0 comments Download
A + tests/lib/async/catch_errors10_test.dart View 1 2 1 chunk +8 lines, -6 lines 0 comments Download
A + tests/lib/async/catch_errors11_test.dart View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
A + tests/lib/async/catch_errors12_test.dart View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
A + tests/lib/async/catch_errors13_test.dart View 1 2 2 chunks +18 lines, -16 lines 0 comments Download
A + tests/lib/async/catch_errors14_test.dart View 1 2 1 chunk +13 lines, -6 lines 0 comments Download
A + tests/lib/async/catch_errors28_test.dart View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M tests/lib/async/catch_errors2_test.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/lib/async/catch_errors3_test.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/lib/async/catch_errors4_test.dart View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M tests/lib/async/catch_errors5_test.dart View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M tests/lib/async/catch_errors6_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/async/catch_errors7_test.dart View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M tests/lib/async/catch_errors8_test.dart View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
A + tests/lib/async/catch_errors9_test.dart View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M tests/lib/async/catch_errors_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
floitsch
7 years, 7 months ago (2013-05-23 00:44:09 UTC) #1
Lasse Reichstein Nielsen
lgtm
7 years, 7 months ago (2013-05-24 09:29:36 UTC) #2
floitsch
Fixed a bug, commented tests, added tests, and adapted dart2js implementation. PTAL.
7 years, 6 months ago (2013-05-28 19:35:46 UTC) #3
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/15764003/diff/4001/sdk/lib/async/future_impl.dart File sdk/lib/async/future_impl.dart (right): https://codereview.chromium.org/15764003/diff/4001/sdk/lib/async/future_impl.dart#newcode142 sdk/lib/async/future_impl.dart:142: throw new UnsupportedError( Then just return true. You ...
7 years, 6 months ago (2013-05-29 08:04:59 UTC) #4
floitsch
https://codereview.chromium.org/15764003/diff/4001/sdk/lib/async/future_impl.dart File sdk/lib/async/future_impl.dart (right): https://codereview.chromium.org/15764003/diff/4001/sdk/lib/async/future_impl.dart#newcode142 sdk/lib/async/future_impl.dart:142: throw new UnsupportedError( On 2013/05/29 08:04:59, Lasse Reichstein Nielsen ...
7 years, 6 months ago (2013-05-29 15:21:29 UTC) #5
floitsch
PTAL.
7 years, 6 months ago (2013-06-13 12:45:53 UTC) #6
Lasse Reichstein Nielsen
lgtm
7 years, 6 months ago (2013-06-13 12:48:42 UTC) #7
floitsch
Committed patchset #8 manually as r24035 (presubmit successful).
7 years, 6 months ago (2013-06-14 16:28:04 UTC) #8
floitsch
Forgot to CC dart2js and VM for library changes. If you have comments I will ...
7 years, 6 months ago (2013-06-14 16:31:29 UTC) #9
srdjan
Thanks for CC-ing, LGTM
7 years, 6 months ago (2013-06-14 17:06:30 UTC) #10
ngeoffray
7 years, 6 months ago (2013-06-17 06:52:31 UTC) #11
Message was sent while issue was closed.
dart2js changes LGTM

Powered by Google App Engine
This is Rietveld 408576698