Jacob Richman
119b2d58ce
Format all files under tools and utils directory.
...
BUG=
R=terry@google.com
Review-Url: https://codereview.chromium.org/2827793002 .
2017-04-20 09:08:31 -07:00
dgrove@google.com
6eaf449c1c
Restore docs.json, which is used in the Dartium build process.
...
R=efortuna@google.com
Review URL: https://codereview.chromium.org//156703004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32401 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 01:35:54 +00:00
dgrove@google.com
ed59ab7a67
Remove more tests which depend on dartdoc, which has been deleted.
...
Review URL: https://codereview.chromium.org//156903004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32393 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 23:41:13 +00:00
sgjesse@google.com
c38de04d0c
Change dart:io Platform.script to return a Uri.
...
BUG=
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//46063010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29651 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 07:29:01 +00:00
whesse@google.com
4f08151090
Revert "Change dart:io Platform.script to return a Uri."
...
This reverts r29619 and r29624. The changes look fine on the buildbot,
but need review before adding to the repository.
BUG=
TBR=sgjesse@google.com
Review URL: https://codereview.chromium.org//52723007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29627 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:17:37 +00:00
whesse@google.com
e57ff49c1b
Fix bugs in Platform.script change.
...
BUG=
R=floitsch@google.com
Review URL: https://codereview.chromium.org//53833003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29624 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 01:44:41 +00:00
whesse@google.com
c41a588dc0
Disable 20s unittest timeout for docs_test and dartdoc_test.
...
Thes tests have started occationally timing out on the pub_linux buildbot.
BUG=
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23465028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27658 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-19 13:25:36 +00:00
dgrove@google.com
bdcb770310
Switch docs to path package (away from dart:io Path).
...
Review URL: https://codereview.chromium.org//19705015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25322 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-22 23:57:27 +00:00
amouravski@google.com
40f57a819d
Put in a teardown for the docs test, fixed dom.py to actually run it correctly.
...
This also adds a PRESUBMIT.py, which will run on a commit and warn the
committer if the docs need to be regenerated. This only runs if
the html_dart2js, et. al. files have been modified.
Review URL: https://codereview.chromium.org//13251005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20820 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 21:14:09 +00:00
nweiz@google.com
c590e8ae0c
Switch pkg packages, pub, and dartdoc to use package: imports.
...
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/dart@20640 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 20:27:28 +00:00
amouravski@google.com
4f78a435db
Added tests for docs.dart
...
Review URL: https://codereview.chromium.org//13000005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20630 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 18:25:23 +00:00