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

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

Issue 1910263003: Generate CSSPropertyEquality instead of using hand-updated file. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage 404 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage
405 will-change custom_all 405 will-change custom_all
406 word-break inherited 406 word-break inherited
407 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 407 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
408 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 408 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
409 word-wrap inherited, name_for_methods=OverflowWrap 409 word-wrap inherited, name_for_methods=OverflowWrap
410 z-index interpolable, type_name=int, custom_all 410 z-index interpolable, type_name=int, custom_all
411 411
412 // Non-standard direction aware properties 412 // Non-standard direction aware properties
413 413
414 -webkit-border-end-color direction_aware 414 -webkit-border-end-color direction_aware, getter=borderEnd().color
415 -webkit-border-end-style direction_aware 415 -webkit-border-end-style direction_aware, getter=borderEnd().style
416 -webkit-border-end-width direction_aware 416 -webkit-border-end-width direction_aware, getter=borderEnd().width
417 -webkit-border-start-color direction_aware 417 -webkit-border-start-color direction_aware, getter=borderStart().color
418 -webkit-border-start-style direction_aware 418 -webkit-border-start-style direction_aware, getter=borderStart().style
419 -webkit-border-start-width direction_aware 419 -webkit-border-start-width direction_aware, getter=borderStart().width
420 -webkit-border-before-color direction_aware 420 -webkit-border-before-color direction_aware, getter=borderBefore().color
421 -webkit-border-before-style direction_aware 421 -webkit-border-before-style direction_aware, getter=borderBefore().style
422 -webkit-border-before-width direction_aware 422 -webkit-border-before-width direction_aware, getter=borderBefore().width
423 -webkit-border-after-color direction_aware 423 -webkit-border-after-color direction_aware, getter=borderAfter().color
424 -webkit-border-after-style direction_aware 424 -webkit-border-after-style direction_aware, getter=borderAfter().style
425 -webkit-border-after-width direction_aware 425 -webkit-border-after-width direction_aware, getter=borderAfter().width
426 -webkit-margin-end direction_aware 426 -webkit-margin-end direction_aware
427 -webkit-margin-start direction_aware 427 -webkit-margin-start direction_aware
428 -webkit-margin-before direction_aware 428 -webkit-margin-before direction_aware
429 -webkit-margin-after direction_aware 429 -webkit-margin-after direction_aware
430 -webkit-padding-end direction_aware 430 -webkit-padding-end direction_aware
431 -webkit-padding-start direction_aware 431 -webkit-padding-start direction_aware
432 -webkit-padding-before direction_aware 432 -webkit-padding-before direction_aware
433 -webkit-padding-after direction_aware 433 -webkit-padding-after direction_aware
434 -webkit-logical-width direction_aware 434 -webkit-logical-width direction_aware
435 -webkit-logical-height direction_aware 435 -webkit-logical-height direction_aware
436 -webkit-min-logical-width direction_aware 436 -webkit-min-logical-width direction_aware, getter=logicalMinWidth
437 -webkit-min-logical-height direction_aware 437 -webkit-min-logical-height direction_aware, getter=logicalMinHeight
438 -webkit-max-logical-width direction_aware 438 -webkit-max-logical-width direction_aware, getter=logicalMaxWidth
439 -webkit-max-logical-height direction_aware 439 -webkit-max-logical-height direction_aware, getter=logicalMaxHeight
440 440
441 // Properties that we ignore in the StyleBuilder. 441 // Properties that we ignore in the StyleBuilder.
442 // TODO(timloh): This seems wrong, most of these shouldn't reach the StyleBuilde r 442 // TODO(timloh): This seems wrong, most of these shouldn't reach the StyleBuilde r
443 443
444 all builder_skip 444 all builder_skip
445 font-display builder_skip, runtime_flag=CSSFontDisplay 445 font-display builder_skip, runtime_flag=CSSFontDisplay
446 max-zoom builder_skip 446 max-zoom builder_skip
447 min-zoom builder_skip 447 min-zoom builder_skip
448 orientation builder_skip 448 orientation builder_skip
449 page builder_skip 449 page builder_skip
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 -webkit-shape-margin alias_for=shape-margin 567 -webkit-shape-margin alias_for=shape-margin
568 -webkit-shape-outside alias_for=shape-outside 568 -webkit-shape-outside alias_for=shape-outside
569 -webkit-transform alias_for=transform 569 -webkit-transform alias_for=transform
570 -webkit-transform-origin alias_for=transform-origin 570 -webkit-transform-origin alias_for=transform-origin
571 -webkit-transform-style alias_for=transform-style 571 -webkit-transform-style alias_for=transform-style
572 -webkit-transition alias_for=transition 572 -webkit-transition alias_for=transition
573 -webkit-transition-delay alias_for=transition-delay 573 -webkit-transition-delay alias_for=transition-delay
574 -webkit-transition-duration alias_for=transition-duration 574 -webkit-transition-duration alias_for=transition-duration
575 -webkit-transition-property alias_for=transition-property 575 -webkit-transition-property alias_for=transition-property
576 -webkit-transition-timing-function alias_for=transition-timing-function 576 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698