Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.8.0
/
sdk
tag
7a2f27f1d69f72f1f7f13410e9139e6f219d8b27
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
d1ec6bd904935d3dbf8098d3c10320939e8f1de7
0.8.8.0
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
3591779
stackTrace should be StackTrace
by kevmoo@j832.com
· 12 years ago
7ac0b7d
Rename analyzer_experimental to analyzer.
by scheglov@google.com
· 12 years ago
e9b01cc
Disallow explicit parameter default values in redirecting factory (issue 13662).
by regis@google.com
· 12 years ago
579a6d4
New docs for dart:js
by justinfagnani@google.com
· 12 years ago
1b554a7
Fix Function.apply() + call() + noSuchMethod() in dart2js
by justinfagnani@google.com
· 12 years ago
95c3d5e
Added link to Event Loop article to dart:async.
by amouravski@google.com
· 12 years ago
980c1a1
Fix Isolate.spawnUri on Windows.
by whesse@google.com
· 12 years ago
45701cf
Second round of deprecation removal.
by efortuna@google.com
· 12 years ago
ee72b8b
Change PostProcessAction to DelayedAction handled in onQueueEmpty.
by sra@google.com
· 12 years ago
d20c5a3
Deprecate dart:io Platform, replaced by dart:platform.
by whesse@google.com
· 12 years ago
6a72655
Very simple version of Isolates.
by floitsch@google.com
· 12 years ago
251e56f
dart:platform | Remove isWindows, isLinux, isAndroid, isMacOS from dart:platform.
by whesse@google.com
· 12 years ago
5963f11
dart2js: The name of a library without a library declaration is the empty string.
by rmacnak@google.com
· 12 years ago
8ee11af
Add LibraryMirror.declarations and ClassMirror.declarations to the API and both implementations.
by rmacnak@google.com
· 12 years ago
2fa425e
Update status file, and fix unit tests.
by ngeoffray@google.com
· 12 years ago
265c25a
Add fields to platform library, implement them on runtime dart.
by whesse@google.com
· 12 years ago
54f1935
Ensure list/string/isolate are enabled when main has arguments.
by ngeoffray@google.com
· 12 years ago
0c2371c
Fix dart2dart byg giving empty stub methods to dart2dart's native enqueuer.
by ngeoffray@google.com
· 12 years ago
3a01260
Remove dart:json
by lrn@google.com
· 12 years ago
f8c5b43
USe the native behavior for fields instead of the type annotation.
by ngeoffray@google.com
· 12 years ago
32814d4
Substitute types in instances of generic classes.
by zarah@google.com
· 12 years ago
2e949d9
dart:io | Directory.createTemp - fix missed rename of template to prefix.
by whesse@google.com
· 12 years ago
6712f1e
Incorporates feedback by Nicolas for UTF-8 bytes based scanner CL.
by lry@google.com
· 12 years ago
aee529d
Avoid watching files that aren't going to change for "pub serve".
by nweiz@google.com
· 12 years ago
f41f6f6
ImageData.data is a Uint8ClampedList
by sra@google.com
· 12 years ago
971dbf3
Supress list mixins for deprecated/removed class.
by efortuna@google.com
· 12 years ago
c1eb44e
Fix for getContextAttributes which wraps bare dictionary into a Dart type.
by amouravski@google.com
· 12 years ago
9b40aca
Remove the low hanging deprecation fruit.
by efortuna@google.com
· 12 years ago
8a0ac65
Redo "Separate HTypeConversion checked type from output type."
by sra@google.com
· 12 years ago
c49f1ce
Allow matches selector to work on current Opera.
by efortuna@google.com
· 12 years ago
7effd23
Add DOMRect for Firefox Rectangle behavior.
by efortuna@google.com
· 12 years ago
26bf1e0
Renamed contains in the rectangle class to containsRectangle.
by efortuna@google.com
· 12 years ago
24254f1
Hoist generics-related functions from ClassMirror to TypeMirror.
by rmacnak@google.com
· 12 years ago
f41e99e
Updating MutationObserver.observe documentation.
by blois@google.com
· 12 years ago
3058d7e
Removing older lifecycle events
by blois@google.com
· 12 years ago
e060383
Revert "Separate HTypeConversion checked type from output type."
by sra@google.com
· 12 years ago
d298f34
Separate HTypeConversion checked type from output type.
by sra@google.com
· 12 years ago
1cfe5c7
Document FileSystemEntity:watch and family..
by ajohnsen@google.com
· 12 years ago
e02b5a3
Make FileSystemEntity.watch return a broadcast stream.
by ajohnsen@google.com
· 12 years ago
103eac5
Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed.
by ajohnsen@google.com
· 12 years ago
ff1d105
Remove deprecated 'str' getter on Match.
by lrn@google.com
· 12 years ago
Next »