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

Issue 60353013: Update TodoMVC based on https://github.com/polymer/todomvc (Closed)

Created:
7 years, 1 month ago by Jennifer Messerly
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Update TodoMVC based on https://github.com/polymer/todomvc Other than the TodoMVC changes, this has 2 polymer fixes: * removes incorrect linter messages * fix issue 12434 -- external stylesheets did not work port is of d33386ccd4c84cb5b89391bd958e97c5de7c2a01 R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=30387

Patch Set 1 #

Patch Set 2 : fix pubspecs #

Total comments: 5

Patch Set 3 : use @published instead of attributes= #

Patch Set 4 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1363 lines, -1047 lines) Patch
M pkg/polymer/lib/src/build/linter.dart View 1 2 3 3 chunks +1 line, -19 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 2 3 3 chunks +34 lines, -7 lines 0 comments Download
M pkg/polymer/test/build/linter_test.dart View 1 2 3 6 chunks +7 lines, -15 lines 0 comments Download
A samples/third_party/todomvc/AUTHORS View 1 chunk +9 lines, -0 lines 0 comments Download
M samples/third_party/todomvc/LICENSE View 1 chunk +27 lines, -10 lines 0 comments Download
A samples/third_party/todomvc/PATENTS View 1 chunk +23 lines, -0 lines 0 comments Download
M samples/third_party/todomvc/README.md View 1 chunk +32 lines, -14 lines 0 comments Download
M samples/third_party/todomvc/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/listorder_test.dart View 1 2 3 3 chunks +13 lines, -8 lines 0 comments Download
M samples/third_party/todomvc/test/listorder_test.html View 2 chunks +7 lines, -5 lines 0 comments Download
M samples/third_party/todomvc/test/mainpage_test.dart View 1 2 3 2 chunks +25 lines, -15 lines 0 comments Download
M samples/third_party/todomvc/test/mainpage_test.html View 2 chunks +7 lines, -5 lines 0 comments Download
M samples/third_party/todomvc/test/markdone_shadow_test.html View 2 chunks +7 lines, -5 lines 0 comments Download
M samples/third_party/todomvc/test/markdone_test.dart View 1 2 3 4 chunks +15 lines, -24 lines 0 comments Download
M samples/third_party/todomvc/test/markdone_test.html View 2 chunks +7 lines, -5 lines 0 comments Download
A samples/third_party/todomvc/test/utils.dart View 1 chunk +23 lines, -0 lines 0 comments Download
D samples/third_party/todomvc/web/app.dart View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
D samples/third_party/todomvc/web/app.html View 1 chunk +0 lines, -57 lines 0 comments Download
A samples/third_party/todomvc/web/app/app.css View 1 chunk +206 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc/web/app/bg.png View Binary file 0 comments Download
D samples/third_party/todomvc/web/base.css View 1 chunk +0 lines, -329 lines 0 comments Download
D samples/third_party/todomvc/web/bg.png View Binary file 0 comments Download
D samples/third_party/todomvc/web/editable_label.dart View 1 2 3 1 chunk +0 lines, -62 lines 0 comments Download
D samples/third_party/todomvc/web/editable_label.html View 1 chunk +0 lines, -19 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_input.dart View 1 chunk +24 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_input.html View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_item.css View 1 chunk +161 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_item.dart View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_item.html View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_model.dart View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_model.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A + samples/third_party/todomvc/web/elements/td_todos.css View 10 chunks +44 lines, -106 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_todos.dart View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/elements/td_todos.html View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M samples/third_party/todomvc/web/index.html View 1 chunk +27 lines, -18 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_localstorage.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_selection.dart View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_selection.html View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_selector.dart View 1 2 1 chunk +138 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/polymer_selector.html View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/simple_router.dart View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A samples/third_party/todomvc/web/lib-elements/simple_router.html View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
D samples/third_party/todomvc/web/model.dart View 1 chunk +0 lines, -69 lines 0 comments Download
D samples/third_party/todomvc/web/router_options.dart View 1 2 3 1 chunk +0 lines, -54 lines 0 comments Download
D samples/third_party/todomvc/web/router_options.html View 1 chunk +0 lines, -9 lines 0 comments Download
D samples/third_party/todomvc/web/todo_row.dart View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
D samples/third_party/todomvc/web/todo_row.html View 1 chunk +0 lines, -127 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jennifer Messerly
Hi Dan, Siggi, Thoughts on whether this is worth trying to land now or wait ...
7 years, 1 month ago (2013-11-07 01:30:25 UTC) #1
Siggi Cherem (dart-lang)
overall the code looks great. But I am also not sure whether we want to ...
7 years, 1 month ago (2013-11-07 02:12:47 UTC) #2
Jennifer Messerly
yeah, I'll try switching everything over to @published ... cleaner IMO https://codereview.chromium.org/60353013/diff/20001/samples/third_party/todomvc/web/app/app.css File samples/third_party/todomvc/web/app/app.css (right): ...
7 years, 1 month ago (2013-11-07 04:27:35 UTC) #3
Jennifer Messerly
patch set 3 switches to @published instead of attribute=
7 years, 1 month ago (2013-11-07 04:39:03 UTC) #4
Siggi Cherem (dart-lang)
lgtm
7 years, 1 month ago (2013-11-07 21:44:05 UTC) #5
Jennifer Messerly
7 years, 1 month ago (2013-11-19 04:29:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r30387 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698