- May 14, 2015
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=5391 RELNOTE=Add "pub cache repair" command to re-install cached packages. R=nweiz@google.com Review URL: https://codereview.chromium.org//228703006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35111 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com RELNOTE=Pub will now load transformers exported by a package's library. Review URL: https://codereview.chromium.org//236363015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35100 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
-
nweiz@google.com authored
R=rnystrom@google.com BUG=18194 Review URL: https://codereview.chromium.org//225883004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35037 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=18085 RELNOTE=Warn if pub serve serves an asset from the deprecated "asset" directory. R=nweiz@google.com Review URL: https://codereview.chromium.org//228863003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34939 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Since we're not going to be treating "asset" as special soon, we don't need to yell at the user for using it. R=nweiz@google.com Review URL: https://codereview.chromium.org//228263008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34937 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
This test has a todo to split it up into smaller components I don't know what has triggered this to go over the limit more easily R=kasperl@google.com Review URL: https://codereview.chromium.org//233183002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34924 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//231973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34906 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=16442 R=rnystrom@google.com Review URL: https://codereview.chromium.org//227123007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34892 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=16442 R=blois@google.com, efortuna@google.com, rnystrom@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//223553008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34853 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//227563010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34852 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17699 R=nweiz@google.com Review URL: https://codereview.chromium.org//216593006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34750 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17640 R=nweiz@google.com Review URL: https://codereview.chromium.org//216823006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34721 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This uses the http_parser package instead of dart:io's ContentType, ByteConversionSink instead of ByteBuffer, and a new ClientException type instead of HttpException. This still uses dart:io for the default Client implementation and for [MultipartFile.fromPath]. R=rnystrom@google.com Review URL: https://codereview.chromium.org//216603010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34716 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//216373004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34713 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//223183002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34682 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
The barback servers haven't yet been converted, since shelf/websocket integration is still being figured out. R=rnystrom@google.com Review URL: https://codereview.chromium.org//221173008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34679 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Aside from tweaking a bit of whitespace and consolidating a couple of tests, there are no substantive changes here. R=nweiz@google.com Review URL: https://codereview.chromium.org//221413007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34673 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
When looking into issue 17854, I noticed that when installing without a locked git revision, "pub get" was running "git fetch" over and over again on the same repository. This avoids doing so and increases the speed of "pub get" with git repositories considerably. R=rnystrom@google.com Review URL: https://codereview.chromium.org//221733002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34671 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//222643003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34670 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//218483004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34667 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16909 RELNOTE=Add a "pub deps" command to show package dependencies. R=nweiz@google.com Review URL: https://codereview.chromium.org//217343004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34662 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17087 R=nweiz@google.com Review URL: https://codereview.chromium.org//219733002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34660 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//221333004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34634 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//221713003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34630 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//221173007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34629 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17854 RELNOTE=Don't fetch git repository unnecessarily when running "pub get". Review URL: https://codereview.chromium.org//221383002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34626 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16840 R=nweiz@google.com Review URL: https://codereview.chromium.org//219333008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34581 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17088 R=nweiz@google.com Review URL: https://codereview.chromium.org//212923006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34539 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17861 Review URL: https://codereview.chromium.org//215503004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34489 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Dart2js can now emit non-fatal messages without URIs for e.g. logging that it's suppressing warnings in another package. The assert is also no longer present in [FormattingDiagnosticHandler.handleDiagnostic]. R=rnystrom@google.com BUG=17796 Review URL: https://codereview.chromium.org//213373004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34444 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//210643002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34442 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Now that the Dart core sources are provided to barback, we walk the sdk's lib directory. In the built SDK, that isn't too bad, but in the source repo, that includes all of the sources for dart2js and pub, including pub's tests. This means running pub's tests is noticeably slower. Even outside of the repo, the source map change bumped up startup time by about half a second. This helps that, along with any other place that lists a directory. R=nweiz@google.com Review URL: https://codereview.chromium.org//211373003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34401 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17729 Review URL: https://codereview.chromium.org//209853008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34347 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//207353005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34345 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17460 RELNOTE=Support Dart core libraries in source maps in pub build and serve. R=nweiz@google.com Review URL: https://codereview.chromium.org//207423003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34343 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17700 Review URL: https://codereview.chromium.org//205713007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34341 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17707 Review URL: https://codereview.chromium.org//204983022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34330 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//201443007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34279 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17601 R=nweiz@google.com Review URL: https://codereview.chromium.org//196173009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34278 260f80e4-7a28-3924-810f-c04153c831b5
-