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

Issue 17770006: [mdv] implement full DOM stability (Closed)

Created:
7 years, 6 months ago by Jennifer Messerly
Modified:
7 years, 3 months ago
Reviewers:
justinfagnani, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

implement full DOM stability Port of https://github.com/Polymer/mdv/commit/3e0b8ebe1d431b80cd92b40c4ce7e29ef086d555 Also includes a follow up that fixed a bug in the original CL: Dont unbind instance nodes that have been re-used from the instanceCache https://github.com/Polymer/mdv/commit/033257abab40e404924c844db8a1a7551571e4ba (Note: this is based on https://codereview.chromium.org/17706003/) R=justinfagnani@google.com Committed: https://code.google.com/p/dart/source/detail?r=24553

Patch Set 1 #

Patch Set 2 : include test #

Total comments: 11

Patch Set 3 : merged #

Patch Set 4 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -70 lines) Patch
M pkg/mdv/lib/mdv.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/mdv/lib/src/bindings.dart View 1 2 3 7 chunks +86 lines, -70 lines 0 comments Download
M pkg/mdv/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/mdv/test/template_element_test.dart View 1 2 3 2 chunks +77 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Jennifer Messerly
7 years, 6 months ago (2013-06-26 01:21:50 UTC) #1
Jennifer Messerly
fyi, hold off on this one -- I didn't upload the test changes.
7 years, 6 months ago (2013-06-26 03:28:09 UTC) #2
Jennifer Messerly
PTAL! Now includes test
7 years, 6 months ago (2013-06-26 17:08:06 UTC) #3
Jennifer Messerly
it sounds like Pete is interested in reviewing this one
7 years, 6 months ago (2013-06-26 18:30:27 UTC) #4
justinfagnani
On 2013/06/26 18:30:27, John Messerly wrote: > it sounds like Pete is interested in reviewing ...
7 years, 6 months ago (2013-06-26 19:05:15 UTC) #5
justinfagnani
lgtm https://codereview.chromium.org/17770006/diff/4001/pkg/mdv/lib/src/bindings.dart File pkg/mdv/lib/src/bindings.dart (right): https://codereview.chromium.org/17770006/diff/4001/pkg/mdv/lib/src/bindings.dart#newcode328 pkg/mdv/lib/src/bindings.dart:328: if (value is! List) { List -> Iterable? ...
7 years, 6 months ago (2013-06-26 20:01:13 UTC) #6
Jennifer Messerly
thanks! https://codereview.chromium.org/17770006/diff/4001/pkg/mdv/lib/src/bindings.dart File pkg/mdv/lib/src/bindings.dart (right): https://codereview.chromium.org/17770006/diff/4001/pkg/mdv/lib/src/bindings.dart#newcode328 pkg/mdv/lib/src/bindings.dart:328: if (value is! List) { On 2013/06/26 20:01:13, ...
7 years, 6 months ago (2013-06-26 20:47:50 UTC) #7
Jennifer Messerly
7 years, 5 months ago (2013-06-27 21:35:40 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r24553 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698