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

Side by Side Diff: sdk/lib/html/docs/html_docs.json

Issue 11413197: Updated json_to_html to be sync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: One more try. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "MenuElement.dart": 2 "MenuElement.dart":
3 { 3 {
4 "class MenuElement extends Element implements Element native \"*HTMLMenuElemen t\" {": 4 "class MenuElement extends Element implements Element native \"*HTMLMenuElemen t\" {":
5 [ 5 [
6 "/**", 6 "/**",
7 " * An HTML <menu> element.", 7 " * An HTML <menu> element.",
8 " *", 8 " *",
9 " * A <menu> element represents an unordered list of menu commands.", 9 " * A <menu> element represents an unordered list of menu commands.",
10 " *", 10 " *",
(...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 1647
1648 }, 1648 },
1649 "WaveShaperNode.dart": 1649 "WaveShaperNode.dart":
1650 { 1650 {
1651 1651
1652 }, 1652 },
1653 "MediaKeyError.dart": 1653 "MediaKeyError.dart":
1654 { 1654 {
1655 1655
1656 } 1656 }
1657 } 1657 }
OLDNEW
« no previous file with comments | « no previous file | tools/html_json_doc/lib/json_to_html.dart » ('j') | tools/html_json_doc/lib/json_to_html.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698