Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.8.0
/
sdk
tag
8783de3f5b16f109f6ceac10bdf2be0db1f58359
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
9d9878f2bec996973a854028ec852227f8bac1ad
0.5.8.0
a5825ec
Add additional Schedule heartbeat calls.
by nweiz@google.com
· 12 years ago
8a96eca
Add a bunch of extra logging to Pub.
by nweiz@google.com
· 12 years ago
ecbb8f2
Log verbose output when testing pub.
by nweiz@google.com
· 12 years ago
04627db
Use "self" not "window" for Worker API.
by ahe@google.com
· 12 years ago
62df821
+ Fix TODO.
by ahe@google.com
· 12 years ago
ee7bbf7
fix warnings caused by xtag fixes http://dartbug.com/10651
by jmesserly@google.com
· 12 years ago
fb84712
dart:io | Add FileSystemEntity.stat() and FileStat class.
by whesse@google.com
· 12 years ago
3f6b652
Revert "Remove _WorkerStub hack to make benefit closing an isolate."
by ahe@google.com
· 12 years ago
6e24bea
Infer "as" in simple type inferrer.
by ngeoffray@google.com
· 12 years ago
3568094
Remove _WorkerStub hack to make benefit closing an isolate.
by ahe@google.com
· 12 years ago
2d16d90
Remove dead code and leftover debugging.
by ngeoffray@google.com
· 12 years ago
d32a26a
Make static tear-off closures a class, like instance tear-off closures.
by ngeoffray@google.com
· 12 years ago
9603a47
computeTypeFromInputTypes should return unknown instead of the current type. Otherwise a speculated type could stay even in the non-optimized SSA graph.
by ngeoffray@google.com
· 12 years ago
676c9a6
Remove TypeCheckerVisitor.fail.
by karlklose@google.com
· 12 years ago
b59bf97
Fix issue 9577: avoid calling getNativeInterceptor when there are no native classes.
by ngeoffray@google.com
· 12 years ago
02ffdc0
expose MDV addBindings
by jmesserly@google.com
· 12 years ago
9920dee
add doc for Node.append
by jmesserly@google.com
· 12 years ago
bc39b11
Add a "pub deploy" command.
by nweiz@google.com
· 12 years ago
215e6e6
Move top-level internal methods of the MDV system into a class.
by jmesserly@google.com
· 12 years ago
6a17da6
Add support for custom elements to MDV
by jmesserly@google.com
· 12 years ago
35cec00
We need to register the class, instead of adding it to the seen classes.
by ngeoffray@google.com
· 12 years ago
d09f722
Fix issue 10614, by making sure analyzeAll update the seenClasses set.
by ngeoffray@google.com
· 12 years ago
0aae75f
Fix dartc warning. At runtime we don't hit into that bug because the existing checks prevent it.
by ngeoffray@google.com
· 12 years ago
ec6852f
Inline getters, setters and operators.
by ngeoffray@google.com
· 12 years ago
6d7e9d3
Use runAsync for Futures.
by floitsch@google.com
· 12 years ago
415238a
Simplify Future implementation.
by floitsch@google.com
· 12 years ago
f7f6901
Fix oversight in side effects computation and closure calls.
by ngeoffray@google.com
· 12 years ago
5a2d284
Revert "Revert "dart2js native mixin application should extend 'Interface', not 'Object'""
by sra@google.com
· 12 years ago
31db2b1
Fixing overrideMimeType on IE10.
by blois@google.com
· 12 years ago
4fd4ab5
Syncing CssStyleDeclaration.setPropertyValue's signature between dart2js and dartium
by blois@google.com
· 12 years ago
e413e4e
Revert "dart2js native mixin application should extend 'Interface', not 'Object'"
by sra@google.com
· 12 years ago
a24c403
dart2js native mixin application should extend 'Interface', not 'Object'
by sra@google.com
· 12 years ago
2dff693
Make dispatch property non-enumerable
by sra@google.com
· 12 years ago
870bad8
MDV v3 changes: add getInstanceModel for custom syntax
by jmesserly@google.com
· 12 years ago
f297525
Adding annotations to DOM constants.
by blois@google.com
· 12 years ago
078208e
Adding ability to specify request headers and mime type for Future-based XHRs.
by blois@google.com
· 12 years ago
170a48e
Always log the pub version when running with --verbose.
by nweiz@google.com
· 12 years ago
d8eecf7
Explicitly implementing some DOM iterable APIs for performance
by blois@google.com
· 12 years ago
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
Next »