Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4296)

Issue 7301094: More burndown list work

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by jacobr
Modified:
9 years, 10 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dart-api-app.git@master
Visibility:
Public.

Description

More burndown list work Move data Merge remote-tracking branch 'origin/polish_trunk_sdk' into polish fixes for latest trunk sdk More ui polish Move kind icons. More polish. In a known slightly buggy state. More polish Static data checkpoint Checkpoint Checkpoint BUG=

Patch Set 1 #

Total comments: 76

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : Code review comment fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2832 lines, -12014 lines) Patch
M .gitignore View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A client/data/18233/apidoc.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/args.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.async.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.collection.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.core.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.crypto.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.dom.indexed_db.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.dom.svg.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.dom.web_audio.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.io.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.isolate.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.json.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.math.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.mirrors.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.scalarlist.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.uri.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/dart.utf.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/fixnum.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/intl.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/logging.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/matcher.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/meta.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/mock.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/serialization.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/18233/unittest.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/data/apidoc.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A client/lib/ast.dart View 1 2 3 4 5 6 1 chunk +1369 lines, -0 lines 0 comments Download
A client/lib/library_loader.dart View 1 2 3 4 5 6 1 chunk +80 lines, -0 lines 0 comments Download
A + client/lib/markdown.dart View 1 2 3 4 5 6 4 chunks +16 lines, -3 lines 0 comments Download
A + client/lib/model.dart View 1 2 3 4 5 6 14 chunks +195 lines, -37 lines 0 comments Download
A + client/lib/resources.dart View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/lib/src/markdown/ast.dart View 1 2 3 4 5 6 3 chunks +17 lines, -14 lines 0 comments Download
A + client/lib/src/markdown/block_parser.dart View 1 2 3 4 5 6 16 chunks +22 lines, -22 lines 0 comments Download
A + client/lib/src/markdown/html_renderer.dart View 1 2 3 4 5 6 5 chunks +6 lines, -7 lines 0 comments Download
A + client/lib/src/markdown/inline_parser.dart View 1 2 3 4 5 6 10 chunks +15 lines, -15 lines 0 comments Download
M client/pubspec.yaml View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A client/test/ast_test.dart View 1 2 3 4 5 6 1 chunk +41 lines, -0 lines 0 comments Download
A client/test/run.sh View 1 2 3 4 5 6 1 chunk +104 lines, -0 lines 0 comments Download
A client/test/run_all.dart View 1 2 3 4 5 6 1 chunk +93 lines, -0 lines 0 comments Download
D client/web/ast.dart View 1 2 3 4 5 6 1 chunk +0 lines, -704 lines 0 comments Download
A client/web/details.dart View 1 2 3 4 5 6 1 chunk +78 lines, -0 lines 0 comments Download
A client/web/details.html View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
M client/web/doc_link.html View 1 2 3 4 5 6 1 chunk +102 lines, -20 lines 0 comments Download
M client/web/element_summary.html View 1 2 3 4 5 6 6 chunks +43 lines, -53 lines 0 comments Download
M client/web/index.html View 1 2 3 4 5 6 8 chunks +132 lines, -58 lines 0 comments Download
A client/web/kind_icon.html View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
D client/web/markdown.dart View 1 2 3 4 5 6 1 chunk +0 lines, -115 lines 0 comments Download
D client/web/model.dart View 1 2 3 4 5 6 1 chunk +0 lines, -303 lines 0 comments Download
D client/web/resources.dart View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
A client/web/search.dart View 1 2 3 4 5 6 1 chunk +103 lines, -0 lines 0 comments Download
A client/web/search.html View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
D client/web/src/markdown/ast.dart View 1 2 3 4 5 6 1 chunk +0 lines, -65 lines 0 comments Download
D client/web/src/markdown/block_parser.dart View 1 2 3 4 5 6 1 chunk +0 lines, -438 lines 0 comments Download
D client/web/src/markdown/html_renderer.dart View 1 2 3 4 5 6 1 chunk +0 lines, -62 lines 0 comments Download
D client/web/src/markdown/inline_parser.dart View 1 2 3 4 5 6 1 chunk +0 lines, -410 lines 0 comments Download
M client/web/static/apidoc-styles.css View 1 2 3 4 5 6 2 chunks +7 lines, -3 lines 0 comments Download
D client/web/static/apidoc_small.json View 1 2 3 4 5 6 1 chunk +0 lines, -9560 lines 0 comments Download
M client/web/static/styles.css View 1 2 3 4 5 6 13 chunks +279 lines, -75 lines 0 comments Download

Messages

Total messages: 8
jacobr
11 years, 2 months ago (2013-02-13 23:10:17 UTC) #1
jacobr
Sending this out more broadly.
11 years, 2 months ago (2013-02-14 01:01:49 UTC) #2
John Messerly
You might want to upload to https://codereview.chromium.org/ -- that's the main dashboard for Dart code ...
11 years, 2 months ago (2013-02-14 01:15:38 UTC) #3
sigmund
https://codereview.appspot.com/7301094/diff/1/client/lib/ast.dart File client/lib/ast.dart (right): https://codereview.appspot.com/7301094/diff/1/client/lib/ast.dart#newcode63 client/lib/ast.dart:63: final name; style nit: add empty line before each ...
11 years, 2 months ago (2013-02-14 04:27:57 UTC) #4
jacobr
https://codereview.appspot.com/7301094/diff/1/client/lib/ast.dart File client/lib/ast.dart (right): https://codereview.appspot.com/7301094/diff/1/client/lib/ast.dart#newcode63 client/lib/ast.dart:63: final name; On 2013/02/14 04:27:58, sigmund wrote: > style ...
11 years, 2 months ago (2013-02-14 05:37:14 UTC) #5
sigmund
https://codereview.appspot.com/7301094/diff/1/client/web/index.html File client/web/index.html (right): https://codereview.appspot.com/7301094/diff/1/client/web/index.html#newcode270 client/web/index.html:270: <script src="packages/browser/dart.js" type="text/javascript"></script> On 2013/02/14 05:37:14, jacobr wrote: > ...
11 years, 2 months ago (2013-02-14 17:06:26 UTC) #6
jacobr
https://codereview.appspot.com/7301094/diff/1/client/web/index.html File client/web/index.html (right): https://codereview.appspot.com/7301094/diff/1/client/web/index.html#newcode270 client/web/index.html:270: <script src="packages/browser/dart.js" type="text/javascript"></script> On 2013/02/14 17:06:26, sigmund wrote: > ...
11 years, 2 months ago (2013-02-14 18:03:30 UTC) #7
sigmund
11 years, 2 months ago (2013-02-14 23:50:45 UTC) #8
lgtm!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b