Commit Graph

9 Commits

Author SHA1 Message Date
amouravski@google.com d2a79c9bdd First half of the new HTML json docs.
This half produces the JSON file by going through each of the HTML libraries
and pulling out the @DomName annotations as keys for the map.
This means that even though member names may change, the map still works.

Currently creates a blank json file because I have not hooked up the other half
that puts the docs into the libraries to begin with.

Review URL: https://codereview.chromium.org//12035057

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17610 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-24 22:53:00 +00:00
whesse@google.com 3696154a8e Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as Path.fromNative(). Path.fromNative() is removed, and all uses of it replaced by Path().
BUG=https://code.google.com/p/dart/issues/detail?id=7872

Review URL: https://codereview.chromium.org//11878015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17026 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-14 19:46:13 +00:00
lrn@google.com bfd9b37484 Undo changes to tools-scripts.
TBR=ricow@google.com

Review URL: https://codereview.chromium.org//11856009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16956 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-11 09:56:36 +00:00
lrn@google.com 4868ee2110 Remove Futures class, move methods to Future.
Optimize Future.forEach, Future.delay.

Review URL: https://codereview.chromium.org//11865005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16954 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-11 09:46:45 +00:00
ager@google.com 75c8f427cc Update remaining usages of Completer.completeException.
R=floitsch@google.com
BUG=

Review URL: https://codereview.chromium.org//11827017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16840 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-09 09:29:39 +00:00
blois@google.com 125975f0e8 Re-generating generated DOM files.
The experimental merge broke json_to_html and we've just been doing manual modifications.

Also took the opportunity to fix up some whitespace issues.

BUG=

Review URL: https://codereview.chromium.org//11792006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16813 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-08 18:36:41 +00:00
floitsch@google.com 4a7dfd2da3 Big merge from experimental to bleeding edge.
Review URL: https://codereview.chromium.org//11783009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16687 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 11:23:16 +00:00
amouravski@google.com 344435c45b Alphabetize json output.
This is just a stopgap until the new tool is built.

Review URL: https://codereview.chromium.org//11446053

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15824 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 00:07:52 +00:00
amouravski@google.com ed22abc961 HTML human writable docs working end to end!... mostly...
Included is the first bit of hand-written HTML docs in MenuElement (since it
was first on the list of files.)

Note that this CL is a super set of https://codereview.chromium.org/11280133/

Things are still very, very fragile, but it works!

Review URL: https://codereview.chromium.org//11412144

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15360 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-27 00:38:46 +00:00