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

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

Issue 444333005: Remove custom style building for -webkit-font-feature-settings. (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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 202 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
203 -webkit-column-count type_name=unsigned short, custom_all 203 -webkit-column-count type_name=unsigned short, custom_all
204 column-fill type_name=ColumnFill 204 column-fill type_name=ColumnFill
205 -webkit-column-gap type_name=float, custom_all 205 -webkit-column-gap type_name=float, custom_all
206 -webkit-column-rule-color custom_all 206 -webkit-column-rule-color custom_all
207 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 207 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
208 -webkit-column-rule-width converter=convertLineWidth<unsigned short> 208 -webkit-column-rule-width converter=convertLineWidth<unsigned short>
209 -webkit-column-span type_name=ColumnSpan 209 -webkit-column-span type_name=ColumnSpan
210 -webkit-column-width type_name=float, custom_all 210 -webkit-column-width type_name=float, custom_all
211 -webkit-filter custom_value 211 -webkit-filter custom_value
212 -webkit-font-feature-settings custom_all 212 -webkit-font-feature-settings font, name_for_methods=FeatureSettings, converter= convertFontFeatureSettings
213 -webkit-font-smoothing font, type_name=FontSmoothingMode 213 -webkit-font-smoothing font, type_name=FontSmoothingMode
214 -webkit-highlight converter=convertString<CSSValueNone> 214 -webkit-highlight converter=convertString<CSSValueNone>
215 -webkit-hyphenate-character name_for_methods=HyphenationString, converter=conver tString<CSSValueAuto> 215 -webkit-hyphenate-character name_for_methods=HyphenationString, converter=conver tString<CSSValueAuto>
216 -webkit-line-box-contain converter=convertLineBoxContain 216 -webkit-line-box-contain converter=convertLineBoxContain
217 -webkit-line-break type_name=LineBreak 217 -webkit-line-break type_name=LineBreak
218 -webkit-line-clamp type_name=LineClampValue 218 -webkit-line-clamp type_name=LineClampValue
219 -webkit-locale custom_value 219 -webkit-locale custom_value
220 -webkit-margin-after-collapse type_name=EMarginCollapse 220 -webkit-margin-after-collapse type_name=EMarginCollapse
221 -webkit-margin-before-collapse type_name=EMarginCollapse 221 -webkit-margin-before-collapse type_name=EMarginCollapse
222 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 222 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
(...skipping 138 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