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

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

Issue 700703002: Remove more float machinery. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 border-right-width animatable, initial=initialBorderWidth, converter=convertLine Width<unsigned> 133 border-right-width animatable, initial=initialBorderWidth, converter=convertLine Width<unsigned>
134 border-top-color animatable, custom_all 134 border-top-color animatable, custom_all
135 border-top-left-radius animatable, initial=initialBorderRadius, converter=conver tRadius 135 border-top-left-radius animatable, initial=initialBorderRadius, converter=conver tRadius
136 border-top-right-radius animatable, initial=initialBorderRadius, converter=conve rtRadius 136 border-top-right-radius animatable, initial=initialBorderRadius, converter=conve rtRadius
137 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 137 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
138 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi dth<unsigned> 138 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi dth<unsigned>
139 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto 139 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto
140 box-shadow animatable, converter=convertShadow 140 box-shadow animatable, converter=convertShadow
141 box-sizing 141 box-sizing
142 caption-side inherited 142 caption-side inherited
143 clear
144 clip animatable, converter=convertClip, custom_all 143 clip animatable, converter=convertClip, custom_all
145 content custom_all 144 content custom_all
146 cursor inherited, custom_all 145 cursor inherited, custom_all
147 display 146 display
148 empty-cells inherited, type_name=EEmptyCell 147 empty-cells inherited, type_name=EEmptyCell
149 flex-basis animatable, converter=convertLengthOrAuto 148 flex-basis animatable, converter=convertLengthOrAuto
150 flex-direction 149 flex-direction
151 flex-grow animatable, type_name=float 150 flex-grow animatable, type_name=float
152 flex-shrink animatable, type_name=float 151 flex-shrink animatable, type_name=float
153 flex-wrap 152 flex-wrap
154 float type_name=EFloat, name_for_methods=Floating
155 height animatable, initial=initialSize, converter=convertLengthSizing 153 height animatable, initial=initialSize, converter=convertLengthSizing
156 image-rendering inherited 154 image-rendering inherited
157 isolation runtime_flag=CSSCompositing 155 isolation runtime_flag=CSSCompositing
158 justify-content 156 justify-content
159 left animatable, initial=initialOffset, converter=convertLengthOrAuto 157 left animatable, initial=initialOffset, converter=convertLengthOrAuto
160 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 158 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
161 list-style-image animatable, inherited, custom_value 159 list-style-image animatable, inherited, custom_value
162 list-style-position inherited 160 list-style-position inherited
163 list-style-type inherited 161 list-style-type inherited
164 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto 162 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 -webkit-flex-flow alias_for=flex-flow 423 -webkit-flex-flow alias_for=flex-flow
426 -webkit-flex-grow alias_for=flex-grow 424 -webkit-flex-grow alias_for=flex-grow
427 -webkit-flex-shrink alias_for=flex-shrink 425 -webkit-flex-shrink alias_for=flex-shrink
428 -webkit-flex-wrap alias_for=flex-wrap 426 -webkit-flex-wrap alias_for=flex-wrap
429 -webkit-justify-content alias_for=justify-content 427 -webkit-justify-content alias_for=justify-content
430 -webkit-opacity alias_for=opacity 428 -webkit-opacity alias_for=opacity
431 -webkit-order alias_for=order 429 -webkit-order alias_for=order
432 -webkit-shape-image-threshold alias_for=shape-image-threshold 430 -webkit-shape-image-threshold alias_for=shape-image-threshold
433 -webkit-shape-margin alias_for=shape-margin 431 -webkit-shape-margin alias_for=shape-margin
434 -webkit-shape-outside alias_for=shape-outside 432 -webkit-shape-outside alias_for=shape-outside
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