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

Side by Side Diff: sky/engine/core/css/CSSProperties.in

Issue 1161623004: Remove backface visibility (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 // We should remove all those marked OBSOLETE now 5 // We should remove all those marked OBSOLETE now
6 // We should remove all those marked LAYOUT once we have custom layout 6 // We should remove all those marked LAYOUT once we have custom layout
7 // We should remove all those marked ANIMATIONS once we have an animation system 7 // We should remove all those marked ANIMATIONS once we have an animation system
8 8
9 // - alias_for=other-property 9 // - alias_for=other-property
10 // Properties specifying alias_for do not get their own enum and instead map 10 // Properties specifying alias_for do not get their own enum and instead map
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 // LAYOUT 105 // LAYOUT
106 align-content 106 align-content
107 107
108 // LAYOUT 108 // LAYOUT
109 align-items custom_all 109 align-items custom_all
110 110
111 // LAYOUT 111 // LAYOUT
112 align-self custom_all 112 align-self custom_all
113 113
114 backface-visibility
115 background-attachment custom_all 114 background-attachment custom_all
116 background-clip custom_all 115 background-clip custom_all
117 background-color animatable, custom_all 116 background-color animatable, custom_all
118 background-image animatable, custom_all 117 background-image animatable, custom_all
119 background-origin custom_all 118 background-origin custom_all
120 background-position-x animatable, custom_all 119 background-position-x animatable, custom_all
121 background-position-y animatable, custom_all 120 background-position-y animatable, custom_all
122 background-repeat-x custom_all 121 background-repeat-x custom_all
123 background-repeat-y custom_all 122 background-repeat-y custom_all
124 background-size animatable, custom_all 123 background-size animatable, custom_all
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 animation-name custom_all 303 animation-name custom_all
305 304
306 // ANIMATION 305 // ANIMATION
307 animation-play-state custom_all 306 animation-play-state custom_all
308 307
309 // ANIMATION 308 // ANIMATION
310 animation-timing-function custom_all 309 animation-timing-function custom_all
311 310
312 filter animatable, custom_value 311 filter animatable, custom_value
313 -webkit-aspect-ratio inherited, custom_all 312 -webkit-aspect-ratio inherited, custom_all
314 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility
315 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 313 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
316 -webkit-background-composite custom_all 314 -webkit-background-composite custom_all
317 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 315 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
318 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize 316 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize
319 317
320 // LAYOUT 318 // LAYOUT
321 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo ntalBorderSpacing, converter=convertComputedLength<short> 319 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo ntalBorderSpacing, converter=convertComputedLength<short>
322 320
323 -webkit-border-image initial=initialNinePieceImage, custom_value 321 -webkit-border-image initial=initialNinePieceImage, custom_value
324 322
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 487 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
490 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 488 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
491 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 489 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
492 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 490 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
493 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 491 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
494 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 492 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
495 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 493 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
496 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 494 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
497 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 495 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
498 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 496 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698