Commit graph

1510 commits

Author SHA1 Message Date
rnystrom@google.com
fa59ed59d6 First pass at a markdown parser in Dart.
Review URL: http://codereview.chromium.org//8680025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1830 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-24 01:18:05 +00:00
nweiz@google.com
4b756816ea Add a script for determining which DOM methods correspond to which HTML methods.
Ultimately, this will be used for generating documentation. Currently, though,
it just prints out information to the console.

This also includes some annotations to the HTML library, where the DOM
correspondence couldn't be auto-detected.

Review URL: http://codereview.chromium.org//8548019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1767 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-22 23:39:59 +00:00
terry@google.com
64784aa1b1 Beginning of CSS parser using frog parsering infrastructure.
Change for in memory buffers.

BUG=
TEST=

Review URL: http://codereview.chromium.org//8498020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1752 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-22 17:30:20 +00:00
rnystrom@google.com
92f55bcfd5 Clean and create output directory when generating docs.
Review URL: http://codereview.chromium.org//8572044

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1627 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-17 20:59:14 +00:00
nweiz@google.com
07a7a968a8 StopWatch -> Stopwatch in dartdoc.
TBR=rnystrom

Review URL: http://codereview.chromium.org//8567015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1523 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-15 00:10:29 +00:00
rnystrom@google.com
a1fa8e8245 Move doc generator out of frog samples.
It's on its way to being a real library now so it isn't a sample anymore.

Review URL: http://codereview.chromium.org//8515029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1482 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-11 23:41:34 +00:00
sra@google.com
25e8752353 Move PEG parser test into testing framework.
BUG=
TEST=

Review URL: http://codereview.chromium.org//8448006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1177 260f80e4-7a28-3924-810f-c04153c831b5
2011-11-03 23:24:33 +00:00
sra@google.com
b1cdd76ec5 Revert "Revert "PEG Parser: under review at http://codereview.chromium.org/8399029""
This reverts commit 662a83bbf617fd8a008c3b55f7bf122be23dfd53.

Has added suppression to keep dartc green.

BUG=
TEST=

Review URL: http://codereview.chromium.org//8414040

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@929 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-29 01:14:18 +00:00
sra@google.com
9aacf5aa62 Revert "PEG Parser: under review at http://codereview.chromium.org/8399029"
This reverts commit e9f4f54f10af8a0b808b0fd4a1ea54384df0d7d9.

BUG=
TEST=

Review URL: http://codereview.chromium.org//8414016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@870 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-28 05:34:41 +00:00
sra@google.com
5801bcfbb3 PEG Parser: under review at http://codereview.chromium.org/8399029
Some features are not yet implemented (e.g. attributes).

BUG=
TEST=

Review URL: http://codereview.chromium.org//8404031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@869 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-28 05:12:12 +00:00