- May 14, 2015
-
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//22941002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26040 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//22952002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26038 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//22878002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26036 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= Review URL: https://codereview.chromium.org//22692004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25966 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
This reverts r25931 since it didn't help. BUG= Review URL: https://codereview.chromium.org//22699003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25933 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= Review URL: https://codereview.chromium.org//22693003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25931 260f80e4-7a28-3924-810f-c04153c831b5
-
scheglov@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//22626002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25904 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//21147002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25648 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://dartbug.com/12120 R=nweiz@google.com Review URL: https://codereview.chromium.org//21235005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25631 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//21042007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25603 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//20204003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25600 260f80e4-7a28-3924-810f-c04153c831b5
-
gram@google.com authored
See https://code.google.com/p/dart/issues/detail?id=10189 R=seaneagan1@gmail.com, sigmund@google.com Review URL: https://codereview.chromium.org//20172003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25479 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=11911 R=gram@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//19841002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25365 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//19503006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25362 260f80e4-7a28-3924-810f-c04153c831b5
-
gram@google.com authored
Review URL: https://codereview.chromium.org//19789015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25357 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@j832.com authored
BUG= https://code.google.com/p/dart/issues/detail?id=10127 R=rnystrom@google.com Review URL: https://codereview.chromium.org//19810004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25347 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= R=sgjesse@google.com Review URL: https://codereview.chromium.org//19494012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25332 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Now that hosted deps in tests can be just like they are in normal pubspecs since the server URL is in an env var, we can simplify the tests. R=nweiz@google.com Review URL: https://codereview.chromium.org//19592015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25305 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//19793008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25303 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= R=kustermann@google.com Review URL: https://codereview.chromium.org//19792005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25220 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
This adds the event CLOSED to RawSocket and RawServerSocket. This event indicate that the underlying socket is now destroyed. This is used to make Socket.close and ServerSocket.close return a future which is completed when the unserlying socket is destroyed. This can be used to start listening on the same port after closing a server socket. R=ajohnsen@google.com, kustermann@google.com BUG=https://code.google.com/p/dart/issues/detail?id=4155 Review URL: https://codereview.chromium.org//14864009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25213 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=11808 R=nweiz@google.com Review URL: https://codereview.chromium.org//19647002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25118 260f80e4-7a28-3924-810f-c04153c831b5
-
keertip@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//18878005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@25014 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= R=whesse@google.com Review URL: https://codereview.chromium.org//18438005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24991 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=ajohnsen@google.com Review URL: https://codereview.chromium.org//18356011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24964 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
unittest's compact config is close enough and better maintained. R=nweiz@google.com Review URL: https://codereview.chromium.org//19072003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24937 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=11224 R=nweiz@google.com Review URL: https://codereview.chromium.org//18399004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24831 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Errorgroup now works as it used to, using an old-style asBroadcastStream instead of a proper broadcast controller, because that's what the tests are testing for. Analyzer was complaining about code that should have been deleted. Now it is. Review URL: https://codereview.chromium.org//18428003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24778 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
These callbacks will be called when the broadcast stream no longer has any listeners, or when it gets a listener after having none. The callback is provided with a StreamSubscription-like object where it can pause/resume/cancel the underlying subscription on the original stream. BUG=http://dartbug.com/11289 R=floitsch@google.com Review URL: https://codereview.chromium.org//17490002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24776 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This reverts r24652, r24659, and r24661. r24652 triggered a crashing bug in all the Dartium tests, so it's being reverted until that bug is fixed. BUG=11649 R=asiva@google.com Review URL: https://codereview.chromium.org//18400002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24669 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=gram@google.com Review URL: https://codereview.chromium.org//18052029 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24652 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//18143002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24555 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
The getters for executable, script and version are now statics on Platform. I kept them on Options for now, but updated most tests to use Platform. R=ajohnsen@google.com, floitsch@google.com, iposva@google.com BUG= Review URL: https://codereview.chromium.org//17406010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24401 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9294,https://code.google.com/p/dart/issues/detail?id=9295 R=sgjesse@google.com Review URL: https://codereview.chromium.org//17261026 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24262 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=10895 Review URL: https://codereview.chromium.org//16831023 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24236 260f80e4-7a28-3924-810f-c04153c831b5
-
keertip@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//17167005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24203 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also replaces the ubiqutous pathToFileUri/fileUriToPath functions. R=rnystrom@google.com Review URL: https://codereview.chromium.org//16848002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24196 260f80e4-7a28-3924-810f-c04153c831b5
-
gram@google.com authored
Review URL: https://codereview.chromium.org//17071010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24047 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//16950010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24000 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
- Introduce IOException. - Remove HttpParserException. - Merge RedirectLimitExceededException and RedirectLoopException into RedirectException. - Remove 'IO' from FileIOException, DirectoryIOException, LinkIOException and SocketIOException. BUG=https://code.google.com/p/dart/issues/detail?id=9955 R=sgjesse@google.com Review URL: https://codereview.chromium.org//16123036 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@23848 260f80e4-7a28-3924-810f-c04153c831b5
-