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

Issue 15864007: Add zone support to streams. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Tests #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 22

Patch Set 5 : Address comments and rebase. #

Patch Set 6 : Rebase and refactor. #

Total comments: 8

Patch Set 7 : Address comments. #

Patch Set 8 : Upload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -131 lines) Patch
M sdk/lib/async/future_impl.dart View 1 2 3 4 5 7 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/async/stream_controller.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/async/stream_impl.dart View 1 2 3 4 5 9 chunks +13 lines, -30 lines 0 comments Download
M sdk/lib/async/zone.dart View 1 2 3 4 5 6 7 13 chunks +80 lines, -54 lines 0 comments Download
A + tests/lib/async/catch_errors15_test.dart View 1 2 3 4 5 6 7 2 chunks +11 lines, -16 lines 0 comments Download
A tests/lib/async/catch_errors16_test.dart View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors17_test.dart View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A + tests/lib/async/catch_errors18_test.dart View 1 2 3 4 5 7 1 chunk +15 lines, -13 lines 0 comments Download
A tests/lib/async/catch_errors19_test.dart View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors20_test.dart View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors21_test.dart View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors22_test.dart View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors23_test.dart View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors24_test.dart View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
A + tests/lib/async/catch_errors25_test.dart View 1 2 3 4 5 7 1 chunk +11 lines, -15 lines 0 comments Download
A tests/lib/async/catch_errors26_test.dart View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors27_test.dart View 1 2 3 4 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
floitsch
7 years, 6 months ago (2013-05-28 19:36:54 UTC) #1
Lasse Reichstein Nielsen
lgtm Only form comments, no content. https://codereview.chromium.org/15864007/diff/3027/sdk/lib/async/stream_impl.dart File sdk/lib/async/stream_impl.dart (right): https://codereview.chromium.org/15864007/diff/3027/sdk/lib/async/stream_impl.dart#newcode224 sdk/lib/async/stream_impl.dart:224: _zone.unexpectCallback(); Hmm, seeing ...
7 years, 6 months ago (2013-05-29 08:32:26 UTC) #2
floitsch
https://codereview.chromium.org/15864007/diff/3027/sdk/lib/async/stream_impl.dart File sdk/lib/async/stream_impl.dart (right): https://codereview.chromium.org/15864007/diff/3027/sdk/lib/async/stream_impl.dart#newcode224 sdk/lib/async/stream_impl.dart:224: _zone.unexpectCallback(); On 2013/05/29 08:32:26, Lasse Reichstein Nielsen wrote: > ...
7 years, 6 months ago (2013-05-29 15:48:56 UTC) #3
floitsch
PTAL. rebased and rewrote some Zones to take callbacks instead of providing streams.
7 years, 6 months ago (2013-06-12 14:21:55 UTC) #4
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/15864007/diff/17001/sdk/lib/async/zone.dart File sdk/lib/async/zone.dart (right): https://codereview.chromium.org/15864007/diff/17001/sdk/lib/async/zone.dart#newcode196 sdk/lib/async/zone.dart:196: _runUnguarded(fun); That sounds like you could just have ...
7 years, 6 months ago (2013-06-13 11:58:47 UTC) #5
floitsch
https://codereview.chromium.org/15864007/diff/17001/sdk/lib/async/zone.dart File sdk/lib/async/zone.dart (right): https://codereview.chromium.org/15864007/diff/17001/sdk/lib/async/zone.dart#newcode196 sdk/lib/async/zone.dart:196: _runUnguarded(fun); On 2013/06/13 11:58:47, Lasse Reichstein Nielsen wrote: > ...
7 years, 6 months ago (2013-06-13 13:36:51 UTC) #6
floitsch
7 years, 6 months ago (2013-06-14 16:28:52 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r24036 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698