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

Issue 13592003: add support for template repeat (Closed)

Created:
7 years, 8 months ago by Jennifer Messerly
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org, web-ui-dev+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/web-ui.git@master
Visibility:
Public.

Description

add support for template repeat it's identical with template element, but with template attribute it adds additional capabilities and should work more conveniently in cases like <td> and <option> Committed: https://github.com/dart-lang/web-ui/commit/a6778bb

Patch Set 1 #

Total comments: 11

Patch Set 2 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -87 lines) Patch
M lib/src/analyzer.dart View 1 5 chunks +63 lines, -34 lines 0 comments Download
M lib/src/emitters.dart View 3 chunks +11 lines, -7 lines 0 comments Download
M lib/src/html_cleaner.dart View 1 1 chunk +21 lines, -4 lines 0 comments Download
M lib/src/info.dart View 1 4 chunks +18 lines, -8 lines 0 comments Download
M lib/templating.dart View 1 2 chunks +20 lines, -6 lines 0 comments Download
M test/analyzer_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
A + test/data/expected/repeat_attribute_test.html.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/data/input/mix_iterate_if_test.html View 2 chunks +6 lines, -5 lines 0 comments Download
A + test/data/input/repeat_attribute_test.html View 3 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jennifer Messerly
7 years, 8 months ago (2013-04-05 02:06:21 UTC) #1
Siggi Cherem (dart-lang)
nice! just minor comments below, but otherwise lgtm! https://chromiumcodereview.appspot.com/13592003/diff/1/lib/src/analyzer.dart File lib/src/analyzer.dart (right): https://chromiumcodereview.appspot.com/13592003/diff/1/lib/src/analyzer.dart#newcode373 lib/src/analyzer.dart:373: result.removeAttributes.add('template'); ...
7 years, 8 months ago (2013-04-05 20:09:23 UTC) #2
Jennifer Messerly
PTAL! https://chromiumcodereview.appspot.com/13592003/diff/1/lib/src/analyzer.dart File lib/src/analyzer.dart (right): https://chromiumcodereview.appspot.com/13592003/diff/1/lib/src/analyzer.dart#newcode373 lib/src/analyzer.dart:373: result.removeAttributes.add('template'); On 2013/04/05 20:09:24, Siggi Cherem (dart-lang) wrote: ...
7 years, 8 months ago (2013-04-05 20:34:36 UTC) #3
Siggi Cherem (dart-lang)
lgtm! Thanks!
7 years, 8 months ago (2013-04-05 20:37:32 UTC) #4
Jennifer Messerly
7 years, 8 months ago (2013-04-05 21:00:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as ra6778bb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698