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

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

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 9
10 10
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 padding-top animatable, initial=initialPadding, converter=convertLength 180 padding-top animatable, initial=initialPadding, converter=convertLength
181 page-break-after type_name=EPageBreak, initial=initialPageBreak 181 page-break-after type_name=EPageBreak, initial=initialPageBreak
182 page-break-before type_name=EPageBreak, initial=initialPageBreak 182 page-break-before type_name=EPageBreak, initial=initialPageBreak
183 page-break-inside type_name=EPageBreak, initial=initialPageBreak 183 page-break-inside type_name=EPageBreak, initial=initialPageBreak
184 perspective animatable, custom_value 184 perspective animatable, custom_value
185 perspective-origin animatable, custom_all 185 perspective-origin animatable, custom_all
186 pointer-events inherited 186 pointer-events inherited
187 position 187 position
188 quotes inherited, converter=convertQuotes 188 quotes inherited, converter=convertQuotes
189 right animatable, initial=initialOffset, converter=convertLengthOrAuto 189 right animatable, initial=initialOffset, converter=convertLengthOrAuto
190 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
191 size custom_all 190 size custom_all
192 speak inherited 191 speak inherited
193 table-layout 192 table-layout
194 tab-size inherited, type_name=unsigned 193 tab-size inherited, type_name=unsigned
195 text-align inherited, custom_value 194 text-align inherited, custom_value
196 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast 195 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast
197 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag 196 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag
198 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color 197 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color
199 text-decoration-color runtime_flag=CSS3TextDecorations, animatable, custom_all 198 text-decoration-color runtime_flag=CSS3TextDecorations, animatable, custom_all
200 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration> 199 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration>
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 -webkit-flex alias_for=flex 382 -webkit-flex alias_for=flex
384 -webkit-flex-basis alias_for=flex-basis 383 -webkit-flex-basis alias_for=flex-basis
385 -webkit-flex-direction alias_for=flex-direction 384 -webkit-flex-direction alias_for=flex-direction
386 -webkit-flex-flow alias_for=flex-flow 385 -webkit-flex-flow alias_for=flex-flow
387 -webkit-flex-grow alias_for=flex-grow 386 -webkit-flex-grow alias_for=flex-grow
388 -webkit-flex-shrink alias_for=flex-shrink 387 -webkit-flex-shrink alias_for=flex-shrink
389 -webkit-flex-wrap alias_for=flex-wrap 388 -webkit-flex-wrap alias_for=flex-wrap
390 -webkit-justify-content alias_for=justify-content 389 -webkit-justify-content alias_for=justify-content
391 -webkit-opacity alias_for=opacity 390 -webkit-opacity alias_for=opacity
392 -webkit-order alias_for=order 391 -webkit-order alias_for=order
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698