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

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

Issue 644953003: Store [-webkit-]transform-origin as a TransformOrigin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Almost forgot: drop unused ctor. (+ rebase). 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 text-indent animatable, inherited, custom_all 270 text-indent animatable, inherited, custom_all
271 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify 271 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
272 text-overflow type_name=TextOverflow 272 text-overflow type_name=TextOverflow
273 text-shadow animatable, inherited, converter=convertShadow 273 text-shadow animatable, inherited, converter=convertShadow
274 text-transform inherited 274 text-transform inherited
275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition 275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition
276 top animatable, initial=initialOffset, converter=convertLengthOrAuto 276 top animatable, initial=initialOffset, converter=convertLengthOrAuto
277 touch-action converter=convertFlags<TouchAction> 277 touch-action converter=convertFlags<TouchAction>
278 touch-action-delay runtime_flag=CSSTouchActionDelay, inherited, type_name=TouchA ctionDelay 278 touch-action-delay runtime_flag=CSSTouchActionDelay, inherited, type_name=TouchA ctionDelay
279 transform animatable, custom_value 279 transform animatable, custom_value
280 transform-origin animatable, custom_all 280 transform-origin animatable, converter=convertTransformOrigin
281 transform-style name_for_methods=TransformStyle3D 281 transform-style name_for_methods=TransformStyle3D
282 unicode-bidi 282 unicode-bidi
283 vector-effect svg 283 vector-effect svg
284 vertical-align animatable, custom_inherit, custom_value 284 vertical-align animatable, custom_inherit, custom_value
285 visibility animatable, inherited 285 visibility animatable, inherited
286 -webkit-animation-delay custom_all 286 -webkit-animation-delay custom_all
287 -webkit-animation-direction custom_all 287 -webkit-animation-direction custom_all
288 -webkit-animation-duration custom_all 288 -webkit-animation-duration custom_all
289 -webkit-animation-fill-mode custom_all 289 -webkit-animation-fill-mode custom_all
290 -webkit-animation-iteration-count custom_all 290 -webkit-animation-iteration-count custom_all
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 -webkit-flex-flow alias_for=flex-flow 527 -webkit-flex-flow alias_for=flex-flow
528 -webkit-flex-grow alias_for=flex-grow 528 -webkit-flex-grow alias_for=flex-grow
529 -webkit-flex-shrink alias_for=flex-shrink 529 -webkit-flex-shrink alias_for=flex-shrink
530 -webkit-flex-wrap alias_for=flex-wrap 530 -webkit-flex-wrap alias_for=flex-wrap
531 -webkit-justify-content alias_for=justify-content 531 -webkit-justify-content alias_for=justify-content
532 -webkit-opacity alias_for=opacity 532 -webkit-opacity alias_for=opacity
533 -webkit-order alias_for=order 533 -webkit-order alias_for=order
534 -webkit-shape-image-threshold alias_for=shape-image-threshold 534 -webkit-shape-image-threshold alias_for=shape-image-threshold
535 -webkit-shape-margin alias_for=shape-margin 535 -webkit-shape-margin alias_for=shape-margin
536 -webkit-shape-outside alias_for=shape-outside 536 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698