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

Issue 50203004: port TemplateBinding to ed3266266e751b5ab1f75f8e0509d0d5f0ef35d8 (Closed)

Created:
7 years, 1 month ago by Jennifer Messerly
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 37

Patch Set 5 : round 1 #

Total comments: 9

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1340 lines, -3243 lines) Patch
M pkg/observe/lib/observe.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D pkg/observe/lib/src/compound_binding.dart View 1 2 3 4 1 chunk +0 lines, -136 lines 0 comments Download
A pkg/observe/lib/src/compound_path_observer.dart View 1 2 3 4 5 1 chunk +114 lines, -0 lines 0 comments Download
M pkg/observe/lib/src/path_observer.dart View 1 2 3 4 5 6 7 chunks +40 lines, -16 lines 0 comments Download
M pkg/pkg.status View 1 2 3 4 4 chunks +0 lines, -10 lines 0 comments Download
M pkg/polymer/lib/src/instance.dart View 1 2 3 4 3 chunks +33 lines, -31 lines 0 comments Download
M pkg/polymer/test/event_handlers_test.dart View 1 2 3 4 5 7 chunks +15 lines, -10 lines 0 comments Download
M pkg/polymer_expressions/lib/polymer_expressions.dart View 1 2 3 4 5 1 chunk +15 lines, -18 lines 0 comments Download
M pkg/polymer_expressions/test/bindings_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A pkg/template_binding/lib/src/binding_delegate.dart View 1 2 3 4 5 1 chunk +74 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/element.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/template_binding/lib/src/input_bindings.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A pkg/template_binding/lib/src/instance_binding_map.dart View 1 chunk +66 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/list_diff.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/template_binding/lib/src/node.dart View 1 2 3 3 chunks +2 lines, -159 lines 0 comments Download
A pkg/template_binding/lib/src/node_binding.dart View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/template.dart View 1 2 5 chunks +143 lines, -36 lines 0 comments Download
M pkg/template_binding/lib/src/template_iterator.dart View 1 2 3 4 5 7 chunks +316 lines, -191 lines 0 comments Download
M pkg/template_binding/lib/template_binding.dart View 1 2 2 chunks +7 lines, -1 line 0 comments Download
D pkg/template_binding/test/analyzer_test.dart View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
A pkg/template_binding/test/binding_syntax.dart View 1 2 3 4 5 1 chunk +206 lines, -0 lines 0 comments Download
D pkg/template_binding/test/binding_syntax_test.dart View 1 2 1 chunk +0 lines, -185 lines 0 comments Download
M pkg/template_binding/test/custom_element_bindings_test.dart View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A + pkg/template_binding/test/node_bind_test.dart View 1 2 4 chunks +5 lines, -25 lines 0 comments Download
D pkg/template_binding/test/node_bindings_test.dart View 1 2 1 chunk +0 lines, -670 lines 0 comments Download
A + pkg/template_binding/test/template_binding_test.dart View 1 2 3 4 17 chunks +204 lines, -38 lines 0 comments Download
D pkg/template_binding/test/template_element_test.dart View 1 2 1 chunk +0 lines, -1697 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Siggi Cherem (dart-lang)
looking great, just minor comments and questions to clarify my understanding of things https://codereview.chromium.org/50203004/diff/80001/pkg/observe/lib/src/compound_path_observer.dart File ...
7 years, 1 month ago (2013-10-29 21:00:06 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/50203004/diff/80001/pkg/template_binding/lib/src/template.dart File pkg/template_binding/lib/src/template.dart (right): https://codereview.chromium.org/50203004/diff/80001/pkg/template_binding/lib/src/template.dart#newcode68 pkg/template_binding/lib/src/template.dart:68: _iterator..hasBind = false On 2013/10/29 21:00:07, Siggi Cherem (dart-lang) ...
7 years, 1 month ago (2013-10-29 21:01:11 UTC) #2
Jennifer Messerly
Thanks Siggi! PTAL. It is now merged with the other package:observe CL that just landed ...
7 years, 1 month ago (2013-10-29 22:35:06 UTC) #3
Siggi Cherem (dart-lang)
nice There were a couple minor comments in the prev patch still pending, but otherwise ...
7 years, 1 month ago (2013-10-29 22:49:49 UTC) #4
Jennifer Messerly
Oh my. PTAL! Hope I got everything this time. Sorry about that! https://codereview.chromium.org/50203004/diff/80001/pkg/polymer_expressions/lib/polymer_expressions.dart File pkg/polymer_expressions/lib/polymer_expressions.dart ...
7 years, 1 month ago (2013-10-29 23:07:18 UTC) #5
Siggi Cherem (dart-lang)
lgtm! https://codereview.chromium.org/50203004/diff/200001/pkg/observe/lib/src/path_observer.dart File pkg/observe/lib/src/path_observer.dart (right): https://codereview.chromium.org/50203004/diff/200001/pkg/observe/lib/src/path_observer.dart#newcode54 pkg/observe/lib/src/path_observer.dart:54: * evaluating the path. The function should be ...
7 years, 1 month ago (2013-10-29 23:20:18 UTC) #6
Jennifer Messerly
https://codereview.chromium.org/50203004/diff/300002/pkg/observe/lib/src/path_observer.dart File pkg/observe/lib/src/path_observer.dart (right): https://codereview.chromium.org/50203004/diff/300002/pkg/observe/lib/src/path_observer.dart#newcode82 pkg/observe/lib/src/path_observer.dart:82: if (_segments.isEmpty && computeValue != null) object = computeValue(object); ...
7 years, 1 month ago (2013-10-29 23:26:03 UTC) #7
Jennifer Messerly
7 years, 1 month ago (2013-10-29 23:26:39 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 manually as r29500 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698