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

Issue 420673002: Roll polymer packages to version 0.3.4 (Closed)

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

Description

Patch Set 1 : #

Total comments: 19

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1809 lines, -390 lines) Patch
M pkg/observe/CHANGELOG.md View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M pkg/observe/lib/observe.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/observe/lib/src/list_diff.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M pkg/observe/lib/src/list_path_observer.dart View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M pkg/observe/lib/src/path_observer.dart View 1 2 3 21 chunks +349 lines, -102 lines 0 comments Download
M pkg/observe/pubspec.yaml View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/observe/test/path_observer_test.dart View 1 2 3 8 chunks +303 lines, -16 lines 0 comments Download
M pkg/pkg.status View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/pkgbuild.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M pkg/polymer/lib/polymer.dart View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 1 2 3 10 chunks +57 lines, -16 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 2 3 4 chunks +26 lines, -1 line 0 comments Download
M pkg/polymer/lib/src/events.dart View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 2 3 18 chunks +274 lines, -52 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/README.md View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/lib/src/js/polymer/bower.json View 1 2 3 1 chunk +4 lines, -16 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/build.log View 1 2 3 1 chunk +16 lines, -12 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/layout.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js View 1 2 3 14 chunks +72 lines, -51 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js.map View 1 2 3 5 chunks +4 lines, -6 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js.map View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A pkg/polymer/lib/src/property_accessor.dart View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/polymer/test/auto_binding_test.dart View 1 2 3 1 chunk +14 lines, -1 line 0 comments Download
A pkg/polymer/test/bind_properties_test.dart View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
A pkg/polymer/test/bind_properties_test.html View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M pkg/polymer/test/build/common.dart View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/polymer/test/build/script_compactor_test.dart View 1 2 3 1 chunk +119 lines, -0 lines 0 comments Download
A pkg/polymer/test/computed_properties_test.dart View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
A pkg/polymer/test/computed_properties_test.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M pkg/polymer/test/publish_inherited_properties_test.dart View 1 2 3 4 chunks +17 lines, -11 lines 0 comments Download
M pkg/polymer/test/unbind_test.dart View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/CHANGELOG.md View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/polymer_expressions/lib/polymer_expressions.dart View 1 2 3 5 chunks +22 lines, -6 lines 0 comments Download
M pkg/template_binding/CHANGELOG.md View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/node.dart View 1 2 3 4 chunks +13 lines, -11 lines 0 comments Download
M pkg/template_binding/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/web_components/CHANGELOG.md View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/web_components/lib/build.log View 1 2 3 1 chunk +29 lines, -23 lines 0 comments Download
M pkg/web_components/lib/platform.js View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js View 1 2 3 11 chunks +59 lines, -24 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js.map View 1 2 3 5 chunks +10 lines, -8 lines 0 comments Download
M pkg/web_components/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Siggi Cherem (dart-lang)
This is pretty much ready for review. I got all but 1 test timing out ...
6 years, 5 months ago (2014-07-25 02:11:00 UTC) #1
jakemac
Some of these comments you can probably ignore (especially the ones in observable) since its ...
6 years, 5 months ago (2014-07-25 16:40:34 UTC) #2
Siggi Cherem (dart-lang)
Thanks Jake! https://codereview.chromium.org/420673002/diff/20001/pkg/observe/lib/src/path_observer.dart File pkg/observe/lib/src/path_observer.dart (right): https://codereview.chromium.org/420673002/diff/20001/pkg/observe/lib/src/path_observer.dart#newcode236 pkg/observe/lib/src/path_observer.dart:236: observe(obj, _segments[0]); On 2014/07/25 16:40:33, jakemac wrote: ...
6 years, 5 months ago (2014-07-25 17:45:13 UTC) #3
jakemac
lgtm
6 years, 5 months ago (2014-07-25 18:08:22 UTC) #4
Jennifer Messerly
LGTM+++ bringing the way properties work in sync is great.
6 years, 4 months ago (2014-07-28 19:21:14 UTC) #5
Siggi Cherem (dart-lang)
6 years, 4 months ago (2014-07-28 19:57:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r38644 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698