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

Issue 17064008: Revert "Zone support for Futures." (Closed)

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

Description

Revert "Zone support for Futures." Revert "Add Zone support for Timers." Revert "Add zone support to streams." Revert "catchErrors and waitForCompletion now based on runZonedExperimental." This reverts commit r24034. This reverts commit r24035. This reverts commit r24036. This reverts commit r24037. Committed: https://code.google.com/p/dart/source/detail?r=24042

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
floitsch
7 years, 6 months ago (2013-06-14 17:16:58 UTC) #1
floitsch
7 years, 6 months ago (2013-06-14 17:17:41 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r24042 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698