- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1585513002 .
-
- Jul 14, 2015
-
-
Natalie Weizenbaum authored
This causes a substantial amount of pain, and doesn't seem to really help anyone. It's rare to have the connection with the server go completely dead without actually closing. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1235013002 .
-
- May 14, 2015
-
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1101343004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45508 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1047013003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@44790 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1007733004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@44785 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=alanknight@google.com BUG=20058 Review URL: https://codereview.chromium.org//415373002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38561 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=10582 R=nweiz@google.com Review URL: https://codereview.chromium.org//344493003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37464 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=18828 R=nweiz@google.com Review URL: https://codereview.chromium.org//317633007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37034 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
This ensures they don’t show up as unexpected errors, and produces a nicer error message than the one from dart:io. BUG=https://code.google.com/p/dart/issues/detail?id=18828, https://code.google.com/p/dart/issues/detail?id=15380 R=nweiz@google.com Review URL: https://codereview.chromium.org//315063002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37010 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=18180 Review URL: https://codereview.chromium.org//238083002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35085 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG=dartbug.com/15364 R=kustermann@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//107193006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31189 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
R=floitsch@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//94843002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30809 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//94593002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30758 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=15045 Review URL: https://codereview.chromium.org//71023003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30245 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
There were two issues here: first, there was leftover debugging code that was printing stack traces for all unsuccessful HTTP responses. Second, JSON-encoded errors from the server were considered "unexpected errors", so their stack traces were printed along with some scary text. This CL fixes both issues. R=rnystrom@google.com Review URL: https://codereview.chromium.org//59223005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30077 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=14677 Review URL: https://codereview.chromium.org//49293003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30006 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG=dartbug.com/12581 R=sgjesse@google.com Review URL: https://codereview.chromium.org//24029005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@27473 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=jmesserly@google.com, lrn@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//23596007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26789 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//23093023 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26664 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
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//16351003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@23615 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also removes some unnecessary debugging logs from r22713. TBR Review URL: https://codereview.chromium.org//15184003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22720 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This logging should help clear up the pub test timeouts we've been seeing. Some of it should be removed once we don't need it anymore. TBR Review URL: https://codereview.chromium.org//15174005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22713 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
on HeaderValue and ContentType. R=ajohnsen@google.com BUG= Review URL: https://codereview.chromium.org//14914002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22406 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13947047 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22052 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 18, 2013
-
-
nweiz@google.com authored
This also makes it a little more intelligent about which errors it prints what information for. BUG=9921 Review URL: https://codereview.chromium.org//14253005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21698 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 15, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14251006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21498 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 28, 2013
-
-
nweiz@google.com authored
This also changes the SDK layout by replacing the "pkg" directory, which contained the full source of all the packages needed by pub and dartdoc, with a "packages" directory that contains only their lib directories. This directory is used as the package root for pub and dartdoc when run from the SDK. BUG=6745 Review URL: https://codereview.chromium.org//12782016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20640 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 15, 2013
-
-
floitsch@google.com authored
BUG= http://dartbug.com/9102 Review URL: https://codereview.chromium.org//12870003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20074 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 14, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12820009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20057 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 11, 2013
-
-
nweiz@google.com authored
This fixes a usability issue where error messages from pub.dartlang.org were getting reported as generic HTTP errors. Review URL: https://codereview.chromium.org//12667016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19826 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 08, 2013
-
-
nweiz@google.com authored
This also adds more detailed HTTP logging to pub. BUG=8849 Review URL: https://codereview.chromium.org//12428012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19734 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 21, 2013
-
-
sgjesse@google.com authored
R=ager@google.com, ajohnsen@google.com, whesse@google.com BUG= Review URL: https://codereview.chromium.org//12316036 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18820 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 01, 2013
-
-
nweiz@google.com authored
BUG=7395 Review URL: https://codereview.chromium.org//12090104 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18007 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 24, 2013
-
-
rnystrom@google.com authored
Future.then() will now implicitly wrap the callback result in a future if it isn't one, so this manual wrapping can be removed. Also take advantage of the fact that Future.immediate() is always async now and remove some workarounds. Finally, noticed there were two copies of the git-related code floating around so killed the old one. Review URL: https://codereview.chromium.org//12042053 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17519 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 15, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11881032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17038 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 09, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11830017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16888 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 08, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11821006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16825 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 07, 2013
-
-
rnystrom@google.com authored
Pub is still all kinds of broken with this, but it's slightly less broken. Some tests pass, and at least the code *parses* after this. Review URL: https://codereview.chromium.org//11785028 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16763 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 21, 2012
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11635060 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16415 260f80e4-7a28-3924-810f-c04153c831b5
-