Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.6.1
/
sdk
tag
a97712b830ae461fa4b4fc8a3465695f4158b06f
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
b7b40b5af6e081210b3849626c051835fdbb1bf0
0.4.6.1
d378288
Regen libs after IDL roll.
by antonm@google.com
· 12 years ago
04242fb
Fix CSP mode
by erikcorry@google.com
· 12 years ago
d3a932f
Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them
by kustermann@google.com
· 12 years ago
916873c
Reschedule callbacks execution on failure.
by antonm@google.com
· 12 years ago
5f7e1f1
Use set for idle HTTP connections. Avoids O(n) removal.
by ajohnsen@google.com
· 12 years ago
13bcc02
Correctly compile unresolved for-in loops.
by ahe@google.com
· 12 years ago
0063095
Fix bugs caught in host-checked mode.
by ahe@google.com
· 12 years ago
044f0d0
Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove.
by ajohnsen@google.com
· 12 years ago
285849c
Change hasSubscribers to hasListener.
by floitsch@google.com
· 12 years ago
f1862a6
Revert revision 21331 and 21334
by ricow@google.com
· 12 years ago
1ecc99b
Make common file mode and encoding constants available on the top level in dart:io
by sgjesse@google.com
· 12 years ago
952369c
Speculative fix for dart2js on windows
by ricow@google.com
· 12 years ago
8d3d404
Update the dartdoc for HttpClient
by sgjesse@google.com
· 12 years ago
126cbc3
Make the proxy server resolution from environment variables the default for HttpClient
by sgjesse@google.com
· 12 years ago
4acabf0
Fix issue 9844 by adressing additional review comments
by ricow@google.com
· 12 years ago
1259710
Add leftover file from landing new build id passing
by ricow@google.com
· 12 years ago
866df28
Fix typed data for dart2js.
by ager@google.com
· 12 years ago
aed9246
Add fromList constructor to typeddata typed lists.
by ager@google.com
· 12 years ago
f9e2907
Revert "Revert "Attempt to re-commit Dartdoc exports.""
by amouravski@google.com
· 12 years ago
e492c02
Revert "Attempt to re-commit Dartdoc exports."
by amouravski@google.com
· 12 years ago
362cf71
Attempt to re-commit Dartdoc exports.
by amouravski@google.com
· 12 years ago
3504337
dart2js: Teach JS parser about # and start using it in emitter
by erikcorry@google.com
· 12 years ago
3263daa
Fix event-transformers that don't pause.
by floitsch@google.com
· 12 years ago
134302a
Remove second generic argument of StreamConsumer.
by floitsch@google.com
· 12 years ago
f53cc35
Update dart2js mirrors to match the API.
by ahe@google.com
· 12 years ago
aecbeab
Implement getRange (returning an Iterable).
by floitsch@google.com
· 12 years ago
ba4d232
Fix first part on liveness analysis of bug https://code.google.com/p/dart/issues/detail?id=9687: a throw in a catch block must have the finally block as a successor.
by ngeoffray@google.com
· 12 years ago
dcaf527
Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink.
by ajohnsen@google.com
· 12 years ago
bdce382
Add Symbol class.
by ahe@google.com
· 12 years ago
7b3b805
Fix invalid SSA graph generated by dart2js in a do/while with breaks, by removing locals that do not exist in all breaks.
by ngeoffray@google.com
· 12 years ago
ac23682
Fix typos and other too-late feedback from the inline throw change
by erikcorry@google.com
· 12 years ago
32cc76a
Make output of Type.toString nicer.
by karlklose@google.com
· 12 years ago
c20f954
Fix bug that makes dartc bot red.
by lrn@google.com
· 12 years ago
90f1808
dart2js: Use miniparser for simple JS(...)
by erikcorry@google.com
· 12 years ago
c15796f
Remove collection_sink.dart from sdk/lib/async/async.dart.
by ajohnsen@google.com
· 12 years ago
57161d6
Remove deprecated CollectionSink and Stream.pipeInto.
by ajohnsen@google.com
· 12 years ago
974a300
Remove deprecated <, <=, >, and >= of DateTime.
by ajohnsen@google.com
· 12 years ago
9d044d3
dart2js: Allow 'throw' when inlining
by erikcorry@google.com
· 12 years ago
f41508d
Added new version of reduce.
by lrn@google.com
· 12 years ago
8bb2a43
Update dart:html based on new IDL files
by ager@google.com
· 12 years ago
0120d31
Really fix dart2js.bat on windows
by ricow@google.com
· 12 years ago
75e49ea
Fix arguments to dart2js in windows bat file
by ricow@google.com
· 12 years ago
00da866
Move the dart2js snapshot into bin directory of sdk root.
by ricow@google.com
· 12 years ago
17896be
Missing file from previous commit for mirrors to fix build.
by gbracha@google.com
· 12 years ago
e08647b
BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals.
by gbracha@google.com
· 12 years ago
16ba7bb
Documenting misleading DataTransfer API.
by blois@google.com
· 12 years ago
d7b8047
Rename the sdk/bin/dartanalyzer* scripts to dartanalyzer_developer*, and update
by devoncarew@google.com
· 12 years ago
8701674
Dartdoc: Fix missing space after 'dynamic' in member declarations in generated docs.
by whesse@google.com
· 12 years ago
51f4e4c
Realize that this() is a closure send.
by ngeoffray@google.com
· 12 years ago
2f5eb60
Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse.
by ajohnsen@google.com
· 12 years ago
7c56d46
dart:io | Ensure that Directory.list terminates even when symbolic links create loops in the file system.
by whesse@google.com
· 12 years ago
21451e1
Remove HttpClientRequest.response, as it's identical to HttpClientRequest.done.
by ajohnsen@google.com
· 12 years ago
77c8b06
Make the analyzer happy about collections.
by lrn@google.com
· 12 years ago
62358bf
Make default argument to Iterable.join be "".
by floitsch@google.com
· 12 years ago
9ad97b8
Make Isolate streams single-subscription.
by floitsch@google.com
· 12 years ago
d4fcf30
Make _FrozenElementList generic. It's needed for some type checks.
by lrn@google.com
· 12 years ago
0a26d0e
Rename DateTime constants to full names.
by floitsch@google.com
· 12 years ago
ad2804c
Fix bug in previous commit.
by lrn@google.com
· 12 years ago
8d7d80e
Remove some usages of IterableMixinWorkaround from HTML library.
by lrn@google.com
· 12 years ago
2c5550d
dart:io | Add documentation changes to Link, File and Directory delete methods.
by whesse@google.com
· 12 years ago
3d49b18
Fix bogus array type check. Bug=9813
by erikcorry@google.com
· 12 years ago
57a82e9
Implement JS version of LinkedHashSet and move the various HashTable implementations to the VM collection library patch.
by kasperl@google.com
· 12 years ago
d50f344
Revert dartdoc documenting exports.
by nweiz@google.com
· 12 years ago
1438091
Compile Dart to JS in an isolate in dartdoc.
by nweiz@google.com
· 12 years ago
c3baf62
More precise native type for context2D
by sra@google.com
· 12 years ago
8751525
Have dartdoc document exports.
by nweiz@google.com
· 12 years ago
470b770
lib/utf: remove codepointsToString
by kevmoo@j832.com
· 12 years ago
2d956c4
Fix template type of _HttpClientRequest (now returns a HttpClientResponse).
by ajohnsen@google.com
· 12 years ago
4044e4a
Teach mini JS parser about precedence
by erikcorry@google.com
· 12 years ago
6160e59
Moving ListBase, FixedLengthListMixin and UmodifiableListMixin to collection.
by lrn@google.com
· 12 years ago
12cb62d
Implement consumer, not pipe, in _HttpClientRequest.
by ajohnsen@google.com
· 12 years ago
864b447
Fix stream_controller_test failure.
by lrn@google.com
· 12 years ago
f270244
Delay HttpClientResponse until HttpClientRequest is fully sent.
by ajohnsen@google.com
· 12 years ago
d701ea1
Small dartdoc fixes.
by johnniwinther@google.com
· 12 years ago
f348863
Use inlinedFrom in buildFieldInitializers
by johnniwinther@google.com
· 12 years ago
ed0b82e
Fix bad onSuccess calls after an exception.
by floitsch@google.com
· 12 years ago
7e9e78d
Make EventTransformerStream's subscription not send events after cancel.
by lrn@google.com
· 12 years ago
a323cd8
Revert "Have dartdoc document exports."
by ajohnsen@google.com
· 12 years ago
746a860
Register type for literal list/map.
by johnniwinther@google.com
· 12 years ago
c62d22d
Add support for client-side GZip compression.
by ajohnsen@google.com
· 12 years ago
ea312dd
Also wrap stdin/stdout/stderr on Process.
by ajohnsen@google.com
· 12 years ago
46e1783
Really fix Dartdoc.
by nweiz@google.com
· 12 years ago
9882afb
Tighten type of 'document' to HtmlDocument
by sra@google.com
· 12 years ago
00d70b9
Remove some unused functions from Object.prototype
by sra@google.com
· 12 years ago
8db0ca0
Fix the dartdoc build.
by nweiz@google.com
· 12 years ago
622022d
Fixing SVGPaint constructor DartC error.
by blois@google.com
· 12 years ago
a70ef44
Have dartdoc document exports.
by nweiz@google.com
· 12 years ago
5755128
Fixing SVGColor DartC break
by blois@google.com
· 12 years ago
8afa069
These APIs were introduced in the CSS DOM 2 spec and have been removed from the CSS DOM 3 spec. We should remove them as well.
by blois@google.com
· 12 years ago
93566b8
Making supressed DOM types abstract
by blois@google.com
· 12 years ago
5c0ae73
Add back localName and improve toString for Html nodes.
by efortuna@google.com
· 12 years ago
e041f76
Make mixins work on native classes.
by sra@google.com
· 12 years ago
343fa26
Remove deprecated Expect from the libraries.
by floitsch@google.com
· 12 years ago
26f44bf
dart:io | Add missing step to Link.create on Windows.
by whesse@google.com
· 12 years ago
7e65824
dart:io | Add asynchronous Link.create implementation.
by whesse@google.com
· 12 years ago
6d1c14a
WebSocket: Correctly expect masked frames from clients, and send masked frames from the client.
by ajohnsen@google.com
· 12 years ago
06ce0c3
Add JS implementation of LinkedHashMap.
by kasperl@google.com
· 12 years ago
62f1397
Remove typo templated type.
by ajohnsen@google.com
· 12 years ago
140409a
Wrap stdout/stderr/stdin to only expose the relevant methods.
by ajohnsen@google.com
· 12 years ago
b2d5c2b
Make sure required type arguments are given when using factories.
by karlklose@google.com
· 12 years ago
Next »