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

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

Issue 462133002: Remove custom style building functions for 'clip'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. 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
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 border-top-left-radius animatable, initial=initialBorderRadius, converter=conver tRadius 136 border-top-left-radius animatable, initial=initialBorderRadius, converter=conver tRadius
137 border-top-right-radius animatable, initial=initialBorderRadius, converter=conve rtRadius 137 border-top-right-radius animatable, initial=initialBorderRadius, converter=conve rtRadius
138 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 138 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
139 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi dth<unsigned> 139 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi dth<unsigned>
140 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto 140 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto
141 box-shadow animatable, converter=convertShadow 141 box-shadow animatable, converter=convertShadow
142 box-sizing 142 box-sizing
143 buffered-rendering svg 143 buffered-rendering svg
144 caption-side inherited 144 caption-side inherited
145 clear 145 clear
146 clip animatable, custom_all 146 clip animatable, converter=convertClip, custom_all
147 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier 147 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier
148 clip-rule inherited, svg, type_name=WindRule 148 clip-rule inherited, svg, type_name=WindRule
149 color-interpolation inherited, svg 149 color-interpolation inherited, svg
150 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 150 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
151 color-rendering inherited, svg 151 color-rendering inherited, svg
152 column-fill type_name=ColumnFill 152 column-fill type_name=ColumnFill
153 content custom_all 153 content custom_all
154 counter-increment custom_all 154 counter-increment custom_all
155 counter-reset custom_all 155 counter-reset custom_all
156 cursor inherited, custom_all 156 cursor inherited, custom_all
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 -webkit-flex-flow alias_for=flex-flow 524 -webkit-flex-flow alias_for=flex-flow
525 -webkit-flex-grow alias_for=flex-grow 525 -webkit-flex-grow alias_for=flex-grow
526 -webkit-flex-shrink alias_for=flex-shrink 526 -webkit-flex-shrink alias_for=flex-shrink
527 -webkit-flex-wrap alias_for=flex-wrap 527 -webkit-flex-wrap alias_for=flex-wrap
528 -webkit-justify-content alias_for=justify-content 528 -webkit-justify-content alias_for=justify-content
529 -webkit-opacity alias_for=opacity 529 -webkit-opacity alias_for=opacity
530 -webkit-order alias_for=order 530 -webkit-order alias_for=order
531 -webkit-shape-image-threshold alias_for=shape-image-threshold 531 -webkit-shape-image-threshold alias_for=shape-image-threshold
532 -webkit-shape-margin alias_for=shape-margin 532 -webkit-shape-margin alias_for=shape-margin
533 -webkit-shape-outside alias_for=shape-outside 533 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698