Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Issue 12035057: First half of the new HTML json docs. (Closed)

Created:
7 years, 11 months ago by Andrei Mouravski
Modified:
7 years, 11 months ago
Reviewers:
Johnni Winther, Jacob, blois
CC:
reviews_dartlang.org, Johnni Winther
Visibility:
Public.

Description

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. Committed: https://code.google.com/p/dart/source/detail?r=17610

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added documentation in the right places. #

Total comments: 20

Patch Set 3 : Code review changes. #

Patch Set 4 : Removed unneeded file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -15 lines) Patch
M sdk/lib/_internal/dartdoc/lib/src/json_serializer.dart View 1 3 chunks +16 lines, -1 line 0 comments Download
M sdk/lib/html/html_common/metadata.dart View 1 chunk +1 line, -3 lines 0 comments Download
A tools/dom/docs/bin/docs.dart View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A tools/dom/docs/docs.json View 1 chunk +1 line, -0 lines 0 comments Download
A tools/dom/docs/lib/docs.dart View 1 2 1 chunk +157 lines, -0 lines 0 comments Download
M tools/html_json_doc/lib/html_to_json.dart View 1 chunk +1 line, -0 lines 0 comments Download
M utils/apidoc/html_diff.dart View 4 chunks +4 lines, -11 lines 0 comments Download
A utils/apidoc/lib/metadata.dart View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Andrei Mouravski
Pete: please take a look and make sure I'm doing everything right. Jacob: I modified ...
7 years, 11 months ago (2013-01-23 18:56:57 UTC) #1
blois
https://codereview.chromium.org/12035057/diff/1/sdk/lib/html/html_common/metadata.dart File sdk/lib/html/html_common/metadata.dart (right): https://codereview.chromium.org/12035057/diff/1/sdk/lib/html/html_common/metadata.dart#newcode61 sdk/lib/html/html_common/metadata.dart:61: class DocsEditable {} Should the Experimental constructor have the ...
7 years, 11 months ago (2013-01-24 02:28:24 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/12035057/diff/3001/tools/dom/docs/bin/docs.dart File tools/dom/docs/bin/docs.dart (right): https://codereview.chromium.org/12035057/diff/3001/tools/dom/docs/bin/docs.dart#newcode23 tools/dom/docs/bin/docs.dart:23: print('Converted HTML docs ${anyErrors ? "with $anyErrors" : ...
7 years, 11 months ago (2013-01-24 09:10:08 UTC) #3
Jacob
lgtm
7 years, 11 months ago (2013-01-24 18:55:24 UTC) #4
Andrei Mouravski
PTAL. https://codereview.chromium.org/12035057/diff/1/sdk/lib/html/html_common/metadata.dart File sdk/lib/html/html_common/metadata.dart (right): https://codereview.chromium.org/12035057/diff/1/sdk/lib/html/html_common/metadata.dart#newcode61 sdk/lib/html/html_common/metadata.dart:61: class DocsEditable {} On 2013/01/24 02:28:24, blois wrote: ...
7 years, 11 months ago (2013-01-24 19:28:51 UTC) #5
blois
7 years, 11 months ago (2013-01-24 21:56:18 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698