dart-sdk/sdk/lib
2016-04-28 12:51:40 -07: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 Fix StackTrace performance issue that blocks using the new version of the stack_trace package that depends on StackTrace.current. The problem is the previous entry wasn't lazy about evaluating error.stack which destroys performance for cases where most of the time you don't end up caring about the stack trace. 2016-04-27 17:04:03 -07:00
async Make dart:async strong-mode clean. 2016-04-27 20:07:58 +02:00
collection Fix Set.from which still had a generic type on the incoming Iterable. 2016-04-28 15:01:04 +02:00
convert make a field in _ConverterStreamEventSink final 2016-04-27 11:19:11 -07:00
core Fix Iterable.empty documentation. 2016-04-28 11:31:34 +02:00
developer add library-level docs to help with importing 2016-04-25 12:41:24 -07:00
html Check for the case where previousNode fails in sanitization. Can happen with object tags 2016-04-28 12:51:40 -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 Make dart:internal strong-mode clean. 2016-04-21 13:53:51 +02:00
io Fixes NetworkInterface.list crash on Android 2016-04-26 07:48:58 -07:00
isolate add library-level docs to help with importing 2016-04-25 12:41:24 -07:00
js The patch file cached_patches.dart generated from C++ with special dartium switch --enable-blink-features=dartGenCachedPatches 2016-04-19 08:32:50 -07:00
math add library-level docs to help with importing 2016-04-25 12:41:24 -07:00
mirrors Formatting comments for mirrors (MirrorSystem, IsolateMirror, DeclarationMirror, and ObjectMirror) 2015-10-07 16:48:48 -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 Make it possible to share the embedder's dart sources for the service isolate. 2016-01-29 07:43:21 -08:00
web_audio 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
web_gl Don't add a non-null check in dart2js for a nullable parameter (seeWebGl.texImage2D) 2016-04-16 16:26:14 -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
dart2dart.platform Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
dart_client.platform Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
dart_server.platform Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
dart_shared.platform Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
rules.gni Fix Flutter Dart role 2016-02-26 10:30:14 -08:00