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

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

Issue 645073003: Move special code for 'shape-outside' out of StyleBuilderFunctions.cpp.tmpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unreachable nullptr. Created 6 years, 2 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 perspective-origin animatable, converter=convertPerspectiveOrigin 236 perspective-origin animatable, converter=convertPerspectiveOrigin
237 pointer-events inherited 237 pointer-events inherited
238 position 238 position
239 quotes inherited, converter=convertQuotes 239 quotes inherited, converter=convertQuotes
240 // FIXME: This shouldn't be inherited, as per css-ui 240 // FIXME: This shouldn't be inherited, as per css-ui
241 resize inherited, custom_value 241 resize inherited, custom_value
242 right animatable, initial=initialOffset, converter=convertLengthOrAuto 242 right animatable, initial=initialOffset, converter=convertLengthOrAuto
243 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior 243 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
244 shape-image-threshold animatable, type_name=float 244 shape-image-threshold animatable, type_name=float
245 shape-margin animatable, converter=convertLength 245 shape-margin animatable, converter=convertLength
246 shape-outside animatable, custom_value 246 shape-outside animatable, converter=convertShapeValue
247 shape-rendering inherited, svg 247 shape-rendering inherited, svg
248 size custom_all 248 size custom_all
249 speak inherited 249 speak inherited
250 stop-color animatable, svg, converter=convertSVGColor 250 stop-color animatable, svg, converter=convertSVGColor
251 stop-opacity animatable, svg, converter=convertNumberOrPercentage 251 stop-opacity animatable, svg, converter=convertNumberOrPercentage
252 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all 252 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all
253 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c onverter=convertStrokeDasharray 253 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c onverter=convertStrokeDasharray
254 stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertSVGLength 254 stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertSVGLength
255 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle 255 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
256 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle 256 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 -webkit-flex-flow alias_for=flex-flow 526 -webkit-flex-flow alias_for=flex-flow
527 -webkit-flex-grow alias_for=flex-grow 527 -webkit-flex-grow alias_for=flex-grow
528 -webkit-flex-shrink alias_for=flex-shrink 528 -webkit-flex-shrink alias_for=flex-shrink
529 -webkit-flex-wrap alias_for=flex-wrap 529 -webkit-flex-wrap alias_for=flex-wrap
530 -webkit-justify-content alias_for=justify-content 530 -webkit-justify-content alias_for=justify-content
531 -webkit-opacity alias_for=opacity 531 -webkit-opacity alias_for=opacity
532 -webkit-order alias_for=order 532 -webkit-order alias_for=order
533 -webkit-shape-image-threshold alias_for=shape-image-threshold 533 -webkit-shape-image-threshold alias_for=shape-image-threshold
534 -webkit-shape-margin alias_for=shape-margin 534 -webkit-shape-margin alias_for=shape-margin
535 -webkit-shape-outside alias_for=shape-outside 535 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698