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

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

Issue 760583004: Remove webkit-margin-collapse (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 -webkit-border-image initial=initialNinePieceImage, custom_value 232 -webkit-border-image initial=initialNinePieceImage, custom_value
233 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short> 233 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short>
234 -webkit-box-decoration-break 234 -webkit-box-decoration-break
235 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow 235 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow
236 -webkit-clip-path animatable, custom_value 236 -webkit-clip-path animatable, custom_value
237 -webkit-filter animatable, custom_value 237 -webkit-filter animatable, custom_value
238 -webkit-highlight inherited, converter=convertString<CSSValueNone> 238 -webkit-highlight inherited, converter=convertString<CSSValueNone>
239 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 239 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
240 -webkit-line-box-contain inherited, converter=convertLineBoxContain 240 -webkit-line-box-contain inherited, converter=convertLineBoxContain
241 -webkit-line-break inherited, type_name=LineBreak 241 -webkit-line-break inherited, type_name=LineBreak
242 -webkit-margin-after-collapse type_name=EMarginCollapse
243 -webkit-margin-before-collapse type_name=EMarginCollapse
244 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
245 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
246 -webkit-mask-box-image-outset animatable, custom_all 242 -webkit-mask-box-image-outset animatable, custom_all
247 -webkit-mask-box-image-repeat custom_all 243 -webkit-mask-box-image-repeat custom_all
248 -webkit-mask-box-image-slice animatable, custom_all 244 -webkit-mask-box-image-slice animatable, custom_all
249 -webkit-mask-box-image-source animatable, custom_value 245 -webkit-mask-box-image-source animatable, custom_value
250 -webkit-mask-box-image-width animatable, custom_all 246 -webkit-mask-box-image-width animatable, custom_all
251 -webkit-mask-clip custom_all 247 -webkit-mask-clip custom_all
252 -webkit-mask-composite custom_all 248 -webkit-mask-composite custom_all
253 -webkit-mask-image animatable, custom_all 249 -webkit-mask-image animatable, custom_all
254 -webkit-mask-origin custom_all 250 -webkit-mask-origin custom_all
255 -webkit-mask-position-x animatable, custom_all 251 -webkit-mask-position-x animatable, custom_all
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 overflow longhands=overflow-x;overflow-y 366 overflow longhands=overflow-x;overflow-y
371 padding longhands=padding-top;padding-right;padding-bottom;padding-left 367 padding longhands=padding-top;padding-right;padding-bottom;padding-left
372 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 368 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
373 -webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-w ebkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iterat ion-count;-webkit-animation-direction;-webkit-animation-fill-mode;-webkit-animat ion-play-state 369 -webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-w ebkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iterat ion-count;-webkit-animation-direction;-webkit-animation-fill-mode;-webkit-animat ion-play-state
374 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 370 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
375 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 371 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
376 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 372 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
377 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 373 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
378 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 374 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
379 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 375 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
380 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin- after-collapse
381 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-p osition-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit- mask-origin;-webkit-mask-clip 376 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-p osition-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit- mask-origin;-webkit-mask-clip
382 -webkit-mask-box-image longhands=-webkit-mask-box-image-source;-webkit-mask-box- image-slice;-webkit-mask-box-image-width;-webkit-mask-box-image-outset;-webkit-m ask-box-image-repeat 377 -webkit-mask-box-image longhands=-webkit-mask-box-image-source;-webkit-mask-box- image-slice;-webkit-mask-box-image-width;-webkit-mask-box-image-outset;-webkit-m ask-box-image-repeat
383 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y 378 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y
384 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y 379 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y
385 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 380 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
386 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 381 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
387 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 382 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
388 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay 383 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay
389 384
390 // Aliases; these map to the same CSSPropertyID 385 // Aliases; these map to the same CSSPropertyID
(...skipping 15 matching lines...) Expand all
406 -webkit-flex alias_for=flex 401 -webkit-flex alias_for=flex
407 -webkit-flex-basis alias_for=flex-basis 402 -webkit-flex-basis alias_for=flex-basis
408 -webkit-flex-direction alias_for=flex-direction 403 -webkit-flex-direction alias_for=flex-direction
409 -webkit-flex-flow alias_for=flex-flow 404 -webkit-flex-flow alias_for=flex-flow
410 -webkit-flex-grow alias_for=flex-grow 405 -webkit-flex-grow alias_for=flex-grow
411 -webkit-flex-shrink alias_for=flex-shrink 406 -webkit-flex-shrink alias_for=flex-shrink
412 -webkit-flex-wrap alias_for=flex-wrap 407 -webkit-flex-wrap alias_for=flex-wrap
413 -webkit-justify-content alias_for=justify-content 408 -webkit-justify-content alias_for=justify-content
414 -webkit-opacity alias_for=opacity 409 -webkit-opacity alias_for=opacity
415 -webkit-order alias_for=order 410 -webkit-order alias_for=order
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698