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

Issue 17098007: Reapply "Zone support for Futures, Timer, Streams." (Closed)

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

Description

Reapply "Zone support for Futures, Timer, Streams." This reapplies commit r24034. This reapplies commit r24035. This reapplies commit r24036. This reapplies commit r24037. + some status file updates and fixes. Committed: https://code.google.com/p/dart/source/detail?r=24064

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2047 lines, -102 lines) Patch
M runtime/lib/event_loop_patch.dart View 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 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/lib/async_patch.dart View 1 chunk +11 lines, -12 lines 0 comments Download
M sdk/lib/async/async.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/async/async_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/async/event_loop.dart View 2 chunks +12 lines, -8 lines 0 comments Download
M sdk/lib/async/future_impl.dart View 16 chunks +101 lines, -18 lines 0 comments Download
M sdk/lib/async/stream_controller.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/async/stream_impl.dart View 9 chunks +13 lines, -30 lines 0 comments Download
M sdk/lib/async/timer.dart View 3 chunks +11 lines, -3 lines 0 comments Download
A sdk/lib/async/zone.dart View 1 chunk +504 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 2 chunks +5 lines, -1 line 0 comments Download
A tests/lib/async/catch_errors.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors10_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors11_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors12_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors13_test.dart View 1 chunk +60 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors14_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors15_test.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors16_test.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors17_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors18_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors19_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors20_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors21_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors22_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors23_test.dart View 1 chunk +51 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors24_test.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors25_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors26_test.dart View 1 chunk +52 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors27_test.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors28_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors2_test.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors3_test.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors4_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors5_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors6_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors7_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors8_test.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors9_test.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A tests/lib/async/catch_errors_test.dart View 1 chunk +24 lines, -0 lines 0 comments Download
A + tests/lib/async/run_zoned1_test.dart View 1 chunk +3 lines, -8 lines 0 comments Download
A tests/lib/async/run_zoned2_test.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned3_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned4_test.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned5_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned6_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned7_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned8_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A tests/lib/async/run_zoned9_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 3 chunks +21 lines, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
floitsch
7 years, 6 months ago (2013-06-15 11:29:19 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r24064 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698