- Mar 29, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//13314007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20675 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 28, 2013
-
-
devoncarew@google.com authored
" # Generated by pub. See: http://pub.dartlang.org/doc/glossary.html#lockfile" " {"packages":{}}" becomes: # Generated by pub. # see http://pub.dartlang.org/doc/glossary.html#lockfile {"packages":{}} Review URL: https://codereview.chromium.org//13200003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20655 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13236002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20648 260f80e4-7a28-3924-810f-c04153c831b5
-
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 27, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12907030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20577 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
fileExists and dirExists will now both return true for symlinks only if those symlinks are unbroken and point to entries of the appropriate type. entryExists will return true for any symlink as well, broken or unbroken. deleteDir and deleteFile have been replaced with a single function, deleteEntry. This will delete whatever filesystem entry exists at the path specified, whether it's a file, directory, or symlink (broken or unbroken). BUG=9454 Review URL: https://codereview.chromium.org//13116020 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20575 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 26, 2013
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9192 Review URL: https://codereview.chromium.org//12716024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20501 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 22, 2013
-
-
nweiz@google.com authored
BUG=8687 Review URL: https://codereview.chromium.org//12995008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20406 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12902031 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20404 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= Review URL: https://codereview.chromium.org//12872006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20398 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=7262 Review URL: https://codereview.chromium.org//12995013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20395 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 21, 2013
-
-
nweiz@google.com authored
BUG=9357 Review URL: https://codereview.chromium.org//12995004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20357 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 20, 2013
-
-
nweiz@google.com authored
Now that pub is using scheduled_test, it should at least be clearer what's going on if these tests start flaking again. BUG=8511,8868 Review URL: https://codereview.chromium.org//12422015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20291 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12668014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20289 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
We're removing these workarounds in the hopes that the pub tests won't resume flaking. If they do, this CL should be rolled back. Review URL: https://codereview.chromium.org//12879015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20286 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=8511 Review URL: https://codereview.chromium.org//12580008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20265 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This was originally committed as r20250. Due to issue 9294, this failed on Windows. This commit works around that issue. BUG=8511 Review URL: https://codereview.chromium.org//12437022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20264 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 19, 2013
-
-
nweiz@google.com authored
This reverts r20250, which was failing on Windows. BUG=8511 Review URL: https://codereview.chromium.org//12782005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20253 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=8511 Review URL: https://codereview.chromium.org//12794007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20250 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
These tests were marked as test() rather than integration() and so their schedules weren't getting run at all. Review URL: https://codereview.chromium.org//12659008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20238 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12540010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20187 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 18, 2013
-
-
sgjesse@google.com authored
R=ager@google.com, ajohnsen@google.com, whesse@google.com, floitsch@google.com BUG= Review URL: https://codereview.chromium.org//12609004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20153 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 15, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12712013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20123 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9192 Review URL: https://codereview.chromium.org//12422010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20118 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=8343 Review URL: https://codereview.chromium.org//12772005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20116 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=6354 Review URL: https://codereview.chromium.org//12790006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20098 260f80e4-7a28-3924-810f-c04153c831b5
-
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@20081 260f80e4-7a28-3924-810f-c04153c831b5
-
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
-
lrn@google.com authored
This changes the exception behavior of getRange. It used to accept a length of zero, no matter what start value. Now the start value must be a valid list index. Review URL: https://codereview.chromium.org//12817003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20064 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
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12633015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20054 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 13, 2013
-
-
keertip@google.com authored
Review URL: https://codereview.chromium.org//12755024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19977 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This fixes a consistent breakage, not the flakiness. Review URL: https://codereview.chromium.org//12847002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19970 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=dartbug.com/5358 Review URL: https://codereview.chromium.org//12433014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19966 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
Review URL: https://codereview.chromium.org//12452008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19743 260f80e4-7a28-3924-810f-c04153c831b5
-
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
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12613010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19729 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12473003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19690 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//12610006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19683 260f80e4-7a28-3924-810f-c04153c831b5
-