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

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT Created 6 years, 5 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
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note that type_name is currently only used for non-custom value application 3 // Note that type_name is currently only used for non-custom value application
4 // and when explicitly referred to in generated applicators. 4 // and when explicitly referred to in generated applicators.
5 // Note: Mandatory blank line to skip parameter parsing phase 5 // Note: Mandatory blank line to skip parameter parsing phase
6 6
7 align-content 7 align-content
8 align-items custom_all 8 align-items custom_all
9 align-self custom_all 9 align-self custom_all
10 background-attachment custom_all 10 background-attachment custom_all
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 flex-basis converter=convertLengthOrAuto 57 flex-basis converter=convertLengthOrAuto
58 flex-direction 58 flex-direction
59 flex-grow type_name=float 59 flex-grow type_name=float
60 flex-shrink type_name=float 60 flex-shrink type_name=float
61 flex-wrap 61 flex-wrap
62 float type_name=EFloat, name_for_methods=Floating 62 float type_name=EFloat, name_for_methods=Floating
63 font custom_all 63 font custom_all
64 font-family custom_all 64 font-family custom_all
65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning 65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning
66 font-size custom_all 66 font-size custom_all
67 font-stretch custom_all
67 font-style font, type_name=FontStyle, name_for_methods=Style 68 font-style font, type_name=FontStyle, name_for_methods=Style
68 font-variant font, type_name=FontVariant, name_for_methods=Variant 69 font-variant font, type_name=FontVariant, name_for_methods=Variant
69 font-variant-ligatures custom_all 70 font-variant-ligatures custom_all
70 font-weight custom_all 71 font-weight custom_all
71 grid-auto-flow custom_value 72 grid-auto-flow custom_value
72 grid-auto-columns converter=convertGridTrackSize 73 grid-auto-columns converter=convertGridTrackSize
73 grid-auto-rows converter=convertGridTrackSize 74 grid-auto-rows converter=convertGridTrackSize
74 grid-column-start converter=convertGridPosition 75 grid-column-start converter=convertGridPosition
75 grid-column-end converter=convertGridPosition 76 grid-column-end converter=convertGridPosition
76 grid-row-start converter=convertGridPosition 77 grid-row-start converter=convertGridPosition
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 animation-duration skip 349 animation-duration skip
349 animation-fill-mode skip 350 animation-fill-mode skip
350 animation-iteration-count skip 351 animation-iteration-count skip
351 animation-name skip 352 animation-name skip
352 animation-play-state skip 353 animation-play-state skip
353 animation-timing-function skip 354 animation-timing-function skip
354 transition-delay skip 355 transition-delay skip
355 transition-duration skip 356 transition-duration skip
356 transition-property skip 357 transition-property skip
357 transition-timing-function skip 358 transition-timing-function skip
358 font-stretch skip
359 page skip 359 page skip
360 src skip 360 src skip
361 unicode-range skip 361 unicode-range skip
362 -webkit-font-size-delta skip 362 -webkit-font-size-delta skip
363 -webkit-text-decorations-in-effect skip 363 -webkit-text-decorations-in-effect skip
364 max-zoom skip 364 max-zoom skip
365 min-zoom skip 365 min-zoom skip
366 user-zoom skip 366 user-zoom skip
367 orientation skip 367 orientation skip
368 enable-background skip 368 enable-background skip
369 invalid skip 369 invalid skip
370 all skip 370 all skip
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698