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

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

Issue 1068393002: remove CSS 'all' property. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « sky/engine/core/css/CSSComputedStyleDeclaration.cpp ('k') | sky/engine/core/css/CSSProperty.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 // We should remove all those marked OBSOLETE now 5 // We should remove all those marked OBSOLETE now
6 // We should remove all those marked LAYOUT once we have custom layout 6 // We should remove all those marked LAYOUT once we have custom layout
7 // We should remove all those marked ANIMATIONS once we have an animation system 7 // We should remove all those marked ANIMATIONS once we have an animation system
8 8
9 // - alias_for=other-property 9 // - alias_for=other-property
10 // Properties specifying alias_for do not get their own enum and instead map 10 // Properties specifying alias_for do not get their own enum and instead map
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 -webkit-max-logical-width direction_aware 493 -webkit-max-logical-width direction_aware
494 494
495 // LAYOUT 495 // LAYOUT
496 -webkit-max-logical-height direction_aware 496 -webkit-max-logical-height direction_aware
497 497
498 498
499 // Properties that we ignore in the StyleBuilder. 499 // Properties that we ignore in the StyleBuilder.
500 // FIXME: We should see if any of these should actually be unreachable 500 // FIXME: We should see if any of these should actually be unreachable
501 501
502 // OBSOLETE 502 // OBSOLETE
503 all builder_skip
504
505 // OBSOLETE
506 orientation builder_skip 503 orientation builder_skip
507 504
508 // OBSOLETE 505 // OBSOLETE
509 page builder_skip 506 page builder_skip
510 507
511 // OBSOLETE 508 // OBSOLETE
512 src builder_skip 509 src builder_skip
513 510
514 // OBSOLETE 511 // OBSOLETE
515 unicode-range builder_skip 512 unicode-range builder_skip
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 545 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
549 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 546 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
550 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 547 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
551 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 548 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
552 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 549 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
553 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 550 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
554 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 551 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
555 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 552 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
556 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 553 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
557 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 554 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSComputedStyleDeclaration.cpp ('k') | sky/engine/core/css/CSSProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698