|
|
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
|
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
|
Total messages: 1 (0 generated)
|