Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.7.3
/
sdk
/
lib
tag
4de62ebc0d3d79210fcda413309d939854d6a48f
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
ae50cbb93af70d179914d6ef6ada6207ee5c9266
0.5.7.3
5615308
Version 0.5.7.2 .
by dgrove@google.com
· 10 years ago
0.5.7.2
1efbbc4
Version 0.5.7.1 .
by dgrove@google.com
· 10 years ago
0.5.7.1
9005b27
Implement Model-Driven-Views spec for Dart
by jmesserly@google.com
· 12 years ago
5f3be4f
Add some user-friendly utility functions to pkg/analyzer_experimental.
by nweiz@google.com
· 12 years ago
1cef1fb
"Reverting 22561" need to investigate test failures
by jmesserly@google.com
· 12 years ago
bf4f12c
Implement Model-Driven-Views spec for Dart
by jmesserly@google.com
· 12 years ago
a77e44a
Dart.idl cleanup BUG= R=sra@google.com
by blois@google.com
· 12 years ago
7577052
Changing metadata lookup to always use interface.id
by blois@google.com
· 12 years ago
a42f671
Closure 'this' pointer is non-null
by sra@google.com
· 12 years ago
c590177
Map lists back to typed arrays
by blois@google.com
· 12 years ago
4a1f129
Re-ran go.sh because it was out of date.
by amouravski@google.com
· 12 years ago
9998ca4
MimeParserException has been renamed to MimeMultipartException.
by nweiz@google.com
· 12 years ago
c10ca84
Making HiddenInputElement implement InputElementBase.
by blois@google.com
· 12 years ago
68defad
Testing & supporting new HTMLTemplateElement
by blois@google.com
· 12 years ago
0c48687
Updating DOM code to use list mixins
by blois@google.com
· 12 years ago
0226ce9
Make sure we always unsubscribe from a stream, in http-impl.
by ajohnsen@google.com
· 12 years ago
b8e32c6
Fix types in web-socket impl.
by ajohnsen@google.com
· 12 years ago
107893f
Fix type in websocket-impl.
by ajohnsen@google.com
· 12 years ago
0e14088
Make web-socket pass AutobanhTestSuite.
by ajohnsen@google.com
· 12 years ago
8173acc
Fix issue 10487 by adapting the type checker so it uses the dynamic type for throw expressions.
by kasperl@google.com
· 12 years ago
49644d4
Fix https://code.google.com/p/dart/issues/detail?id=10474 by not loop hoisting instructions that may throw.
by ngeoffray@google.com
· 12 years ago
c50c321
Remove unrechable code
by sgjesse@google.com
· 12 years ago
fb4af90
Refactor authentication og HTTP requests
by sgjesse@google.com
· 12 years ago
a941371c
Add offline support to pub install and update.
by rnystrom@google.com
· 12 years ago
a3feae2
Fixing Location.origin to work on non-WebKit browsers.
by blois@google.com
· 12 years ago
a169e4b
Fix canonicalize().
by nweiz@google.com
· 12 years ago
d7af2fd
Add a function to pub for finding the canonical path of a file.
by nweiz@google.com
· 12 years ago
93dedc9
Adding tests for experimental Safe DOM creation technique.
by blois@google.com
· 12 years ago
31dbe0e
Improve closure names.
by sra@google.com
· 12 years ago
1ecec95
Implement support for application/x-www-form-urlencoded' form data in HttpBodyHandler.
by ajohnsen@google.com
· 12 years ago
81245e5
Add support for digest authentication of HTTP proxies
by sgjesse@google.com
· 12 years ago
ad94e46
Extend HttpBody handler to support 'multipart/form-data'.
by ajohnsen@google.com
· 12 years ago
b713706
Refactor internal class _Credentials to accomodate digest information for _ProxyCredentials
by sgjesse@google.com
· 12 years ago
bcfd8c2
Fix digest authentication to use the correct URI
by sgjesse@google.com
· 12 years ago
c093fdc
Report existing on duplicate definitions.
by johnniwinther@google.com
· 12 years ago
3ddc9f6
Don't show a stack trace on a bad path dependency path.
by rnystrom@google.com
· 12 years ago
b9469be
Put "packages" directories in "benchmark".
by rnystrom@google.com
· 12 years ago
f27af17
A couple changes which clean up some of the DOM class names:
by blois@google.com
· 12 years ago
73d233f
Fix error_group_test.
by floitsch@google.com
· 12 years ago
6f7ef41
Reapply "Aggregate CSS manipulation functions in html lib." (r22400)
by efortuna@google.com
· 12 years ago
fc31fb1
More fixes.
by floitsch@google.com
· 12 years ago
7d2a9b3
Fix a few errors.
by floitsch@google.com
· 12 years ago
563f4ee
dart:io | Improve text of FileIOException on File.exists().
by whesse@google.com
· 12 years ago
968ebcf
Make Completers asynchronous.
by floitsch@google.com
· 12 years ago
3828f0a
Add new HttpMultipartFormData, used for parsing a MimeMultipart and extracting either text or binary data.
by ajohnsen@google.com
· 12 years ago
dae8b14
Support redirect to relative Uri, as specified by rfc3986#4.2.
by ajohnsen@google.com
· 12 years ago
24644bf
Look at overlapping contained classes when computing the intersection
by kasperl@google.com
· 12 years ago
a788b2a
Remove support for interface in source mirrors + dartdoc.
by johnniwinther@google.com
· 12 years ago
39f7d6a
Remove isInterface tests.
by johnniwinther@google.com
· 12 years ago
f13b617
Change fromString constructor to parse static method
by sgjesse@google.com
· 12 years ago
07c4b13
Revert "Remove support for interface in source mirrors + dartdoc."
by johnniwinther@google.com
· 12 years ago
0d33201
Remove support for interface in source mirrors + dartdoc.
by johnniwinther@google.com
· 12 years ago
afcaf39
Remove support for interface in dart2js.
by johnniwinther@google.com
· 12 years ago
33b4567
"Reverting 22400"
by efortuna@google.com
· 12 years ago
5e07799
Aggregate CSS manipulation functions in html lib.
by efortuna@google.com
· 12 years ago
73c8411
Extend HTTP digest support with server changing nonce
by sgjesse@google.com
· 12 years ago
28f3bc3
dart:io | Tiny change to Link.exists().
by whesse@google.com
· 12 years ago
57124b5
Implement implicit constructors in mixin applications.
by karlklose@google.com
· 12 years ago
e4f51f5
DateTime is Comparable.
by floitsch@google.com
· 12 years ago
0ae62a7
dart:io | Implement truly asynchronous version of FileSystemEntity.type().
by whesse@google.com
· 12 years ago
1727b4f
Move FlatTypeMask to its own file.
by ngeoffray@google.com
· 12 years ago
023c55b
Re-apply https://codereview.chromium.org/14556008/, with more handling of JS nodes, as well as a braino fix in HForeign.canThrow.
by ngeoffray@google.com
· 12 years ago
157fbba
Update mime_multipart_parser to be a StreamTransformer, public available.
by ajohnsen@google.com
· 12 years ago
d33bbbf
Needed to call toList
by ahe@google.com
· 12 years ago
a6bc37f
Implementation of HTTP digest authentication
by sgjesse@google.com
· 12 years ago
b85c8df
Fix crash in unit tests
by ahe@google.com
· 12 years ago
396011b
dart:io | Add asynchronous versions of the methods of FileSystemEntity and Link.
by whesse@google.com
· 12 years ago
03788f6
Source maps should use relative URIs and be on own line.
by ahe@google.com
· 12 years ago
2ae76dc
Make our dartdoc comments spec compliant.
by kasperl@google.com
· 12 years ago
82a5c72
DeclarationMirror.displayName and MethodMirror.operatorName moved to mirrors_util since these are not to be part of the dart:mirrors API.
by johnniwinther@google.com
· 12 years ago
2ab78e9
Revert "Revert "Pick dispatch property dynamically to avoid conflicts between programs.""
by sra@google.com
· 12 years ago
2bea375
Revert "Pick dispatch property dynamically to avoid conflicts between programs."
by sra@google.com
· 12 years ago
8032401
Pick dispatch property dynamically to avoid conflicts between programs.
by sra@google.com
· 12 years ago
75f7127
Update status file
by sgjesse@google.com
· 12 years ago
6c7042e
Revert r22321. Some tests fail.
by ngeoffray@google.com
· 12 years ago
58686ec
Track side effects of foreign JS calls.
by ngeoffray@google.com
· 12 years ago
08db2e4
Add a dart tags program which generates TAGS files that can be used by Emacs for quick navigation.
by ahe@google.com
· 12 years ago
461e98c
Handle null types in the "same" method of types.dart
by polux@google.com
· 12 years ago
c8970a0
Fix issue https://code.google.com/p/dart/issues/detail?id=10166 by using the interceptor instead of the receiver when doing a super call in an interceptor class.
by ngeoffray@google.com
· 12 years ago
871294b
Handle || and &&.
by polux@google.com
· 12 years ago
2426d15
Don't use length when reading a file in chunks (but continue to EOF).
by ajohnsen@google.com
· 12 years ago
04b91e0
Also add default argument to names argument in io_patch.
by ajohnsen@google.com
· 12 years ago
2c02634
Fix dart2js io patch file.
by ajohnsen@google.com
· 12 years ago
70096aa
Clear http session object on destroy.
by ajohnsen@google.com
· 12 years ago
6a78c0c
Add v6Only named argument to ServerSocket and etc.
by ajohnsen@google.com
· 12 years ago
e764239
Fix warnings spotted by dartc.
by ngeoffray@google.com
· 12 years ago
aa7c44e
Re-apply https://codereview.chromium.org/14636002/, but this time avoid creating TypeMask with dynamic.
by ngeoffray@google.com
· 12 years ago
0b8c65c
Fix warnings spotted by dartc.
by ngeoffray@google.com
· 12 years ago
b605f19
Track side effects in simple inferrer.
by ngeoffray@google.com
· 12 years ago
2ca9afd
Precompute substitutions for type arguments.
by karlklose@google.com
· 12 years ago
de148fa
Add tests for getTypeOfSelector
by polux@google.com
· 12 years ago
6db8adf
Fix __proto__ support check
by sra@google.com
· 12 years ago
e35f885
Revert "Fix listing directories with recursive symlinks."
by rnystrom@google.com
· 12 years ago
5856219
Remove outdated DOM generation check
by blois@google.com
· 12 years ago
47635f0
Fix listing directories with recursive symlinks.
by rnystrom@google.com
· 12 years ago
fe231c3
Enable Windows test since it seems to be working locally.
by rnystrom@google.com
· 12 years ago
2bc3c48
Fix dart2js build by adding missing part of directives
by hausner@google.com
· 12 years ago
ebdd38c
Update pub usage of '127.0.0.1'.
by ajohnsen@google.com
· 12 years ago
50842a3
Revert r22246, some tests fail.
by ngeoffray@google.com
· 12 years ago
954ba85
Always connect using HOST_NAME, but swicth on host source on secure upgrade, in secure_upgrade test.
by ajohnsen@google.com
· 12 years ago
Next »