Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.21.0
/
sdk
tag
81159ec85417079167858e8f7a16f58c2cf60c65
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
ce57b84db597d9f3c808c869c1c03dd951300ef4
0.6.21.0
2ff00ad
- Mark flaky test.
by iposva@google.com
· 12 years ago
baa710f
- Mark flaky tests.
by iposva@google.com
· 12 years ago
b35a36d
Normalize incoming AssetID paths.
by rnystrom@google.com
· 12 years ago
6281445
Refocusing the categories for dart:core library docs
by mcampione@google.com
· 12 years ago
7ed3644
Make reflectClass(dynamic) throw an illegal argument exception.
by rmacnak@google.com
· 12 years ago
2fc14d9
Don't allow packages to depend on themselves.
by rnystrom@google.com
· 12 years ago
f9972ec
Handle invalid version syntax in pubspecs.
by rnystrom@google.com
· 12 years ago
264fbc6
Adjusted one-line description for Map class, minor edits.
by mcampione@google.com
· 12 years ago
a30cffb
Treat negative utf8-units the same way as other broken encodings.
by floitsch@google.com
· 12 years ago
109280c
Make utf8 decoder non-buffered.
by floitsch@google.com
· 12 years ago
43bf48f
Add ASCII encoding to lib/convert.
by lrn@google.com
· 12 years ago
3dfe7c9
Always initialize the EventHandler in the standalone.
by ajohnsen@google.com
· 12 years ago
f48cfdb
Add missing parameter to function call in latin1.dart.
by lrn@google.com
· 12 years ago
d0bc320
Add Latin-1 converters to convert library.
by lrn@google.com
· 12 years ago
499bdad
Regen dart:html
by vsm@google.com
· 12 years ago
0225767
Add one-line description to dart:isolate, plus a start at doc comment cleanup.
by kathyw@google.com
· 12 years ago
3c1ccb8
Rerun go.sh.
by efortuna@google.com
· 12 years ago
38f9e9a
Revert "Fix casts and type assertions on mixins used in native classes"
by sra@google.com
· 12 years ago
b1b8740
Merge branch 'master' into datetimedocs
by mcampione@google.com
· 12 years ago
0820807
Fixing dart2js codesize regression from blink roll.
by blois@google.com
· 12 years ago
1a0e976
Fix casts and type assertions on mixins used in native classes
by sra@google.com
· 12 years ago
e1f7ca4
editing doc comments for List class
by mcampione@google.com
· 12 years ago
9de122a
Add Platform.packageRoot and Platform.executableArguments to dart:io.
by whesse@google.com
· 12 years ago
017f2d7
Remove dependency from dart:core to dart:utf.
by floitsch@google.com
· 12 years ago
38506f9
Remove the LineTransformer from dart:io
by sgjesse@google.com
· 12 years ago
4e107aa
Fix receiver refining optimization in the presence of null: any Object method can be called on the null object.
by ngeoffray@google.com
· 12 years ago
87530aa
Add HttpServer.idleTimeout for closing idle keep-alive connections.
by ajohnsen@google.com
· 12 years ago
1b09dcf
mark pub remove_removed_dependency_test tests flaky
by jmesserly@google.com
· 12 years ago
cad4980
mark pub/test/oauth2/with_an_expired_credentials_refreshes_and_saves_test test flaky
by jmesserly@google.com
· 12 years ago
ec11e52
Revert "Revert "Adding polyfill support for custom elements.""
by blois@google.com
· 12 years ago
508affe
Revert "Adding polyfill support for custom elements."
by blois@google.com
· 12 years ago
2f192be
Provide a way to get a Type back from a ClassMirror.
by rmacnak@google.com
· 12 years ago
7265126
Adding polyfill support for custom elements.
by blois@google.com
· 12 years ago
b56d519
Add the ability to dynamically modify transforms to barback.
by nweiz@google.com
· 12 years ago
c6643f6
Really mark missing_file_test as flaky.
by rnystrom@google.com
· 12 years ago
6d11a8f
Add signMask getter to Float32x4
by johnmccutchan@google.com
· 12 years ago
61e3fe4
Regenerate dart:html from new IDL
by vsm@google.com
· 12 years ago
d43b18c
Mark pub missing_file_test flaky.
by rnystrom@google.com
· 12 years ago
69bea8b
Suppress getPresentationAttribute
by vsm@google.com
· 12 years ago
339b0bd
Attempt to land Dartium roll a second time.
by jacobr@google.com
· 12 years ago
182ef97
One-line descriptions for members in the Duration class.
by mcampione@google.com
· 12 years ago
7c1e9d8
Add add and subtract operations to Uint32x4
by johnmccutchan@google.com
· 12 years ago
0b68743
Fix off-by-one error in UTF-8 encoding.
by floitsch@google.com
· 12 years ago
b3fe86b
Hide "Encoding" class in dart:convert since it clashes with dart:io.
by floitsch@google.com
· 12 years ago
30aaf87
Fix error in SecureSocket, remove failing status from tests.
by whesse@google.com
· 12 years ago
5343ef8
Add documentation to dart:math pow function.
by lrn@google.com
· 12 years ago
3f156eb
Fix mock compiler tests: do a null check in case an element is not there.
by ngeoffray@google.com
· 12 years ago
dc9dcf6
- Make the backend remember helper classes before enqueueing them. This avoids inferring types on its fields.
by ngeoffray@google.com
· 12 years ago
67258b9
Refine the type of a local after it has been used as the receiver of a call.
by ngeoffray@google.com
· 12 years ago
781f279
Handle missing imports/exports/parts.
by johnniwinther@google.com
· 12 years ago
c6ebe4e
rollback problem blink merge cl
by jacobr@google.com
· 12 years ago
785c841
Changes required for Dartium roll
by jacobr@google.com
· 12 years ago
54267d9
Provided one-line class-level comment for Timer class and some minor edits.
by mcampione@google.com
· 12 years ago
dc13c4c
Added library-level documentation for dart:core library.
by mcampione@google.com
· 12 years ago
cf98888
Wrote one-line description for string class
by shailentuli@google.com
· 12 years ago
bdaa2ec
Doc fix for StringBuffer
by shailentuli@google.com
· 12 years ago
0fcc3c5
Load builtin helper libraries on demand.
by zarah@google.com
· 12 years ago
ac3e971
Enable unique global renaming in dart2dart minification.
by zarah@google.com
· 12 years ago
682785d
Revise output of list-package-dirs.
by rnystrom@google.com
· 12 years ago
bdc173d
Fix pub serve on windows.
by rnystrom@google.com
· 12 years ago
e506058
Updating custom element's preregister test to follow new contracts.
by blois@google.com
· 12 years ago
3bbd58c
Command to print paths to dependencies.
by rnystrom@google.com
· 12 years ago
178afc3
because Kasper cares
by kevmoo@j832.com
· 12 years ago
04ca39c
Remove some unused code.
by rnystrom@google.com
· 12 years ago
f05ee49
Replace shuffle getters with shuffle method and masks.
by johnmccutchan@google.com
· 12 years ago
3a17d47
Modify custom elements to inherit from HtmlElement
by vsm@google.com
· 12 years ago
0fa8fab
Fix typo in documentation for dart:json.
by lrn@google.com
· 12 years ago
4723e41
Changed names of parameters of double.parse in patches to match change in external signature.
by lrn@google.com
· 12 years ago
11f3125
Rename optional argument of double.parse.
by lrn@google.com
· 12 years ago
8bcff6d
InliningState should save 'inTryStatement'.
by ngeoffray@google.com
· 12 years ago
7866ff3
Make Error.safeToString convert control codes in strings to escapes.
by lrn@google.com
· 12 years ago
856234e
Add documentation for Uri.resolve and Uri.resolveUri
by sgjesse@google.com
· 12 years ago
8e2fadc
Fix braino, reported through Tracer's performance regression.
by ngeoffray@google.com
· 12 years ago
c25b2fc
Add documentation to Object.== that specifies the requirements.
by lrn@google.com
· 12 years ago
66476c7
Compensate for the lack of code motion in licm.
by ngeoffray@google.com
· 12 years ago
a9c76a0
Address long-standing comments from sra.
by ngeoffray@google.com
· 12 years ago
67a4119
Add description for dart:async.
by kathyw@google.com
· 12 years ago
2009788
Native subclasses of a mixin include classes extending native classes
by sra@google.com
· 12 years ago
ad5f680
Forgot to submit the regenerated dart:html from the last change.
by vsm@google.com
· 12 years ago
6407828
Fix of invalid function call from timing change for dart2js main execution.
by blois@google.com
· 12 years ago
fb3bb09
Mark test as flaky on Windows.
by rnystrom@google.com
· 12 years ago
3d0ace5
Re-try of Tightening up dart2js load timing.
by blois@google.com
· 12 years ago
7556ce3
Added one-line description for dart:math.
by kathyw@google.com
· 12 years ago
aa09106
Add file watching to pub serve.
by rnystrom@google.com
· 12 years ago
5aa9443
Update dart:chrome to include fileSystem, and update summary docs.
by benwells@google.com
· 12 years ago
9ca903f
Copyedit dart:mirrors description and make the first paragraph conform to our new conventions.
by kathyw@google.com
· 12 years ago
4541558
doc fix for WebSocket
by financeCoding@gmail.com
· 12 years ago
b47c9a2
one-line doc for audio
by sethladd@google.com
· 12 years ago
b429a53
Added one-line library description for typed_data library.
by mcampione@google.com
· 12 years ago
6cbbf07
add one-line doc for web gl
by sethladd@google.com
· 12 years ago
436da7c
doc fix for one line dart:utf library
by financeCoding@gmail.com
· 12 years ago
2f3a001
doc fix for dart:convert library
by financeCoding@gmail.com
· 12 years ago
c6b62cf
doc fix one liner for dart:io
by financeCoding@gmail.com
· 12 years ago
1ffafc7
Additional code to https://codereview.chromium.org/15026006
by sra@google.com
· 12 years ago
e0772b7
Wrote one-line description for regexp class
by shailentuli@google.com
· 12 years ago
163a75a
Added a one-line description for the library
by mcampione@google.com
· 12 years ago
8e50d89
Improve DartDocs for dart:core classes that may not be extended or implemented.
by rmacnak@google.com
· 12 years ago
e55c26c
doc fix for one liner on collections libraries
by financeCoding@gmail.com
· 12 years ago
28dd694
First cut at extending native classes.
by sra@google.com
· 12 years ago
97aa838
doc fix for abstract Socket class
by financeCoding@gmail.com
· 12 years ago
Next »