Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.7.1
/
pkg
tag
9462ffdb56c254c781fb957ad20f3c2729fce728
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
ca1eaed518dc94d5627183fa5a484d9f2ab75702
0.2.7.1
231fa25
Enable pkg/args_test on Dartium.
by ahe@google.com
· 13 years ago
e85ec5c
Fix package root deps to avoid cyclic dependencies when following symlinks.
by ahe@google.com
· 13 years ago
5c7323f
Keep around a copy of the http.Request that triggered each Response.
by nweiz@google.com
· 13 years ago
2c1d51d
Make pkg/http use HttpClient.shutdown(force: true).
by nweiz@google.com
· 13 years ago
558ffd1
Work around issue 6984.
by nweiz@google.com
· 13 years ago
295a066
Use Futures.forEach in http.
by nweiz@google.com
· 13 years ago
748bbee
Add http and oauth2 as SDK packages.
by nweiz@google.com
· 13 years ago
06e7344
Make #maxRedirects and #followRedirects work for the dart:io HTTP client.
by nweiz@google.com
· 13 years ago
2688c60
Dartifying members.
by blois@google.com
· 13 years ago
34771fb
Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples.
by whesse@google.com
· 13 years ago
d5337f6
Mark flaky tests as such.
by ahe@google.com
· 13 years ago
5d7261d
Issue 6790. Support for '--name=value' options style.
by scheglov@google.com
· 13 years ago
1277895
Issue 6836. Using undeclared identifier in static context is now warning.
by scheglov@google.com
· 13 years ago
7805f03
Generate an error for active connections when the HTTP client is shutdown
by sgjesse@google.com
· 13 years ago
22309b2
Remove NullPointerException.
by lrn@google.com
· 13 years ago
70e056e
Refactor http.Client and http.BaseClient to allow http.Client in type annotations.
by nweiz@google.com
· 13 years ago
6b0b1fb
Add TODOs about narrowing JSON catch clauses to the OAuth2 package.
by nweiz@google.com
· 13 years ago
a99dde6
Fix OAuth2 tests, and disable them on non-dart:io platforms.
by nweiz@google.com
· 13 years ago
ed9a474
Add a package for authenticating via OAuth2.
by nweiz@google.com
· 13 years ago
6535d87
Skip pkg/args_test on Dartium.
by ahe@google.com
· 13 years ago
31d6cd0
Add dependency on make_links.py.
by ahe@google.com
· 13 years ago
f4ca954
Allow tests to specify a package root.
by ahe@google.com
· 13 years ago
88a9210
Revert "Allow tests to specify a package root."
by ahe@google.com
· 13 years ago
adb2d59
Update status file because dartc doesn't implement --package-root option.
by ahe@google.com
· 13 years ago
0c8dce7
Revert "Remove NullPointerException."
by lrn@google.com
· 13 years ago
89cc5a2
Allow tests to specify a package root.
by ahe@google.com
· 13 years ago
e211c2f
Remove NullPointerException.
by lrn@google.com
· 13 years ago
f4e557d
Move CurlClient to Pub so that it can access resources.
by nweiz@google.com
· 13 years ago
3fb4170
Rename File.readAsText to File.readAsString. There is no Text type in Dart
by ager@google.com
· 13 years ago
f1624e4
Make the HTTP MockClient work with GET requests.
by nweiz@google.com
· 13 years ago
8a94845
Revert "Re-enable test pkg/http/test/request_test Windows"
by sgjesse@google.com
· 13 years ago
3d83ee6
Re-enable test pkg/http/test/request_test Windows
by sgjesse@google.com
· 13 years ago
4a18bbf
Remove deprecated exception classes.
by lrn@google.com
· 13 years ago
ab69873
Make RegExp constructor non-const.
by ajohnsen@google.com
· 13 years ago
ec9fee9
"Reverting 14829-14832"
by ajohnsen@google.com
· 13 years ago
8dc3edd
Make RegExp's constructor non-const.
by ajohnsen@google.com
· 13 years ago
47393b6
Add an HTTP client based on Curl.
by nweiz@google.com
· 13 years ago
e3deeef
Change isFalse to test against false instead of against true. (Issue 6611).
by gram@google.com
· 13 years ago
8e6f238
a === b -> identical(a, b)
by floitsch@google.com
· 13 years ago
0166766
Update fixnum to new package guidelines.
by rnystrom@google.com
· 13 years ago
cd8b10c
Rearange the mock.dart comments for better doc formatting.
by gram@google.com
· 13 years ago
73f6d85
Hack fix to include Mock in the API documentation.
by amouravski@google.com
· 13 years ago
2948b9c
Fix stale copy of unittest config.
by efortuna@google.com
· 13 years ago
bf9cd05
Move html_individual_config to correct location after tree rearranging.
by efortuna@google.com
· 13 years ago
3476d1c
Run large html tests individually.
by efortuna@google.com
· 13 years ago
7058600
Add a multipart HTTP request class.
by nweiz@google.com
· 13 years ago
afd6a79
Update library syntax in pkg files.
by gram@google.com
· 13 years ago
65b06a1
Remove suppressions for now passing tests.
by antonm@google.com
· 13 years ago
f12c9bc
Correct entry in pkg.status file
by sgjesse@google.com
· 13 years ago
888322f
Mark pkg/http/test/request_test flaky on Windows
by sgjesse@google.com
· 13 years ago
ada7ba7
Add debug print to try to find the issue with test pkg/http/test/request_test.dart
by sgjesse@google.com
· 13 years ago
d83354b
Keep track of the request and response state in the HTTP client connection
by sgjesse@google.com
· 13 years ago
64c2c67
Add a mock HTTP client class.
by nweiz@google.com
· 13 years ago
1d310ff
Report error for deprecated #library #import #source
by scheglov@google.com
· 13 years ago
9f1fa8b
Suppress new pkg/http/http_test, it is flaky
by ricow@google.com
· 13 years ago
549efe3
Add an HTTP library that wraps dart:io.
by nweiz@google.com
· 13 years ago
e6a33d2
Reverting 14496
by nweiz@google.com
· 13 years ago
f6f3e1d
Add an HTTP library that wraps dart:io.
by nweiz@google.com
· 13 years ago
f98f92b
Fix mock library to use new noSuchMethod signature.
by gram@google.com
· 13 years ago
037b2f8
svn add sdk
by dgrove@google.com
· 13 years ago
2208fcd
Change NotImplementedException to UnimplementedError.
by lrn@google.com
· 13 years ago
d3a6c41
Temporarily reintroduce IndexOutOfRangeError matcher in unittests.
by lrn@google.com
· 13 years ago
b0263c0
Merge SourceLocation and Source
by johnniwinther@google.com
· 13 years ago
bff4aee
Lightweight asynchronous test helper.
by ahe@google.com
· 13 years ago
fdb33dc
by gram@google.com
· 13 years ago
981c4b1
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
by gram@google.com
· 13 years ago
504b13a
Fix test statuses of some tests that were marked as Fail but now pass as we
by gram@google.com
· 13 years ago
17cf77c
Fix missing argument in unittest
by sigmund@google.com
· 13 years ago
594b09c
Hopefully the last touch.
by antonm@google.com
· 13 years ago
9937d02
Splt dartium and drt expectations.
by antonm@google.com
· 13 years ago
350b034
Suppress test which were migrated to new library syntax.
by antonm@google.com
· 13 years ago
7e6ae8e
Renaming IndexOutOfRangeException to RangeError.
by lrn@google.com
· 13 years ago
2a9517d
List abstract classes separately in Dartdoc
by johnniwinther@google.com
· 13 years ago
30f5c62
Named arguments printed correctly by Dartdoc
by johnniwinther@google.com
· 13 years ago
7c260bb
Update status file that was expecting intl tests to fail due to import directives
by alanknight@google.com
· 13 years ago
8352fb6
Update intl to new import syntax
by alanknight@google.com
· 13 years ago
07b92a1
"Reverting 14361" to fix a break.
by amouravski@google.com
· 13 years ago
806d61f
Fix issue 6389; Asynchronous test failures cause cascading bugs in asynchronous tests.
by gram@google.com
· 13 years ago
29c1668
Prevent mutation of final variables
by hausner@google.com
· 13 years ago
c9cb61c
Cleanup run on DartDoc tests.
by amouravski@google.com
· 13 years ago
fd13117
Removed unnecessary entires in status file.
by amouravski@google.com
· 13 years ago
d87adaf
Fixed build break by updating expectation of tests.
by amouravski@google.com
· 13 years ago
a2326d0
Support for Chrome roll.
by antonm@google.com
· 13 years ago
86d0e0e
Cleanup run on DartDoc from Dart Editor.
by amouravski@google.com
· 13 years ago
c12647e
Properties added to MethodMirror
by johnniwinther@google.com
· 13 years ago
07172b0
Fix another now-passing test expectation.
by lrn@google.com
· 13 years ago
afbba16
Fix more expectations, now that a test isn't wrong any more.
by lrn@google.com
· 13 years ago
3395a69
Update test expectations for dartc/dartium.
by lrn@google.com
· 13 years ago
32b27bd
Update MirrorSystem
by johnniwinther@google.com
· 13 years ago
ec9e32f
ObjectMirror => ContainerMirror declaredMembers => members
by johnniwinther@google.com
· 13 years ago
a8720a6
Change signature of noSuchMethod to take an InvocationMirror.
by lrn@google.com
· 13 years ago
e3363ca
ParameterMirror extends VariableMirror
by johnniwinther@google.com
· 13 years ago
9f77143
TypeVariableMirror and TypedefMirror updated.
by johnniwinther@google.com
· 13 years ago
9dd3795
FieldMirror => VariableMirror
by johnniwinther@google.com
· 13 years ago
e314b3f
Member functions added to ClassMirror
by johnniwinther@google.com
· 13 years ago
fba7570
Alignments for the ClassMirror interface.
by johnniwinther@google.com
· 13 years ago
f3cd95e
LibraryMirror interface updated to match dart:mirrors.
by johnniwinther@google.com
· 13 years ago
ab5d5b9
isPrivate, isTopLevel moved to DeclarationMirror
by johnniwinther@google.com
· 13 years ago
bad0f22
Change surroundingDeclaration to DeclarationMirror.owner
by johnniwinther@google.com
· 13 years ago
72a529d
Move location to DeclarationMirror
by johnniwinther@google.com
· 13 years ago
Next »