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

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

Issue 447443003: Remove custom style building for font-variant-ligatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.h » ('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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 font, type_name=FontStretch, name_for_methods=Stretch 67 font-stretch font, type_name=FontStretch, name_for_methods=Stretch
68 font-style font, type_name=FontStyle, name_for_methods=Style 68 font-style font, type_name=FontStyle, name_for_methods=Style
69 font-variant font, type_name=FontVariant, name_for_methods=Variant 69 font-variant font, type_name=FontVariant, name_for_methods=Variant
70 font-variant-ligatures custom_all 70 font-variant-ligatures font, name_for_methods=VariantLigatures, converter=conver tFontVariantLigatures
71 font-weight custom_all 71 font-weight custom_all
72 grid-auto-flow custom_value 72 grid-auto-flow custom_value
73 grid-auto-columns converter=convertGridTrackSize 73 grid-auto-columns converter=convertGridTrackSize
74 grid-auto-rows converter=convertGridTrackSize 74 grid-auto-rows converter=convertGridTrackSize
75 grid-column-start converter=convertGridPosition 75 grid-column-start converter=convertGridPosition
76 grid-column-end converter=convertGridPosition 76 grid-column-end converter=convertGridPosition
77 grid-row-start converter=convertGridPosition 77 grid-row-start converter=convertGridPosition
78 grid-row-end converter=convertGridPosition 78 grid-row-end converter=convertGridPosition
79 grid-template-columns custom_all 79 grid-template-columns custom_all
80 grid-template-rows custom_all 80 grid-template-rows custom_all
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « no previous file | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698