Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.3.7.3
/
pkg
tag
1e2741e136bed5cc32b5af7c4d886ae118636d46
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
1d3191eb8ae4e9733e1f1c57b0969f49ceb61b36
0.3.7.3
1d3191e
Version 0.3.7.3 Merge revisions 18567, 18573, 18574, 18588 ,18594 to trunk
by ricow@google.com
· 10 years ago
0.3.7.3
278d7b0
Update documentation links to point to the correct URLs.
by dgrove@google.com
· 13 years ago
e2ef36a
Fix dart.js to handle query strings
by vsm@google.com
· 13 years ago
7120208
Fix test status for analyzer test.
by efortuna@google.com
· 13 years ago
c5fba36
Test status fix to properly exclude analyzer tests from dart2js builds.
by pquitslund@google.com
· 13 years ago
fc2c75a
Fresh drop of analyzer-experimental.
by pquitslund@google.com
· 13 years ago
904cde1
Added a readme to the browser package, so people know what's up.
by amouravski@google.com
· 13 years ago
84b4fc6
Fix modification of map while iterating in SimpleJsonFormat
by alanknight@google.com
· 13 years ago
a3061ab
Stop using deprecated charCodeAt in Intl
by alanknight@google.com
· 13 years ago
02a5b03
Change Future.delayed to take a Duration.
by floitsch@google.com
· 13 years ago
3a4523a
Fix the expected error messages for scheduled tests.
by nweiz@google.com
· 13 years ago
1301af8
Add built-in timeouts to scheduled_test.
by nweiz@google.com
· 13 years ago
d805b1b
Remove deprecated functions.
by gram@google.com
· 13 years ago
59df9ee
Our nice new mismatched type error messages are garbled by minification.
by gram@google.com
· 13 years ago
247d10c
Pump the event queue manually rather than using a timer.
by nweiz@google.com
· 13 years ago
9cbede1
Added documentation links to all of the pkg packages hosted on api.dartlang.org.
by amouravski@google.com
· 13 years ago
8e92719
Work around dart2js' broken implementation of runtimeType.
by gram@google.com
· 13 years ago
a8874f5
TBR: Revert unittest test that makes use of function names as dart2js does not support this.
by gram@google.com
· 13 years ago
21ad5a0
Fix break in checked mode. Review URL: https://codereview.chromium.org//12212147
by gram@google.com
· 13 years ago
851302e
Unit test improvements:
by gram@google.com
· 13 years ago
dad3b5a
Improve matcher descriptions that match against objects, and thus fix a bug
by gram@google.com
· 13 years ago
f9e5ae9
Revert "Add built-in timeouts to scheduled_test."
by nweiz@google.com
· 13 years ago
94c3ee8
Status file workaround for serialization flakiness for the moment
by alanknight@google.com
· 13 years ago
8186b2e
Add built-in timeouts to scheduled_test.
by nweiz@google.com
· 13 years ago
a9b616c
Re-submit r18349.
by nweiz@google.com
· 13 years ago
845e951
setUp/tearDown functions can now be asynchronous.
by gram@google.com
· 13 years ago
4bbc4da
Roll back r18349.
by nweiz@google.com
· 13 years ago
9fef95b
Some fixes to work better with the services framework
by alanknight@google.com
· 13 years ago
f547a4b
Fix a couple ScheduleError error messages.
by nweiz@google.com
· 13 years ago
9772358
Make the scheduled_test schedule keep track of multiple errors.
by nweiz@google.com
· 13 years ago
4bb8fb3
If two Maps are compared with an equals() matcher and they have the same length,
by gram@google.com
· 13 years ago
3f71467
Rework Timer interface.
by floitsch@google.com
· 13 years ago
f64f23b
Disable the scheduled test tests on the browser bots.
by nweiz@google.com
· 13 years ago
a6af513
Fix HTML enhanced config.
by gram@google.com
· 13 years ago
41ecfcd
Skip the scheduled test tests on dart2js.
by nweiz@google.com
· 13 years ago
8f3ec6b
Add a scheduled test library.
by nweiz@google.com
· 13 years ago
779c5e6
Updated contains and isEmpty matches to use iterables.
by gram@google.com
· 13 years ago
0a13995
Remove old location of test_controller.js
by sigmund@google.com
· 13 years ago
48163b3
Changed README to README.md so it looks better on pub.dartlang.org.
by amouravski@google.com
· 13 years ago
3da8ef3
Add test controller copy again (partially reverts effect of r18184)
by sigmund@google.com
· 13 years ago
376c460
Move test_controller.js inside unitest/lib so it can be used in external tests
by sigmund@google.com
· 13 years ago
8f69c21
Fix inconsistent arguments types in expectAsyncN methods.
by gram@google.com
· 13 years ago
4d1e578
Fix dartdoc for BaseMatcher.
by gram@google.com
· 13 years ago
a6dc925
Added an example of the use of predicate.
by gram@google.com
· 13 years ago
cb10990e
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
372d463
Some fixes/improvements to getter/setter mocking.
by gram@google.com
· 13 years ago
dbb72ee
Get the pub oauth2 test passing locally.
by nweiz@google.com
· 13 years ago
5b8c1da
Simple parser driver example.
by pquitslund@google.com
· 13 years ago
1ea91e6
Status file updates in quest for test greenness.
by pquitslund@google.com
· 13 years ago
76e80c3
Generated scanner and parser tests.
by pquitslund@google.com
· 13 years ago
65ee031
Fix issue 8218: "part of" directive comes after dartdoc comment.
by gram@google.com
· 13 years ago
57f1462
Drop of generated scanner and example scanner driver.
by pquitslund@google.com
· 13 years ago
cb1bff1
Revert "Remove Sink and move CollectionSink to async."
by floitsch@google.com
· 13 years ago
02f6b18
Remove Sink and move CollectionSink to async.
by floitsch@google.com
· 13 years ago
18d274d
Use the dart:async Stream API thoroughly in Pub.
by nweiz@google.com
· 13 years ago
1fb79cd
Resubmit "Adding ease-of-use methods to HttpRequest."
by blois@google.com
· 13 years ago
418d5ba
Generated code README and headers.
by pquitslund@google.com
· 13 years ago
1ba9a4d
Addressed Martin's comments.
by efortuna@google.com
· 13 years ago
9b23dff
Reapply "Rename mappedBy to map."
by lrn@google.com
· 13 years ago
b1a118d
Revert "Rename mappedBy to map."
by floitsch@google.com
· 13 years ago
0dc2f4b
Rename mappedBy to map.
by lrn@google.com
· 13 years ago
62c5dc4
Update test expectations and address Martin's DBC. Oh what fun to test on platforms you can't repo locally...
by efortuna@google.com
· 13 years ago
532b0a7
Fix Safari "multitest" failure.
by efortuna@google.com
· 13 years ago
e024c74
Remove List.filled constructor.
by floitsch@google.com
· 13 years ago
8be5207
Roll back Pub stream changes.
by nweiz@google.com
· 13 years ago
d56994e
Use the dart:async Stream API thoroughly in Pub.
by nweiz@google.com
· 13 years ago
b2a1303
Always treat headers as individual strings in pkg/http.
by nweiz@google.com
· 13 years ago
aeca565
Fix build for throwsStateError: remove duplicate definitions in other tests.
by sigmund@google.com
· 13 years ago
dbaec07
Add matches for StateErrors
by sigmund@google.com
· 13 years ago
1b65d11
Remove import of collection-dev.
by floitsch@google.com
· 13 years ago
f46672c
Converting tests over to using event streams.
by blois@google.com
· 13 years ago
d455506
Serialization shouldn't modify the keys of a map it's iterating over
by alanknight@google.com
· 13 years ago
205d67a
Add a MapRule
by alanknight@google.com
· 13 years ago
61c97e7
Restructure YAML package suitable for pub lish
by jmesserly@google.com
· 13 years ago
76bce68
Remove the code that attempts to find a locale from the command line VM in Windows.
by alanknight@google.com
· 13 years ago
b994cf3
Library skew fix (in quest for build greeness) [TBR].
by pquitslund@google.com
· 13 years ago
07716c5
Options parsing cleanup. Review URL: https://codereview.chromium.org//12049028
by pquitslund@google.com
· 13 years ago
867e2fb
Put back status file entry for russian windows locale test, it's still not working
by alanknight@google.com
· 13 years ago
e17f6ef
Make standalone (non-browser) locale detection for windows also accept short locale names
by alanknight@google.com
· 13 years ago
ed938af
Rename new Uri.fromString to Uri.parse.
by floitsch@google.com
· 13 years ago
fb7b9e3
Rename Date to DateTime.
by floitsch@google.com
· 13 years ago
57f62dd
- Make sure we can "run" all tests using simarm/simmips.
by iposva@google.com
· 13 years ago
458aed6
Add a README for path.
by rnystrom@google.com
· 13 years ago
f053f35
Clean up code that locates SDK and SDK version.
by rnystrom@google.com
· 13 years ago
5087eed
Adjust pkg status for analyzer-experimental tests.
by efortuna@google.com
· 13 years ago
2ff0092
Package re-name in quest for build greenness.
by pquitslund@google.com
· 13 years ago
75aa743
SVN cleanup (unversioning mis-versioned files).
by pquitslund@google.com
· 13 years ago
d08fa1e
Experimental analyzer front-end baby-steps.
by pquitslund@google.com
· 13 years ago
a885f86
Fix map literals from change 17410
by hausner@google.com
· 13 years ago
dc3bf66
Stop supporting map literals with 1 type argument
by hausner@google.com
· 13 years ago
16795f2
Add List.reversed to give a reverse fixed-length view of a list.
by lrn@google.com
· 13 years ago
1febeb6
Move some core classes to collection library.
by floitsch@google.com
· 13 years ago
0e934a6
Add methods to Collection.
by lrn@google.com
· 13 years ago
03244ff
Stop treating StreamController as a Stream.
by nweiz@google.com
· 13 years ago
ddd106b
[ak] Fixed
by alanknight@google.com
· 13 years ago
013b010
Add an ErrorGroup class to Pub.
by nweiz@google.com
· 13 years ago
ae8178b
Standalone locale test still failing on Windows, restore status file
by alanknight@google.com
· 13 years ago
27541ed
Fix tests to accept short locale names as long as long ones, properly this time.
by alanknight@google.com
· 13 years ago
7a42378
[ak] Fix tests to accept short locale names as well as long ones
by alanknight@google.com
· 13 years ago
ef13a08
Make StreamController's unnamed constructor create a single-sub stream.
by lrn@google.com
· 13 years ago
Next »