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

Issue 558673004: update polymer js to 0.4.0 (Closed)

Created:
6 years, 3 months ago by jakemac
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

update polymer js to 0.4.0 BUG= http://dartbug.com/20809 The following files were not migrated, they used to be in platform.js and are like polyfills, but are adding non-html spec functionality used by polymer: src/declaration/mdv.js src/declaration/polymer.js src/declaration/queue.js src/declaration/styles.js src/lib/dom.js src/lib/lang.js src/lib/loader.js src/lib/styleloader.js src/lib/url.js src/system/compat.js src/system/microtask.js src/system/module.js src/system/patches-mdv.js src/system/unresolved.js The following tests were not migrated. For the most part they are just testing the features added by the files above: test/html/loader-deduplicate.html test/html/mdv-shadow.html test/html/mdv-tests/polymer-expressions-tests.js test/html/styling/recursive-style-import.html test/html/url.html test/js/bindMDV.js test/js/oop.js test/html/styling/rules/* test/js/styling.js test/js/register.js test/js/utils.js test/html/template-repeat-wrappers.html R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=40120

Patch Set 1 #

Total comments: 12

Patch Set 2 : review updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8012 lines, -3437 lines) Patch
M pkg/pkg.status View 1 3 chunks +3 lines, -1 line 0 comments Download
M pkg/pkgbuild.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 1 chunk +8 lines, -3 lines 0 comments Download
M pkg/polymer/example/component/news/test/news_index_test.html View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/build/polyfill_injector.dart View 1 4 chunks +11 lines, -11 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/build.log View 1 1 chunk +13 lines, -12 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/layout.html View 1 1 chunk +285 lines, -277 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js View 1 1 chunk +5 lines, -4 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js View 1 30 chunks +4542 lines, -315 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js.map View 1 2 chunks +40 lines, -16 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js.map View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/lib/src/loader.dart View 1 2 chunks +1 line, -13 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/polymer/test/bind_mdv_test.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A pkg/polymer/test/layout_test.dart View 1 1 chunk +97 lines, -0 lines 0 comments Download
A pkg/polymer/test/layout_test.html View 1 1 chunk +179 lines, -0 lines 0 comments Download
A pkg/polymer/test/platform_less_test.dart View 1 1 chunk +48 lines, -0 lines 0 comments Download
A pkg/polymer/test/platform_less_test.html View 1 1 chunk +31 lines, -0 lines 0 comments Download
A pkg/polymer/test/platform_less_test_import.html View 1 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/polymer/test/template_attr_template_test.dart View 1 1 chunk +53 lines, -0 lines 0 comments Download
A pkg/polymer/test/template_attr_template_test.html View 1 1 chunk +46 lines, -0 lines 0 comments Download
A pkg/polymer/test/template_attr_template_test_import.html View 1 1 chunk +13 lines, -0 lines 0 comments Download
M pkg/polymer/test/template_distribute_dynamic_test.dart View 1 1 chunk +1 line, -9 lines 0 comments Download
M pkg/polymer_expressions/CHANGELOG.md View 1 1 chunk +6 lines, -4 lines 0 comments Download
M pkg/polymer_expressions/pubspec.yaml View 1 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/polymer_expressions/test/bindings_test.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/test/globals_test.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/test/syntax_test.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/template_binding/CHANGELOG.md View 1 1 chunk +6 lines, -5 lines 0 comments Download
A pkg/template_binding/lib/js/microtask.js View 1 1 chunk +36 lines, -0 lines 0 comments Download
A pkg/template_binding/lib/js/node_bind.js View 1 1 chunk +343 lines, -0 lines 0 comments Download
A pkg/template_binding/lib/js/observe.js View 1 1 chunk +1727 lines, -0 lines 0 comments Download
A pkg/template_binding/lib/js/patches_mdv.js View 1 1 chunk +58 lines, -0 lines 0 comments Download
M pkg/template_binding/pubspec.yaml View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/template_binding/test/custom_element_bindings_test.html View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/template_binding/test/node_bind_test.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/template_binding/test/template_binding_test.dart View 1 1 chunk +14 lines, -6 lines 0 comments Download
M pkg/template_binding/test/template_binding_test.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/web_components/CHANGELOG.md View 1 1 chunk +6 lines, -3 lines 0 comments Download
M pkg/web_components/lib/build.log View 1 2 chunks +10 lines, -13 lines 0 comments Download
M pkg/web_components/lib/platform.js View 1 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js View 1 15 chunks +359 lines, -2696 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js.map View 1 5 chunks +12 lines, -30 lines 0 comments Download
M pkg/web_components/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
jakemac
6 years, 3 months ago (2014-09-09 16:39:58 UTC) #2
Siggi Cherem (dart-lang)
Very nice! just really minor details below. LGTM https://codereview.chromium.org/558673004/diff/1/pkg/polymer/lib/src/js/polymer/build.log File pkg/polymer/lib/src/js/polymer/build.log (right): https://codereview.chromium.org/558673004/diff/1/pkg/polymer/lib/src/js/polymer/build.log#newcode29 pkg/polymer/lib/src/js/polymer/build.log:29: polymer-dev: ...
6 years, 3 months ago (2014-09-09 21:21:43 UTC) #3
jakemac
https://codereview.chromium.org/558673004/diff/1/pkg/polymer/lib/src/js/polymer/build.log File pkg/polymer/lib/src/js/polymer/build.log (right): https://codereview.chromium.org/558673004/diff/1/pkg/polymer/lib/src/js/polymer/build.log#newcode29 pkg/polymer/lib/src/js/polymer/build.log:29: polymer-dev: d66a86eac545ff8115f781ec6b1466024f49c0c0 On 2014/09/09 21:21:43, Siggi Cherem (dart-lang) wrote: ...
6 years, 3 months ago (2014-09-10 16:30:00 UTC) #4
Siggi Cherem (dart-lang)
lgtm
6 years, 3 months ago (2014-09-10 21:05:24 UTC) #5
jakemac
6 years, 3 months ago (2014-09-10 21:42:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as 40120 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698