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

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

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/CSSValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 box-shadow animatable, converter=convertShadow 150 box-shadow animatable, converter=convertShadow
151 151
152 // LAYOUT 152 // LAYOUT
153 box-sizing 153 box-sizing
154 154
155 // LAYOUT 155 // LAYOUT
156 caption-side inherited 156 caption-side inherited
157 157
158 clip animatable, converter=convertClip, custom_all 158 clip animatable, converter=convertClip, custom_all
159 159
160 // OBSOLETE
161 cursor inherited, custom_all
162
163 // LAYOUT 160 // LAYOUT
164 display 161 display
165 162
166 // LAYOUT 163 // LAYOUT
167 empty-cells inherited, type_name=EEmptyCell 164 empty-cells inherited, type_name=EEmptyCell
168 165
169 // LAYOUT 166 // LAYOUT
170 flex-basis animatable, converter=convertLengthOrAuto 167 flex-basis animatable, converter=convertLengthOrAuto
171 168
172 // LAYOUT 169 // LAYOUT
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 542 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
546 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 543 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
547 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 544 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
548 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 545 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
549 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 546 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
550 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 547 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
551 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 548 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
552 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 549 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
553 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 550 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
554 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 551 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/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698