Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.3.1.1
/
pkg
tag
fa6185c619d02f42f92593af0df704da38b2d289
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
ee02f9088bcc1ce16440e80c62fbaaab9a9ad28a
0.3.1.1
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
0109fd9
No longer work around issue 7761.
by nweiz@google.com
· 13 years ago
8ff8590
Add homepage to pubspec.yaml .
by dgrove@google.com
· 13 years ago
4622dc3
Make browser tests all run from a server instead of the local filesystem.
by efortuna@google.com
· 13 years ago
de347e5
Fix minor path handling issue in path package.
by efortuna@google.com
· 13 years ago
fb052dd
Improve compact and default configuration
by sigmund@google.com
· 13 years ago
603f5b6
Add again useVmConfiguration for deprecation purposes. This requires adding a
by sigmund@google.com
· 13 years ago
b3b4c02
Make output formats pluggable, adapt to new libraries
by alanknight@google.com
· 13 years ago
2394891
Add command support to args.
by rnystrom@google.com
· 13 years ago
14dcd60
Make 'useXConfiguration' check for an existing configuration. This is so that it
by sigmund@google.com
· 13 years ago
34a0db0
Update status file for jsshell.
by ngeoffray@google.com
· 13 years ago
184a9f6
Support Timer with 0 millisecond delay in dart2js running in the command line.
by ngeoffray@google.com
· 13 years ago
4868ee2
Remove Futures class, move methods to Future.
by lrn@google.com
· 13 years ago
f3bd62d
Fix flakiness in intl_message_basic_example_test (7730)
by alanknight@google.com
· 13 years ago
8366691
Revert changes to _postMessage in r16899
by sigmund@google.com
· 13 years ago
96574ee
Status file updates for jsshell
by kustermann@google.com
· 13 years ago
7259a9d
This change does a couple fixes to configurations:
by sigmund@google.com
· 13 years ago
8578b61
Move compact vm config from web_ui to the unittest package.
by sigmund@google.com
· 13 years ago
d0b9bd6
More fixes to unittest
by sigmund@google.com
· 13 years ago
fcff2fb
Fix ALL the pub tests.
by nweiz@google.com
· 13 years ago
a3dfac3
Disable new args test suites on dart2js.
by rnystrom@google.com
· 13 years ago
2dd41b5
Split the args tests into a couple of smaller suites.
by rnystrom@google.com
· 13 years ago
39c59cd
Update status file with locale test that fails with at least Russian and Danish locale on Windows.
by ager@google.com
· 13 years ago
75c8f42
Update remaining usages of Completer.completeException.
by ager@google.com
· 13 years ago
5741f61
Update pkg/http to use the new async APIs.
by nweiz@google.com
· 13 years ago
7cf1400
Fix the OAuth2 documentation to use then rather than chain/transform.
by nweiz@google.com
· 13 years ago
e638606
Fix bug 7763, use of reserved word as identifier in serialization tests
by alanknight@google.com
· 13 years ago
00ec190
Take Nathan's patch: https://codereview.chromium.org/11794041/.
by rnystrom@google.com
· 13 years ago
8eacd88
Create an sdk package to host dart.js
by vsm@google.com
· 13 years ago
22cf380
Missed two files that needed dart:async import.
by efortuna@google.com
· 13 years ago
01421cc
Fix up test statuses. Browser tests should now all pass.
by efortuna@google.com
· 13 years ago
021b643
Commit Martin's patch for pub + lib_v2.
by rnystrom@google.com
· 13 years ago
f113cbe
Fix htmlconfig
by sigmund@google.com
· 13 years ago
940492e
Fixing unittest: ensure 'wait-until-done' is posted before we reach the end of
by sigmund@google.com
· 13 years ago
f07e343
Some minor small fixes to unittest
by sigmund@google.com
· 13 years ago
2bf136b
Update status file for drt.
by floitsch@google.com
· 13 years ago
feda65b
Update tests for pkg/http for new library
by sgjesse@google.com
· 13 years ago
126820a
Mark tests that use Timer as failing on dart2js.
by karlklose@google.com
· 13 years ago
0836e40
Mark intl test as failing.
by ager@google.com
· 13 years ago
37e711d
Fix use of chain in intl library.
by ager@google.com
· 13 years ago
32eeecd
Fix tests for VM in checked mode.
by ajohnsen@google.com
· 13 years ago
4a7dfd2
Big merge from experimental to bleeding edge.
by floitsch@google.com
· 13 years ago
274ac61
Reverting everything because package root + dartium is causing serious problems.
by efortuna@google.com
· 13 years ago
1d3b0c4
Add cross-origin test with credentials. I modified the test framework slightly
by efortuna@google.com
· 13 years ago
ac04fc6
Convert pkg/http to use "package:" imports.
by rnystrom@google.com
· 13 years ago
2c5342c
Update pkg/path to use "package:" imports.
by rnystrom@google.com
· 13 years ago
e481bdc
Convert pkg/serialization imports to "package:".
by rnystrom@google.com
· 13 years ago
9d2a617
Make uninitialized Intl test not import dart:io
by alanknight@google.com
· 13 years ago
1091962
Document date format initialization better and make it possible to use en_US dates without it
by alanknight@google.com
· 13 years ago
7602684
Fix documentation bugs 7517 and 7518 in serialization.
by alanknight@google.com
· 13 years ago
205f8ee
Use a semicolon as the separator for multipart form-data requests.
by nweiz@google.com
· 13 years ago
db78250
Rename specialTreatmentFor, improve handling of constants as constructor parameters.
by alanknight@google.com
· 13 years ago
7e293aa
Reapply "Fix URI encoding/decoding of + and space""
by sgjesse@google.com
· 13 years ago
5271b55
Close receivePort when tests are failing.
by floitsch@google.com
· 13 years ago
5690418
Fixing a bunch of dartc errors in dart:html tests.
by blois@google.com
· 13 years ago
bfb9f42
Convert unittest to use "package:" imports.
by rnystrom@google.com
· 13 years ago
a76646f
Revert "Convert unittest to use "package:" imports."
by rnystrom@google.com
· 13 years ago
58c56ea
Convert unittest to use "package:" imports.
by rnystrom@google.com
· 13 years ago
723a4af
Make dirname and basename ignore trailing separators and double slashes.
by nweiz@google.com
· 13 years ago
ad70443
Use Receive ports to make sure the VM doesn't shut down with async tests.
by floitsch@google.com
· 13 years ago
6c398a3
Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void.
by bak@google.com
· 13 years ago
beaf023
Change the HTTP Content-Length handling
by sgjesse@google.com
· 13 years ago
de54a75
Code review change for r16238.
by nweiz@google.com
· 13 years ago
319d50e
Make request_test wait for its results.
by floitsch@google.com
· 13 years ago
71e2fc2
Fix analyzer errors/warnings for Pub.
by nweiz@google.com
· 13 years ago
0b54c34
Disable path tests where dart:io is not available.
by rnystrom@google.com
· 13 years ago
747a3f8
Move path ("pathos") to pkg/.
by rnystrom@google.com
· 13 years ago
e86d230
Remove suppressions from pkg status file, these tests are no longer failing after 16238.
by ricow@google.com
· 13 years ago
584c50f
Revert "Convert unittest to use "package:" imports."
by rnystrom@google.com
· 13 years ago
4c73170
Convert unittest to use "package:" imports.
by rnystrom@google.com
· 13 years ago
a8eb61f
Fix analyzer errors and warnings for pkg/http.
by nweiz@google.com
· 13 years ago
87601eb
Duplicate of https://chromiumcodereview.appspot.com/11567018/
by alanknight@google.com
· 13 years ago
ecd5c7d
Issue 5064. Some more 'skip' tests triage
by scheglov@google.com
· 13 years ago
26d8a41
Fix URL.
by rnystrom@google.com
· 13 years ago
cef256e
Convert the small packages in pkg to use "package:".
by rnystrom@google.com
· 13 years ago
b909ef7
Replicating CL https://chromiumcodereview.appspot.com/11553012/
by alanknight@google.com
· 13 years ago
14de8ec
Avoid timeouts when DRT fails to find a file.
by sigmund@google.com
· 13 years ago
b4bfe2f
Update status file
by sgjesse@google.com
· 13 years ago
6b4d4c0
Throttle intl file tests Review URL: https://codereview.chromium.org//11477014
by alanknight@google.com
· 13 years ago
93514a3
Reapply "Stop working around issue 6984."
by sgjesse@google.com
· 13 years ago
56324ae
pkg.gyp causes dartium build failure on windows
by alanknight@google.com
· 13 years ago
89dbb7b
Add "toString()" to BaseRequest.
by rnystrom@google.com
· 13 years ago
46c1741
Have list_pkg_directories.py print something.
by ahe@google.com
· 13 years ago
e3bc775
Revert "Add logging system to pub and sprinkle some logging in."
by rnystrom@google.com
· 13 years ago
578c415
Add logging system to pub and sprinkle some logging in.
by rnystrom@google.com
· 13 years ago
29318c2
Revert "Stop working around issue 6984."
by nweiz@google.com
· 13 years ago
a6c56f8
Create mock pub links for all packages under pkg, not a hard-coded list
by alanknight@google.com
· 13 years ago
01dd8fc
Stop working around issue 6984.
by nweiz@google.com
· 13 years ago
5df2b86
Initial version of a serialization framework
by alanknight@google.com
· 13 years ago
4ba4e92
Handle OAuth2 AuthorizationExceptions in pub.
by nweiz@google.com
· 13 years ago
00780eb
Make the oauth2 lib handle OAuth2 401 errors.
by nweiz@google.com
· 13 years ago
1855849
No longer work around issue 7013 and 7014 in pkg/http.
by nweiz@google.com
· 13 years ago
ab13795
remove htmlescape.
by dgrove@google.com
· 13 years ago
Next »