Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.3.3
/
sdk
/
lib
tag
b238cd76ac22ed4a40935aee8b397a1e9a499418
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
b997216a77e9f7a6b790de8544bcedb49384bfb0
0.6.3.3
eb3c590
Fix type bugs and update AsBroadcastStream to new interface.
by lrn@google.com
· 12 years ago
1c20194
Make new Future(X) go into the outer event loop.
by floitsch@google.com
· 12 years ago
d02d106
Make StreamController be a StreamSink, not just an EventSink.
by lrn@google.com
· 12 years ago
5306dee
Add missing name for named argument.
by ajohnsen@google.com
· 12 years ago
9689ada6
Add 'uri' to HttpException, and include in toString.
by ajohnsen@google.com
· 12 years ago
32ef8cd
Add 'address' and 'port' to SocketException, and include them in toString().
by ajohnsen@google.com
· 12 years ago
10996fd
Remove _HttpUtils from dart:io.
by ajohnsen@google.com
· 12 years ago
02782d7
Add regression test for r24720.
by johnniwinther@google.com
· 12 years ago
42e2ff1
Fix send to this.
by polux@google.com
· 12 years ago
d573bfb
Fix pub errorgroup and analyzer errors.
by lrn@google.com
· 12 years ago
7e966c3
Add lookupInScope to DeclarationMirror.
by johnniwinther@google.com
· 12 years ago
1315656
Make asBroadcastStream take two callbacks.
by lrn@google.com
· 12 years ago
c5c933b
Handle getter/setters of different types.
by johnniwinther@google.com
· 12 years ago
395aab4
Fix minified signature generation.
by johnniwinther@google.com
· 12 years ago
31cebfc
Hide deprecated in html libs.
by ajohnsen@google.com
· 12 years ago
b6d8f98
Deprecate Path.
by ajohnsen@google.com
· 12 years ago
1e81083
Fix handling of seen classes:
by polux@google.com
· 12 years ago
6867242
dart:io | Pass errors from multithreaded encryption back to Dart.
by whesse@google.com
· 12 years ago
c57845f
Clean up dart:io warnings/errors found by analyzer tests.
by ajohnsen@google.com
· 12 years ago
842b1f4
Make type parameter in toDataUrl have an optional default value as per the spec.
by efortuna@google.com
· 12 years ago
da548d2
Make keySystem argument optional in MediaElement.canPlayType.
by efortuna@google.com
· 12 years ago
5cc21ab
Revert "Revert "Use ListMixin for typed_data arrays""
by sra@google.com
· 12 years ago
438767c
Add stackTrace to Error object.
by floitsch@google.com
· 12 years ago
35a1ad2
dart:io | Fix error in RawSecureSocket.read.
by whesse@google.com
· 12 years ago
b10d466
Fix for Issue 11673
by sra@google.com
· 12 years ago
a8c510f
Find correct supertype for inlining.
by johnniwinther@google.com
· 12 years ago
c2aa253
Fix for Issue 11600
by sra@google.com
· 12 years ago
20b5a01
Revert "Fix minified signature generation."
by johnniwinther@google.com
· 12 years ago
f6e0f46
Fix minified signature generation.
by johnniwinther@google.com
· 12 years ago
937d3f1
Revert "Use ListMixin for typed_data arrays"
by sra@google.com
· 12 years ago
2cd765b
Use ListMixin for typed_data arrays
by sra@google.com
· 12 years ago
f81052f
Reapply expanding overloaded functions into separate functions.
by efortuna@google.com
· 12 years ago
546560a
Revert "Add fillRange to typed ungrowable lists." Revert "fix type in test."
by floitsch@google.com
· 12 years ago
68274ad
Add fillRange to typed ungrowable lists.
by zarah@google.com
· 12 years ago
9c3a63b
Report error when using initializing formals in redirecting constructors.
by karlklose@google.com
· 12 years ago
908bf5b
Fix Stdio->Stdin typo and missing external.
by ajohnsen@google.com
· 12 years ago
8aa2069
Add Stdio.readByteSync and Stdio.readLineSync.
by ajohnsen@google.com
· 12 years ago
615ff96
Retain type annotations for function subtyping in minified mode.
by johnniwinther@google.com
· 12 years ago
01251ef
Add isActive field on Timer.
by zarah@google.com
· 12 years ago
8fb445c
Make closures in constructor initializers read type variables directly.
by karlklose@google.com
· 12 years ago
0efcc20
Type check initializer lists.
by johnniwinther@google.com
· 12 years ago
165c356
Remove isIsCheck.
by karlklose@google.com
· 12 years ago
20e0abb
Handle use of type literals in arguments.
by johnniwinther@google.com
· 12 years ago
6f88eec
Removed overloads for WebGLRenderingContext.texImage2D and texSubImage2D.
by amouravski@google.com
· 12 years ago
d3af178
Roll back "Use package:stack_trace in unittest."
by nweiz@google.com
· 12 years ago
89c18e9
[package:mdv] port createInstance change
by jmesserly@google.com
· 12 years ago
3629744
"Reverting 24655"
by efortuna@google.com
· 12 years ago
fc0df10
Expand overloaded methods and optional parameters in the html library.
by efortuna@google.com
· 12 years ago
7b0ae79
Use package:stack_trace in unittest.
by nweiz@google.com
· 12 years ago
894a503
Fixed a typo that broke tests.
by amouravski@google.com
· 12 years ago
c0a39d0
Make html metadata follow the spec.
by amouravski@google.com
· 12 years ago
b7724b7
Revert revisions 24624 and revision 24625.
by ricow@google.com
· 12 years ago
dc76261
Handle use of type literals in arguments.
by johnniwinther@google.com
· 12 years ago
9eb908d
Type check initializer lists.
by johnniwinther@google.com
· 12 years ago
5dcd8f2
Extract the correct os-error on Socket.write, and report correctly in IOSink.
by ajohnsen@google.com
· 12 years ago
1e0c987
Make writes consistent across socket and file synchronous/asynchronus writes in terms of truncation semantics (reports an argument error if the list element contains a non byte value).
by asiva@google.com
· 12 years ago
9dd81d9
Fixing up DOM constructors.
by blois@google.com
· 12 years ago
7c12f9e
Fixing analyzer warnings on overloading == but not get hashCode.
by blois@google.com
· 12 years ago
f191d0d
Fixing DateTime values in serialized script values.
by blois@google.com
· 12 years ago
13c403d
Added named constructors to Element to construct common elements.
by amouravski@google.com
· 12 years ago
18357c5
Remove weird operator== implementations.
by ahe@google.com
· 12 years ago
0c17281
Fixing type error for WebGL's getShaderParameter.
by blois@google.com
· 12 years ago
d477c3f
Implement JsMethodMirror.constructorName.
by ahe@google.com
· 12 years ago
4a4b1bf
Copy compiled constants from metadataHandler to constantHandler.
by ahe@google.com
· 12 years ago
df2bcb8
Revert "Make StreamController be a StreamSink, not just an EventSink."
by floitsch@google.com
· 12 years ago
7784724
Remove type variable to work around dart2js bug.
by ahe@google.com
· 12 years ago
a15e02c
Make StreamController be a StreamSink, not just an EventSink.
by lrn@google.com
· 12 years ago
3a23c34
Handle map literals in conditional expression in PartialParser.skipExpression.
by ahe@google.com
· 12 years ago
f25c1c4
Implement addAll on unmodifiable/constant maps.
by ahe@google.com
· 12 years ago
e8924d6
Add stubs for missing methods.
by ahe@google.com
· 12 years ago
3abe288
Implement JsMethodMirror.parameters and returnType.
by ahe@google.com
· 12 years ago
cb6346b
Don't load dart:async when it isn't needed.
by ahe@google.com
· 12 years ago
3534719
Don't reinsert canceled timers.
by ajohnsen@google.com
· 12 years ago
c326893
Continue updating MDV.
by jmesserly@google.com
· 12 years ago
fc6769a
Reorganize some pub libraries.
by rnystrom@google.com
· 12 years ago
fca7d29
Disallow template instances when !parentNode || !owner.defaultView https://github.com/Polymer/mdv/commit/d035acecab7c2d1afd9eb67bb01818d7ed9eb11f
by jmesserly@google.com
· 12 years ago
74cca39
Add fromIterable(s) constructors in SplayTreeMap and LinkedHashMap.
by zarah@google.com
· 12 years ago
f6b8d89
Add FileException.path and clean up file exceptions.
by ajohnsen@google.com
· 12 years ago
1cbcd0e
Document that IOSink.add may buffer data.
by ajohnsen@google.com
· 12 years ago
3570215
Fix type annotation.
by kasperl@google.com
· 12 years ago
56d2e0e
Fix Element.findMyName for named constructors.
by kasperl@google.com
· 12 years ago
13d024e
Add Map constructors taking iterables.
by zarah@google.com
· 12 years ago
ec99eb5
Document HttpServer.
by ajohnsen@google.com
· 12 years ago
d12f2b4
dart:io | Handle an immediately closed connection in RawSecureServerSocket.
by whesse@google.com
· 12 years ago
f7faa23
dart:io | Add rename() and renameSync() to FileSystem Entity
by whesse@google.com
· 12 years ago
5530bbe
Fix typo that caused orphaned info to be emitted.
by ahe@google.com
· 12 years ago
5ab5bbb
Get rid of this code. Doesn't seem necessary anymore.
by kasperl@google.com
· 12 years ago
5ec4d52
fix analysis issue caught by dart2js bots
by jmesserly@google.com
· 12 years ago
d6b9207
Reorganize mdv and observe functionality
by jmesserly@google.com
· 12 years ago
4d9098c
Move some native type dispatch tags from runtime into class definitions.
by sra@google.com
· 12 years ago
edf30f6
Exposing Node.firstChild and Node.lastChild.
by blois@google.com
· 12 years ago
60e5ca3
Add runAsync interceptor.
by floitsch@google.com
· 12 years ago
2089370
dart.io | Fix to previous commit
by sgjesse@google.com
· 12 years ago
78e9b8e
dart:io | Add rename to Link
by sgjesse@google.com
· 12 years ago
6414d81
Implement hashCode on objects stored in a set or used as map keys.
by ahe@google.com
· 12 years ago
4976228
Warn about overriding operator== but not hashCode.
by ahe@google.com
· 12 years ago
50868bb
Test equality argument order in iterable.
by zarah@google.com
· 12 years ago
122b7cd
Document HttpClientResponse data.
by ajohnsen@google.com
· 12 years ago
1e6c3a1
Remove support for 'argument definitions test' from dart2js.
by kasperl@google.com
· 12 years ago
2d285ca
Generate less code when importing dart:mirrors.
by ahe@google.com
· 12 years ago
Next »