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

Issue 469823002: Roll polymer to 0.3.5 (Closed)

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

Description

Roll polymer to 0.3.5 The following files were not migrated, mostly tests that we don't have an equivalent for (that I could find): declaration/properties.js test/html/element-registration.html test/html/bind-object-repeat.html test/html/publish-attributes.html Also, observe.js was not migrated since it no changes looked to be applicable to us, https://github.com/Polymer/observe-js/compare/0.3.4...0.3.5. BUG= http://dartbug.com/20413 R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=39330

Patch Set 1 #

Patch Set 2 : remove debugging code #

Patch Set 3 : last bit of cleanup #

Total comments: 22

Patch Set 4 : code review updates #

Patch Set 5 : upgrade web_components #

Total comments: 3

Patch Set 6 : fix dart2js checked mode tests #

Total comments: 1

Patch Set 7 : move test #

Patch Set 8 : style nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1054 lines, -1109 lines) Patch
M pkg/pkg.status View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/events.dart View 1 2 3 4 5 6 7 2 chunks +14 lines, -9 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 2 3 4 5 6 7 5 chunks +6 lines, -12 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/build.log View 1 2 3 4 5 6 7 1 chunk +13 lines, -16 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js View 1 2 3 4 5 6 7 57 chunks +359 lines, -328 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js.map View 1 2 3 4 5 6 7 3 chunks +27 lines, -27 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js.map View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A pkg/polymer/test/event_binding_release_handler_test.dart View 1 2 3 4 5 6 7 1 chunk +54 lines, -0 lines 0 comments Download
A pkg/polymer/test/event_binding_release_handler_test.html View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
M pkg/polymer/test/js_interop_test.dart View 1 2 3 4 5 6 7 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.dart View 1 2 3 4 5 6 7 2 chunks +31 lines, -2 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.html View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/template_binding/CHANGELOG.md View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/template.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/template_binding/lib/src/template_iterator.dart View 1 2 3 4 5 6 7 3 chunks +42 lines, -12 lines 0 comments Download
M pkg/template_binding/pubspec.yaml View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/template_binding/test/template_binding_test.dart View 1 2 3 4 5 6 7 2 chunks +76 lines, -0 lines 0 comments Download
M pkg/web_components/CHANGELOG.md View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/web_components/lib/build.log View 1 2 3 4 5 6 7 1 chunk +22 lines, -31 lines 0 comments Download
M pkg/web_components/lib/platform.js View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js View 1 2 3 4 5 6 7 32 chunks +326 lines, -631 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js.map View 1 2 3 4 5 6 7 5 chunks +16 lines, -18 lines 0 comments Download
M pkg/web_components/pubspec.yaml View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
jakemac
6 years, 4 months ago (2014-08-13 22:18:22 UTC) #1
Siggi Cherem (dart-lang)
nice! only small things, otherwise looks great! https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart File pkg/polymer/lib/src/events.dart (right): https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart#newcode93 pkg/polymer/lib/src/events.dart:93: 'addEventListener', [node, ...
6 years, 4 months ago (2014-08-13 23:00:27 UTC) #2
jakemac
https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart File pkg/polymer/lib/src/events.dart (right): https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart#newcode93 pkg/polymer/lib/src/events.dart:93: 'addEventListener', [node, eventType, handler]); On 2014/08/13 23:00:26, Siggi Cherem ...
6 years, 4 months ago (2014-08-14 18:00:49 UTC) #3
Siggi Cherem (dart-lang)
https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart File pkg/polymer/lib/src/events.dart (right): https://codereview.chromium.org/469823002/diff/20001/pkg/polymer/lib/src/events.dart#newcode95 pkg/polymer/lib/src/events.dart:95: if (oneTime) return null; On 2014/08/14 18:00:49, jakemac wrote: ...
6 years, 4 months ago (2014-08-14 20:51:24 UTC) #4
Siggi Cherem (dart-lang)
lgtm! https://codereview.chromium.org/469823002/diff/50001/pkg/polymer/lib/src/events.dart File pkg/polymer/lib/src/events.dart (right): https://codereview.chromium.org/469823002/diff/50001/pkg/polymer/lib/src/events.dart#newcode124 pkg/polymer/lib/src/events.dart:124: 'removeEventListener', minor nit: remove line break here
6 years, 4 months ago (2014-08-15 16:32:09 UTC) #5
jakemac
6 years, 4 months ago (2014-08-18 14:23:24 UTC) #6
Message was sent while issue was closed.
Committed patchset #8 manually as 39330 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698