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

Issue 307793002: update polymer, nodebind, and templatebinding (Closed)

Created:
6 years, 6 months ago by Jennifer Messerly
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

update polymer, nodebind, and templatebinding R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=37066

Patch Set 1 : #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : roll #

Total comments: 92

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9301 lines, -8066 lines) Patch
M pkg/observe/lib/src/bindable.dart View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/observe/lib/src/path_observer.dart View 1 2 3 4 5 6 7 4 chunks +8 lines, -7 lines 0 comments Download
M pkg/observe/lib/transformer.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/observe/pubspec.yaml View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/pkg.status View 1 2 3 4 5 6 7 4 chunks +2 lines, -24 lines 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/polymer/lib/auto_binding.dart View 1 2 3 4 5 6 7 1 chunk +117 lines, -0 lines 0 comments Download
M pkg/polymer/lib/polymer.dart View 1 2 3 4 5 6 7 3 chunks +12 lines, -8 lines 0 comments Download
M pkg/polymer/lib/polymer.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D pkg/polymer/lib/polymer_element.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 1 2 3 4 5 6 7 5 chunks +17 lines, -11 lines 0 comments Download
M pkg/polymer/lib/src/declaration.dart View 1 2 3 4 5 6 7 13 chunks +125 lines, -128 lines 0 comments Download
A pkg/polymer/lib/src/events.dart View 1 2 3 4 5 6 7 1 chunk +149 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 2 3 4 5 6 7 26 chunks +466 lines, -397 lines 0 comments Download
M pkg/polymer/lib/src/job.dart View 1 2 3 4 5 6 7 1 chunk +26 lines, -24 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, -12 lines 0 comments Download
A pkg/polymer/lib/src/js/polymer/layout.html View 1 2 3 4 5 6 7 1 chunk +278 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.html View 1 2 3 4 5 6 7 1 chunk +9 lines, -5 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.js View 1 2 3 4 5 6 7 1 chunk +9 lines, -29 lines 0 comments Download
D pkg/polymer/lib/src/js/polymer/polymer-body.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -33 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js View 1 2 3 4 5 6 7 51 chunks +4322 lines, -407 lines 0 comments Download
M pkg/polymer/lib/src/js/polymer/polymer.concat.js.map View 1 2 3 4 5 6 7 2 chunks +66 lines, -28 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
M pkg/polymer/lib/src/loader.dart View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
A pkg/polymer/test/auto_binding_test.dart View 1 2 3 4 5 6 7 1 chunk +47 lines, -0 lines 0 comments Download
A pkg/polymer/test/auto_binding_test.html View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
M pkg/polymer/test/bind_mdv_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/build/script_compactor_test.dart View 1 2 3 4 5 6 7 3 chunks +0 lines, -5 lines 0 comments Download
M pkg/polymer/test/custom_event_test.dart View 1 2 3 4 5 6 7 2 chunks +26 lines, -20 lines 0 comments Download
M pkg/polymer/test/entered_view_test.dart View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/polymer/test/entered_view_test.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.dart View 1 2 3 4 5 6 7 2 chunks +15 lines, -7 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.html View 1 2 3 4 5 6 7 2 chunks +4 lines, -7 lines 0 comments Download
M pkg/polymer/test/js_interop_test.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/polymer/test/mirror_loader_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M pkg/polymer/test/prop_attr_bind_reflection_test.dart View 1 2 3 4 5 6 7 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.dart View 1 2 3 4 5 6 7 4 chunks +46 lines, -9 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
M pkg/polymer/test/publish_attributes_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/publish_inherited_properties_test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/test/register_test.dart View 1 2 3 4 5 6 7 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/polymer/test/template_distribute_dynamic_test.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M pkg/polymer_expressions/pubspec.yaml View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/polymer_expressions/test/globals_test.dart View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M pkg/template_binding/CHANGELOG.md View 1 2 3 4 5 6 7 1 chunk +10 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/binding_delegate.dart View 1 2 3 4 5 6 7 3 chunks +9 lines, -5 lines 0 comments Download
M pkg/template_binding/lib/src/element.dart View 1 2 3 4 5 6 7 3 chunks +8 lines, -7 lines 0 comments Download
M pkg/template_binding/lib/src/input_bindings.dart View 1 2 3 4 5 6 7 2 chunks +19 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/input_element.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/instance_binding_map.dart View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/mustache_tokens.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M pkg/template_binding/lib/src/node.dart View 1 2 3 4 5 6 7 3 chunks +32 lines, -26 lines 0 comments Download
M pkg/template_binding/lib/src/select_element.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/template_binding/lib/src/template.dart View 1 2 3 4 5 6 7 9 chunks +174 lines, -58 lines 0 comments Download
M pkg/template_binding/lib/src/template_iterator.dart View 1 2 3 4 5 6 7 8 chunks +55 lines, -81 lines 0 comments Download
M pkg/template_binding/lib/src/text.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M pkg/template_binding/lib/src/text_area_element.dart View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/template_binding/lib/template_binding.dart View 1 2 3 4 5 6 7 3 chunks +13 lines, -4 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/binding_syntax.dart View 1 2 3 4 5 6 7 8 chunks +61 lines, -8 lines 0 comments Download
M pkg/template_binding/test/custom_element_bindings_test.dart View 1 2 3 4 5 6 7 9 chunks +37 lines, -17 lines 0 comments Download
M pkg/template_binding/test/node_bind_test.dart View 1 2 3 4 5 6 7 31 chunks +125 lines, -112 lines 0 comments Download
M pkg/template_binding/test/template_binding_test.dart View 1 2 3 4 5 6 7 73 chunks +300 lines, -99 lines 0 comments Download
M pkg/template_binding/test/utils.dart View 1 2 3 4 5 6 7 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/web_components/lib/build.log View 1 2 3 4 5 6 7 1 chunk +18 lines, -22 lines 0 comments Download
M pkg/web_components/lib/platform.js View 1 2 3 4 5 6 7 1 chunk +13 lines, -35 lines 0 comments Download
M pkg/web_components/lib/platform.concat.js View 1 2 3 4 5 6 7 84 chunks +2551 lines, -6366 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: 9 (0 generated)
Jennifer Messerly
Note: probably best to skim the polymer/template_binding changes and look for code errors rather than ...
6 years, 6 months ago (2014-05-30 19:50:20 UTC) #1
Jennifer Messerly
https://codereview.chromium.org/307793002/diff/40001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/307793002/diff/40001/pkg/polymer/lib/src/instance.dart#newcode292 pkg/polymer/lib/src/instance.dart:292: throw new StateError('polymerCreated was not called for custom element ...
6 years, 6 months ago (2014-05-30 19:52:50 UTC) #2
Siggi Cherem (dart-lang)
I've only looked so far at the polymer sources... https://codereview.chromium.org/307793002/diff/50001/pkg/observe/lib/transformer.dart File pkg/observe/lib/transformer.dart (right): https://codereview.chromium.org/307793002/diff/50001/pkg/observe/lib/transformer.dart#newcode146 pkg/observe/lib/transformer.dart:146: ...
6 years, 6 months ago (2014-06-03 02:23:43 UTC) #3
Siggi Cherem (dart-lang)
... just took a look at the rest https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart#newcode155 pkg/polymer/lib/src/instance.dart:155: @deprecated ...
6 years, 6 months ago (2014-06-03 17:41:03 UTC) #4
Jennifer Messerly
Thanks Siggi. I forgot to mention the initial CL made no attempt at pubspecs because ...
6 years, 6 months ago (2014-06-04 04:42:17 UTC) #5
Siggi Cherem (dart-lang)
lgtm! https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/polymer.dart File pkg/polymer/lib/polymer.dart (right): https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/polymer.dart#newcode75 pkg/polymer/lib/polymer.dart:75: import 'package:polymer_expressions/polymer_expressions.dart' as poly_expr; On 2014/06/04 04:42:17, John ...
6 years, 6 months ago (2014-06-04 16:39:09 UTC) #6
Jennifer Messerly
few more Q's still but getting close... https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart#newcode29 pkg/polymer/lib/src/instance.dart:29: /// Whether ...
6 years, 6 months ago (2014-06-04 17:52:15 UTC) #7
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart File pkg/polymer/lib/src/instance.dart (right): https://codereview.chromium.org/307793002/diff/50001/pkg/polymer/lib/src/instance.dart#newcode1124 pkg/polymer/lib/src/instance.dart:1124: final JsObject _PolymerGestures = js.context['PolymerGestures']; On 2014/06/04 17:52:16, ...
6 years, 6 months ago (2014-06-04 18:02:32 UTC) #8
Jennifer Messerly
6 years, 6 months ago (2014-06-06 05:11:43 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 manually as r37066 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698