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

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

Issue 645043002: Use StyleBuilderConverter for [-webkit-]perspective. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleBuilderConverter.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 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 overflow-x type_name=EOverflow 225 overflow-x type_name=EOverflow
226 overflow-y type_name=EOverflow 226 overflow-y type_name=EOverflow
227 padding-bottom animatable, initial=initialPadding, converter=convertLength 227 padding-bottom animatable, initial=initialPadding, converter=convertLength
228 padding-left animatable, initial=initialPadding, converter=convertLength 228 padding-left animatable, initial=initialPadding, converter=convertLength
229 padding-right animatable, initial=initialPadding, converter=convertLength 229 padding-right animatable, initial=initialPadding, converter=convertLength
230 padding-top animatable, initial=initialPadding, converter=convertLength 230 padding-top animatable, initial=initialPadding, converter=convertLength
231 page-break-after type_name=EPageBreak, initial=initialPageBreak 231 page-break-after type_name=EPageBreak, initial=initialPageBreak
232 page-break-before type_name=EPageBreak, initial=initialPageBreak 232 page-break-before type_name=EPageBreak, initial=initialPageBreak
233 page-break-inside type_name=EPageBreak, initial=initialPageBreak 233 page-break-inside type_name=EPageBreak, initial=initialPageBreak
234 paint-order inherited, svg, converter=convertPaintOrder 234 paint-order inherited, svg, converter=convertPaintOrder
235 perspective animatable, custom_value 235 perspective animatable, converter=convertPerspective
236 perspective-origin animatable, custom_all 236 perspective-origin animatable, custom_all
237 pointer-events inherited 237 pointer-events inherited
238 position 238 position
239 quotes inherited, converter=convertQuotes 239 quotes inherited, converter=convertQuotes
240 // FIXME: This shouldn't be inherited, as per css-ui 240 // FIXME: This shouldn't be inherited, as per css-ui
241 resize inherited, custom_value 241 resize inherited, custom_value
242 right animatable, initial=initialOffset, converter=convertLengthOrAuto 242 right animatable, initial=initialOffset, converter=convertLengthOrAuto
243 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior 243 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
244 shape-image-threshold animatable, type_name=float 244 shape-image-threshold animatable, type_name=float
245 shape-margin animatable, converter=convertLength 245 shape-margin animatable, converter=convertLength
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 -webkit-mask-box-image-width animatable, custom_all 341 -webkit-mask-box-image-width animatable, custom_all
342 -webkit-mask-clip custom_all 342 -webkit-mask-clip custom_all
343 -webkit-mask-composite custom_all 343 -webkit-mask-composite custom_all
344 -webkit-mask-image animatable, custom_all 344 -webkit-mask-image animatable, custom_all
345 -webkit-mask-origin custom_all 345 -webkit-mask-origin custom_all
346 -webkit-mask-position-x animatable, custom_all 346 -webkit-mask-position-x animatable, custom_all
347 -webkit-mask-position-y animatable, custom_all 347 -webkit-mask-position-y animatable, custom_all
348 -webkit-mask-repeat-x custom_all 348 -webkit-mask-repeat-x custom_all
349 -webkit-mask-repeat-y custom_all 349 -webkit-mask-repeat-y custom_all
350 -webkit-mask-size animatable, custom_all 350 -webkit-mask-size animatable, custom_all
351 -webkit-perspective custom_all 351 -webkit-perspective use_handlers_for=CSSPropertyPerspective
352 -webkit-perspective-origin use_handlers_for=CSSPropertyPerspectiveOrigin 352 -webkit-perspective-origin use_handlers_for=CSSPropertyPerspectiveOrigin
353 -webkit-perspective-origin-x converter=convertLength 353 -webkit-perspective-origin-x converter=convertLength
354 -webkit-perspective-origin-y converter=convertLength 354 -webkit-perspective-origin-y converter=convertLength
355 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust 355 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust
356 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial= initialRTLOrdering 356 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial= initialRTLOrdering
357 -webkit-ruby-position inherited, type_name=RubyPosition 357 -webkit-ruby-position inherited, type_name=RubyPosition
358 -webkit-tap-highlight-color inherited, converter=convertColor 358 -webkit-tap-highlight-color inherited, converter=convertColor
359 -webkit-text-combine inherited, type_name=TextCombine 359 -webkit-text-combine inherited, type_name=TextCombine
360 -webkit-text-emphasis-color inherited, custom_all 360 -webkit-text-emphasis-color inherited, custom_all
361 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition 361 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition
(...skipping 165 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 | « no previous file | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698