Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.9.0
/
sdk
tag
1854e1aac55cff57300c388eb8c797a9528bb50a
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
02fbb02045f2f0b36b31e83a39d505f6c1b3501f
0.8.9.0
c38de04
Change dart:io Platform.script to return a Uri.
by sgjesse@google.com
· 12 years ago
d5c7a05
Fix to distingish Document from HtmlDocument on ie9
by sra@google.com
· 12 years ago
36a67fa
Implement fromEnvironment on bool, int and String
by sgjesse@google.com
· 12 years ago
96d142f
Fix dart2js Uint32x4List in checked mode
by johnmccutchan@google.com
· 12 years ago
8a0fd8c
Add Uint32x4List to typed_data
by johnmccutchan@google.com
· 12 years ago
7006de6
Remove deprecated parts of dart:async.
by floitsch@google.com
· 12 years ago
4f08151
Revert "Change dart:io Platform.script to return a Uri."
by whesse@google.com
· 12 years ago
e57ff49
Fix bugs in Platform.script change.
by whesse@google.com
· 12 years ago
0dce271
Add Event, HtmlCollection, NodeList and Window to transferrable types
by justinfagnani@google.com
· 12 years ago
cb01103
Change dart:io Platform.script to return a URI. Change all uses of Platform.script to work with the new value.
by whesse@google.com
· 12 years ago
be09cc8
Updated rectangle documentation to explain coordinate system.
by efortuna@google.com
· 12 years ago
0c25691
improve DateTime parsing a UTC timezone offset
by floitsch@google.com
· 12 years ago
c440d53
Add missing import.
by rnystrom@google.com
· 12 years ago
ef6928d
Handle long relative path dependencies better.
by rnystrom@google.com
· 12 years ago
502c7c2
Allow matchingTarget to also include the currentTarget.
by efortuna@google.com
· 12 years ago
04d1b90
Add caching modes to dispatch tags
by sra@google.com
· 12 years ago
4f58096
Tests and docs for instanceMembers, staticMembers, toplevelMembers.
by rmacnak@google.com
· 12 years ago
57a80ee
Specify default values for data (text) and value in OptionElement.
by efortuna@google.com
· 12 years ago
de5ab09
Implement ObjectMirror.[] the VM.
by rmacnak@google.com
· 12 years ago
462d036
Remove dart:io Options class.
by whesse@google.com
· 12 years ago
1e3b58a
dart:io | Add 'recursive' flag to File.create and Link.create.
by whesse@google.com
· 12 years ago
16eb7fd
Fix standalone/io/platform_test on Windows. Remove @deprecated from Platform.
by whesse@google.com
· 12 years ago
be7a746
Resolve jsPlainJavaScriptObjectClass when a native class is instantiated
by lry@google.com
· 12 years ago
537464f
Revert "Substitute types in generic superclasses and interfaces."
by zarah@google.com
· 12 years ago
36e2df1
Mirrors overhaul.
by ahe@google.com
· 12 years ago
841785c
Add IOSink:flush().
by ajohnsen@google.com
· 12 years ago
7821715
Emit a compile-time error if a constant list or map is contains non-assignable elements.
by karlklose@google.com
· 12 years ago
ca06578
Substitute types in generic superclasses and interfaces.
by zarah@google.com
· 12 years ago
f5ec8f2
Emit a compile-time error when using default values in a redirecting factory.
by karlklose@google.com
· 12 years ago
c4cc94c
In checked mode, parameters are already explicitly checked in the inferrer graph. So there is no need to narrow them.
by ngeoffray@google.com
· 12 years ago
253ad80
Don't close the _FileStream until all operations are done.
by ajohnsen@google.com
· 12 years ago
7338c0c
Fix File.openStream where it sometimes would keep the file open.
by ajohnsen@google.com
· 12 years ago
41ff075
Remove deprecated dart:utf library.
by lrn@google.com
· 12 years ago
f0a1c92
Reapply "Remove @deprecated features."
by lrn@google.com
· 12 years ago
09e82e0
Let the stream of File:openRead handle cancel correctly.
by ajohnsen@google.com
· 12 years ago
70e0cd4
Support checking of malbounded types.
by johnniwinther@google.com
· 12 years ago
7a76ad7
Add @proxy to annotations.dart.
by lrn@google.com
· 12 years ago
0b2426a
Add types to dart:convert constants.
by lrn@google.com
· 12 years ago
4416887
Update List constructor documentation. Say that null is not a length.
by lrn@google.com
· 12 years ago
b18735d
Fix warnings in sdk, found by the analyzer.
by ajohnsen@google.com
· 12 years ago
72e6685c
Change and documentat how completer handles futures.
by lrn@google.com
· 12 years ago
de3c1d7
Fix js_test in dart2js checked mode
by justinfagnani@google.com
· 12 years ago
c5e2028
Control whether pub build and serve minify or not.
by rnystrom@google.com
· 12 years ago
7233d46
Revise unhandled args patch.
by rnystrom@google.com
· 12 years ago
83495ee
Refactor EventStreamProvider.dart to make flow make more sense.
by amouravski@google.com
· 12 years ago
742f0ae
Clean up some pub and scheduled_test integration with the new isolate API.
by nweiz@google.com
· 12 years ago
0abc881
Mirror API removals: async invocations, mirrorSystemOf(port), Mirror.mirrors.
by rmacnak@google.com
· 12 years ago
2f5b84f
Don't skip tests on machines without git.
by rnystrom@google.com
· 12 years ago
c638273
Revise barback logging patch.
by rnystrom@google.com
· 12 years ago
d4b3098
Address code review comments from https://chromiumcodereview.appspot.com/49493004/
by sra@google.com
· 12 years ago
316c081
Revise pub build patch.
by rnystrom@google.com
· 12 years ago
1573890
Updated top level docs for Window.
by amouravski@google.com
· 12 years ago
c02e911
JS_INTERCEPTOR_CONSTANT(Type) generates a constant interceptor in Dart code.
by sra@google.com
· 12 years ago
b3ec785
Address code review comments for https://chromiumcodereview.appspot.com/49923003/
by sra@google.com
· 12 years ago
60b57c3
Update headings to use sentence case.
by amouravski@google.com
· 12 years ago
9c20d56
Remove uses of dart:io Options from pub.
by whesse@google.com
· 12 years ago
13dad66
Remove uses of dart:io Options in dart2js and dartdoc.
by whesse@google.com
· 12 years ago
d836e01
Add missing coverage for generics properties of dynamic and void. Fix reflectType(dynamic) in dart2js.
by rmacnak@google.com
· 12 years ago
c3a9f33
Fix directory-listing to return a future on cancel.
by ajohnsen@google.com
· 12 years ago
bf7ea13
Fix HttpServer after SecureServerSocket no longer is a ServerSocket.
by ajohnsen@google.com
· 12 years ago
fe47976
Fix sdk/lib/io errors found by the analyzer.
by ajohnsen@google.com
· 12 years ago
426bf24
Remove type argument from SecureServerSocket
by sgjesse@google.com
· 12 years ago
8d02707
Remove HType.UNKNOWN and HType.CONFLICTING.
by ngeoffray@google.com
· 12 years ago
7efd782
Fix the more specific relation.
by johnniwinther@google.com
· 12 years ago
2eaa551
Remove used of deprecated File.fullPathSync.
by johnniwinther@google.com
· 12 years ago
57efa5d
Revert "Remove @deprecated features."
by lrn@google.com
· 12 years ago
72e1d26
Remove @deprecated features.
by lrn@google.com
· 12 years ago
3b54950
Remove dart:platform library.
by whesse@google.com
· 12 years ago
c0bbe6e
Expose the cancelOnError in the StreamController.addStream.
by lrn@google.com
· 12 years ago
5275bb1
Clean up libraries with errors found by analyzer.
by ajohnsen@google.com
· 12 years ago
f910b1e
Infer types for parameters even in the presence of InvocationMirror.delegate.
by ngeoffray@google.com
· 12 years ago
6e4763b
Update documentation for @override.
by lrn@google.com
· 12 years ago
faccadd
Fix issues found in dart:async by analyzer.
by ajohnsen@google.com
· 12 years ago
7161240
Get rid of HType.NON_NULL and HType.NULL.
by ngeoffray@google.com
· 12 years ago
c22f89e
Forgot to remove cancelOnError from stream sink wrapper.
by lrn@google.com
· 12 years ago
69a6425
Add []= to the list of selectors that do not change the length of an array.
by ngeoffray@google.com
· 12 years ago
b28e93c
Explicitly type the Parameters of main in the inferrer.
by ngeoffray@google.com
· 12 years ago
5b0ac43
Fix bugs in StreamController.addStream.
by lrn@google.com
· 12 years ago
1bbe4d5
Make sure that classes in dart:html do not implement both List and List<E>.
by kasperl@google.com
· 12 years ago
bd80968
When we know the type of a node will never change, we can remove it from the inferrer graph to save on memory. Currently only works with nodes not involved in cycles.
by ngeoffray@google.com
· 12 years ago
92f73a2
Use dispatch hooks transformers to customize the dispatch hooks.
by sra@google.com
· 12 years ago
c0b8204
Fix for Interceptor classes identifying as UnknownJavaScriptObject
by sra@google.com
· 12 years ago
c2790ca
Avoid sending needless data between isolates in "pub serve" and "pub build"
by nweiz@google.com
· 12 years ago
56ce946
Re-triage mirror test failures on the analyzer.
by rmacnak@google.com
· 12 years ago
7515f4e
Don't monitor the filesystem during "pub build".
by nweiz@google.com
· 12 years ago
4806160
Fix build break due to invalid type checks. TBR BUG= R=vsm@google.com
by jacobr@google.com
· 12 years ago
fa8b243
Add JsArray
by jacobr@google.com
· 12 years ago
8f1ff19
Update EventStream docs with new capture method on the string.
by amouravski@google.com
· 12 years ago
79b447a
Renamed XmlHttpRequestEventTarget to remove Xml for consistency.
by amouravski@google.com
· 12 years ago
2101ba9
Add 'isDir' to FileSystemEvent.
by ajohnsen@google.com
· 12 years ago
1e65e64
Remove some HType classes.
by ngeoffray@google.com
· 12 years ago
c14d089
Refining a receiver might turn a loop phi into empty initially, therefore we should not bailout whenever we see a conflicting/empty type. Also fix a braino when updating a [HTypeKnown].
by ngeoffray@google.com
· 12 years ago
4e69511
Make Stream.fromIterable only accept a single listen call.
by lrn@google.com
· 12 years ago
a405eff
Add a note on watching files on Linux.
by sgjesse@google.com
· 12 years ago
1d8fa97
fix darttags after scannor refactoring
by lry@google.com
· 12 years ago
721fa33
When doing SSA type propagation, refine the receiver after a call.
by ngeoffray@google.com
· 12 years ago
2c38627
Throw exception when trying to modify HTTP status code when header is already sent
by sgjesse@google.com
· 12 years ago
0c7d191
Fix warnings in dart2js.
by kasperl@google.com
· 12 years ago
5e06168
Fix issue 12336: there was a bug when updating phis at exit of a block with a HTypeKnown instruction.
by ngeoffray@google.com
· 12 years ago
8c9c2d5
Exposing raw DOM lists from wrappers
by blois@google.com
· 12 years ago
Next »