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

Issue 329923002: Remove platform.js from polymer.html, hint in the linter that it should be used (Closed)

Created:
6 years, 6 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove platform.js from polymer.html, hint in the linter that it should be used directly in the entrypoint. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=37332

Patch Set 1 : #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -79 lines) Patch
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html View 1 chunk +1 line, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/webapp.html View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/polymer/e2e_test/bad_import1/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/bad_import2/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/bad_import3/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/deploy3_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dev3_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/deploy1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/deploy2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/dev1_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/canonicalization/test/dir/dev2_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/experimental_boot/test/double_init_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/experimental_boot/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/e2e_test/good_import/test/import_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/lib/polymer.html View 1 chunk +2 lines, -9 lines 2 comments Download
M pkg/polymer/lib/src/build/linter.dart View 8 chunks +49 lines, -15 lines 3 comments Download
M pkg/polymer/lib/src/loader.dart View 1 chunk +14 lines, -2 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/attr_deserialize_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/attr_mustache_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/auto_binding_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/bind_mdv_test.html View 1 chunk +1 line, -1 line 3 comments Download
M pkg/polymer/test/bind_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/build/all_phases_test.dart View 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/polymer/test/build/common.dart View 3 chunks +10 lines, -5 lines 2 comments Download
M pkg/polymer/test/build/linter_test.dart View 21 chunks +137 lines, -23 lines 0 comments Download
M pkg/polymer/test/custom_event_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/entered_view_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/event_path_declarative_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/event_path_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/events_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/instance_attrs_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/js_custom_event_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/js_interop_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/nested_binding_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/noscript_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/property_change_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/property_observe_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/publish_attributes_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/publish_inherited_properties_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/register_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/take_attributes_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/template_distribute_dynamic_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/test/unbind_test.html View 1 chunk +2 lines, -0 lines 0 comments Download
M samples/polymer_intl/pubspec.yaml View 1 chunk +2 lines, -1 line 0 comments Download
M samples/polymer_intl/test/polymer_intl_test.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/polymer_intl/web/localized.html View 1 chunk +1 line, -0 lines 0 comments Download
M samples/polymer_intl/web/polymer_intl.html View 1 chunk +2 lines, -2 lines 0 comments Download
M samples/samples.status View 3 chunks +4 lines, -4 lines 1 comment Download
M samples/searchable_list/pubspec.yaml View 1 chunk +2 lines, -1 line 0 comments Download
M samples/searchable_list/test/demo_app_test.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/searchable_list/web/elements/demo_app.html View 1 chunk +0 lines, -1 line 0 comments Download
M samples/searchable_list/web/elements/searchable_list.html View 1 chunk +1 line, -1 line 0 comments Download
M samples/searchable_list/web/index.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/pubspec.yaml View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/test/listorder_test.html View 1 chunk +2 lines, -1 line 2 comments Download
M samples/third_party/todomvc/test/mainpage_test.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/test/markdone_shadow_test.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/test/markdone_test.html View 1 chunk +2 lines, -1 line 0 comments Download
M samples/third_party/todomvc/web/elements/td_input.html View 1 chunk +1 line, -0 lines 0 comments Download
M samples/third_party/todomvc/web/elements/td_model.html View 1 chunk +1 line, -0 lines 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/lib-elements/polymer-selection.html View 1 chunk +1 line, -0 lines 0 comments Download
M samples/third_party/todomvc/web/lib-elements/polymer_localstorage.html View 1 chunk +1 line, -0 lines 0 comments Download
M samples/third_party/todomvc/web/lib-elements/simple_router.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/src/build/linter.dart File pkg/polymer/lib/src/build/linter.dart (right): https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/src/build/linter.dart#newcode207 pkg/polymer/lib/src/build/linter.dart:207: _logger.error(NO_IMPORT_WITHIN_ELEMENT, span: node.sourceSpan); this is unrelated to the rest ...
6 years, 6 months ago (2014-06-13 20:08:37 UTC) #1
Jennifer Messerly
a few comments but overall LGTM https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/polymer.html File pkg/polymer/lib/polymer.html (right): https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/polymer.html#newcode9 pkg/polymer/lib/polymer.html:9: https://github.com/Polymer/platform/ and https://github.com/Polymer/polymer/. ...
6 years, 6 months ago (2014-06-13 21:07:48 UTC) #2
Siggi Cherem (dart-lang)
Committed patchset #1 manually as r37332 (presubmit successful).
6 years, 6 months ago (2014-06-13 22:12:20 UTC) #3
Siggi Cherem (dart-lang)
https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/polymer.html File pkg/polymer/lib/polymer.html (right): https://codereview.chromium.org/329923002/diff/70001/pkg/polymer/lib/polymer.html#newcode9 pkg/polymer/lib/polymer.html:9: https://github.com/Polymer/platform/ and https://github.com/Polymer/polymer/. On 2014/06/13 21:07:47, John Messerly wrote: ...
6 years, 6 months ago (2014-06-13 22:15:28 UTC) #4
Siggi Cherem (dart-lang)
6 years, 6 months ago (2014-06-13 22:51:18 UTC) #5
Message was sent while issue was closed.
oops - I intended to include Keerti in this review from the beginning, sorry I
forgot last minute :(

Powered by Google App Engine
This is Rietveld 408576698