.. |
_blink/dartium
|
Update to new Webkit additions for custom elements
|
2016-04-22 12:53:36 -07:00 |
_chrome
|
|
|
_internal
|
Make EfficientLength extend Iterable.
|
2016-11-28 08:04:04 +01:00 |
async
|
Don't use [operator==] to refer to [==] in DartDoc. It doesn't work.
|
2016-12-01 11:00:33 +01:00 |
collection
|
Don't use [operator==] to refer to [==] in DartDoc. It doesn't work.
|
2016-12-01 11:00:33 +01:00 |
convert
|
Remove scary warning from dart:convert#Codec (#27897)
|
2016-11-25 15:42:01 -08:00 |
core
|
Don't use [operator==] to refer to [==] in DartDoc. It doesn't work.
|
2016-12-01 11:00:33 +01:00 |
developer
|
Fix some comments.
|
2016-11-11 15:38:55 -08:00 |
html
|
VM: [Kernel] Make NativeFieldWrapperClass[1-4] constructible when running from Kernel.
|
2016-11-17 18:59:08 +01: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 EfficientLength extend Iterable.
|
2016-11-28 08:04:04 +01:00 |
io
|
VM: Remove _nativeScript external. JS has no equivalent.
|
2016-11-16 16:36:10 +01:00 |
isolate
|
change "the the" to the
|
2016-10-28 21:47:50 +02:00 |
js
|
Fix typos 'overriden' to 'overridden' and '@mustCall super' to '@mustCallSuper' (#27853)
|
2016-11-18 09:36:25 -08:00 |
js_util
|
dart:js_util - fix spelling
|
2016-09-06 09:23:59 -07:00 |
math
|
Make dart:math strong mode clean.
|
2016-05-11 16:00:58 +02:00 |
mirrors
|
change "the the" to the
|
2016-10-28 21:47:50 +02:00 |
profiler
|
|
|
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
|
Add an environment variable toggle to control new service protocol auth token
|
2016-11-07 14:45:52 -08: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
|
GN: Format more gn files
|
2016-10-27 04:25:34 -07:00 |