dart-sdk/sdk/lib
Florian Loitsch 395e7aaa69 Return futures on Stream.cancel when possible.
Deprecate returning `null`.

Also, fixes cases where transformations on a stream didn't forward the cancel future

Fixes #26777.

BUG= http://dartbug.com/26777.
R=lrn@google.com

Review URL: https://codereview.chromium.org/2202533003 .
2016-08-05 13:58:45 +02:00
..
_blink/dartium Update to new Webkit additions for custom elements 2016-04-22 12:53:36 -07:00
_chrome Move dart:chrome to dart:_chrome. 2013-09-24 23:52:16 +00:00
_internal Delete dart_backend from compiler. 2016-08-04 15:57:04 -07:00
async Return futures on Stream.cancel when possible. 2016-08-05 13:58:45 +02:00
collection Make linked-list non-circular. 2016-06-01 14:19:37 +02:00
convert Avoid runtime type errors in checked mode for ChunkedConverters. 2016-06-02 13:41:29 +02:00
core Fix some markdown issues in library docs (related to https://github.com/dart-lang/dartdoc/issues/968). 2016-07-25 11:01:27 -07:00
developer Add an intrinsified early out path for Dart timeline calls 2016-05-17 09:45:28 -07:00
html Use Point<num> in dart:html for strong mode 2016-08-03 14:09:10 -07:00
indexed_db Use _downcast and _cast instead of "as" to reduce dart2js output size. 2016-04-22 11:09:01 -07:00
internal Specialize Symbol.hashCode 2016-06-03 15:10:51 -07:00
io Fix formatting of comment in HttpHeaders class (#26937) 2016-07-27 19:44:20 +02:00
isolate add library-level docs to help with importing 2016-04-25 12:41:24 -07:00
js Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html native classes where private classes are not an issue. 2016-08-03 14:03:39 -07:00
js_util TBR. Shouldn't have referenced JSObject in dart2js. Accidentally left it in porting code from dartium. 2016-07-25 18:55:31 -07:00
math Make dart:math strong mode clean. 2016-05-11 16:00:58 +02:00
mirrors fix all instances of "the the" 2016-05-13 12:38:25 -07:00
profiler Revert "Remove deprecated dart:profiler library" 2015-11-04 01:59:53 +01:00
svg Fix strong mode errors in SVG 2016-04-21 12:45:08 -07:00
typed_data add library-level docs to help with importing 2016-04-25 12:41:24 -07:00
vmservice Allow weird characters (like ?) to appear in devfs filenames. 2016-08-03 15:43:37 -07:00
web_audio Don't use => on void functions. 2016-07-11 14:20:12 +02:00
web_gl Update test status for webgl extension tests, fix one typo in extension name 2016-07-15 15:00:15 -07:00
web_sql Optimize dartium dart:html bindings so real world application performance is acceptable. Improves dart:html performance by 2X-30X for microbenchmarks. Real world improvement is typically 2X-3X. 2016-03-29 18:32:52 -07:00
dart_client.platform Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js. 2016-07-25 09:59:01 -07:00
dart_server.platform Fix missing line for js_util in dart_server.platform 2016-07-26 10:26:29 -07:00
dart_shared.platform Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js. 2016-07-25 09:59:01 -07:00
rules.gni Fix Flutter Dart role 2016-02-26 10:30:14 -08:00