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

Side by Side Diff: Source/build/scripts/templates/CSSShorthands.in.tmpl

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed parseAnimationProperty Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {%- for property in properties %}
2 {%- if property.runtimeEnabledShorthand %}
3 {{property.name}} longhands={{property.longhands}}, runtimeEnabledShorthand={{pr operty.runtimeEnabledShorthand}}
4 {%- else %}
5 {{property.name}} longhands={{property.longhands}}
6 {%- endif %}
7 {%- endfor %}
8 all longhands={{all_longhands}}
Nils Barth (inactive) 2014/04/03 06:27:06 This can be: all longhands={{all_longhands | join(
tasak 2014/05/12 14:33:27 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698