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

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed)

Created:
7 years, 2 months ago by Siggi Cherem (dart-lang)
Modified:
7 years, 2 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org, vsm
Visibility:
Public.

Description

Practically remove boot.js, adds the initialization from the Dart side of things, and fixes examples to work this way. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=28773

Patch Set 1 : #

Total comments: 24

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+435 lines, -358 lines) Patch
M pkg/polymer/example/component/news/test/news_index_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/example/component/news/test/news_index_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/example/component/news/web/index.html View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/lib/boot.js View 1 chunk +5 lines, -203 lines 0 comments Download
A pkg/polymer/lib/init.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M pkg/polymer/lib/polymer.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/polymer/lib/src/boot.dart View 1 1 chunk +22 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/build/import_inliner.dart View 5 chunks +32 lines, -18 lines 0 comments Download
M pkg/polymer/lib/src/build/linter.dart View 1 6 chunks +76 lines, -16 lines 0 comments Download
M pkg/polymer/lib/src/build/polyfill_injector.dart View 1 chunk +8 lines, -13 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 4 chunks +4 lines, -8 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 14 chunks +23 lines, -23 lines 0 comments Download
M pkg/polymer/lib/src/loader.dart View 1 2 chunks +110 lines, -27 lines 0 comments Download
M pkg/polymer/lib/transformer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/attr_deserialize_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/attr_deserialize_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/attr_mustache_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/attr_mustache_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/build/all_phases_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/polymer/test/build/import_inliner_test.dart View 2 chunks +40 lines, -1 line 0 comments Download
M pkg/polymer/test/build/linter_test.dart View 1 chunk +36 lines, -3 lines 0 comments Download
M pkg/polymer/test/build/script_compactor_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/test/event_path_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/event_path_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/events_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/events_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/instance_attrs_test.dart View 1 1 chunk +5 lines, -1 line 0 comments Download
M pkg/polymer/test/instance_attrs_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.html View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/test/publish_attributes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/publish_attributes_test.html View 2 chunks +1 line, -1 line 0 comments Download
M pkg/polymer/test/take_attributes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/take_attributes_test.html View 2 chunks +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/listorder_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/test/listorder_test.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/mainpage_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/mainpage_test.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/markdone_shadow_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M samples/third_party/todomvc/test/markdone_shadow_test.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/markdone_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/test/markdone_test.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/web/index.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/web/router_options.dart View 1 1 chunk +5 lines, -4 lines 0 comments Download
M samples/third_party/todomvc/web/router_options.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/web/todo_row.html View 1 chunk +1 line, -0 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/27518006/diff/6001/pkg/polymer/lib/src/boot.dart File pkg/polymer/lib/src/boot.dart (right): https://codereview.chromium.org/27518006/diff/6001/pkg/polymer/lib/src/boot.dart#newcode5 pkg/polymer/lib/src/boot.dart:5: /** Ported from `polymer/src/boot.js`. **/ this matches polymer's code ...
7 years, 2 months ago (2013-10-17 01:46:48 UTC) #1
Jennifer Messerly
Wow! This change is made of pure awesome. LGTM other than a few minor comments ...
7 years, 2 months ago (2013-10-17 02:04:34 UTC) #2
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/27518006/diff/6001/pkg/polymer/lib/src/build/import_inliner.dart File pkg/polymer/lib/src/build/import_inliner.dart (right): https://codereview.chromium.org/27518006/diff/6001/pkg/polymer/lib/src/build/import_inliner.dart#newcode128 pkg/polymer/lib/src/build/import_inliner.dart:128: if (url != null && url != '' ...
7 years, 2 months ago (2013-10-17 02:37:39 UTC) #3
Siggi Cherem (dart-lang)
7 years, 2 months ago (2013-10-17 02:44:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r28773 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698