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

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

Issue 436563002: Remove value packing and custom style building for text-underline-position. (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/StyleBuilderCustom.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 -webkit-tap-highlight-color converter=convertColor 251 -webkit-tap-highlight-color converter=convertColor
252 -webkit-text-combine type_name=TextCombine 252 -webkit-text-combine type_name=TextCombine
253 -webkit-text-emphasis-color custom_all 253 -webkit-text-emphasis-color custom_all
254 -webkit-text-emphasis-position type_name=TextEmphasisPosition 254 -webkit-text-emphasis-position type_name=TextEmphasisPosition
255 -webkit-text-emphasis-style custom_all 255 -webkit-text-emphasis-style custom_all
256 -webkit-text-fill-color custom_all 256 -webkit-text-fill-color custom_all
257 -webkit-text-orientation custom_value 257 -webkit-text-orientation custom_value
258 -webkit-text-security 258 -webkit-text-security
259 -webkit-text-stroke-color custom_all 259 -webkit-text-stroke-color custom_all
260 -webkit-text-stroke-width converter=convertTextStrokeWidth 260 -webkit-text-stroke-width converter=convertTextStrokeWidth
261 text-underline-position custom_value 261 text-underline-position type_name=TextUnderlinePosition
262 transform custom_value 262 transform custom_value
263 -webkit-transform use_handlers_for=CSSPropertyTransform 263 -webkit-transform use_handlers_for=CSSPropertyTransform
264 transform-origin custom_all 264 transform-origin custom_all
265 -webkit-transform-origin-x converter=convertLength 265 -webkit-transform-origin-x converter=convertLength
266 -webkit-transform-origin-y converter=convertLength 266 -webkit-transform-origin-y converter=convertLength
267 -webkit-transform-origin-z converter=convertComputedLength<float> 267 -webkit-transform-origin-z converter=convertComputedLength<float>
268 transform-style name_for_methods=TransformStyle3D 268 transform-style name_for_methods=TransformStyle3D
269 -webkit-transform-style name_for_methods=TransformStyle3D 269 -webkit-transform-style name_for_methods=TransformStyle3D
270 -webkit-transition-delay custom_all 270 -webkit-transition-delay custom_all
271 -webkit-transition-duration custom_all 271 -webkit-transition-duration custom_all
(...skipping 89 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/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698