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

Side by Side Diff: Source/core/css/CSSProperty.cpp

Issue 215773003: Revert of Add runtime feature and property names for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSPropertyNames.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * (C) 1999-2003 Lars Knoll (knoll@kde.org) 2 * (C) 1999-2003 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. 3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 case CSSPropertyWebkitAnimation: 515 case CSSPropertyWebkitAnimation:
516 case CSSPropertyWebkitAnimationDelay: 516 case CSSPropertyWebkitAnimationDelay:
517 case CSSPropertyWebkitAnimationDirection: 517 case CSSPropertyWebkitAnimationDirection:
518 case CSSPropertyWebkitAnimationDuration: 518 case CSSPropertyWebkitAnimationDuration:
519 case CSSPropertyWebkitAnimationFillMode: 519 case CSSPropertyWebkitAnimationFillMode:
520 case CSSPropertyWebkitAnimationIterationCount: 520 case CSSPropertyWebkitAnimationIterationCount:
521 case CSSPropertyWebkitAnimationName: 521 case CSSPropertyWebkitAnimationName:
522 case CSSPropertyWebkitAnimationPlayState: 522 case CSSPropertyWebkitAnimationPlayState:
523 case CSSPropertyWebkitAnimationTimingFunction: 523 case CSSPropertyWebkitAnimationTimingFunction:
524 case CSSPropertyWebkitAppearance: 524 case CSSPropertyWebkitAppearance:
525 case CSSPropertyBackfaceVisibility:
526 case CSSPropertyWebkitBackfaceVisibility: 525 case CSSPropertyWebkitBackfaceVisibility:
527 case CSSPropertyWebkitBackgroundClip: 526 case CSSPropertyWebkitBackgroundClip:
528 case CSSPropertyWebkitBackgroundComposite: 527 case CSSPropertyWebkitBackgroundComposite:
529 case CSSPropertyWebkitBackgroundOrigin: 528 case CSSPropertyWebkitBackgroundOrigin:
530 case CSSPropertyWebkitBackgroundSize: 529 case CSSPropertyWebkitBackgroundSize:
531 case CSSPropertyWebkitBorderAfter: 530 case CSSPropertyWebkitBorderAfter:
532 case CSSPropertyWebkitBorderAfterColor: 531 case CSSPropertyWebkitBorderAfterColor:
533 case CSSPropertyWebkitBorderAfterStyle: 532 case CSSPropertyWebkitBorderAfterStyle:
534 case CSSPropertyWebkitBorderAfterWidth: 533 case CSSPropertyWebkitBorderAfterWidth:
535 case CSSPropertyWebkitBorderBefore: 534 case CSSPropertyWebkitBorderBefore:
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 case CSSPropertyWebkitMaskRepeatY: 631 case CSSPropertyWebkitMaskRepeatY:
633 case CSSPropertyWebkitMaskSize: 632 case CSSPropertyWebkitMaskSize:
634 case CSSPropertyWebkitMaxLogicalWidth: 633 case CSSPropertyWebkitMaxLogicalWidth:
635 case CSSPropertyWebkitMaxLogicalHeight: 634 case CSSPropertyWebkitMaxLogicalHeight:
636 case CSSPropertyWebkitMinLogicalWidth: 635 case CSSPropertyWebkitMinLogicalWidth:
637 case CSSPropertyWebkitMinLogicalHeight: 636 case CSSPropertyWebkitMinLogicalHeight:
638 case CSSPropertyWebkitPaddingAfter: 637 case CSSPropertyWebkitPaddingAfter:
639 case CSSPropertyWebkitPaddingBefore: 638 case CSSPropertyWebkitPaddingBefore:
640 case CSSPropertyWebkitPaddingEnd: 639 case CSSPropertyWebkitPaddingEnd:
641 case CSSPropertyWebkitPaddingStart: 640 case CSSPropertyWebkitPaddingStart:
642 case CSSPropertyPerspective:
643 case CSSPropertyWebkitPerspective: 641 case CSSPropertyWebkitPerspective:
644 case CSSPropertyPerspectiveOrigin:
645 case CSSPropertyWebkitPerspectiveOrigin: 642 case CSSPropertyWebkitPerspectiveOrigin:
646 case CSSPropertyWebkitPerspectiveOriginX: 643 case CSSPropertyWebkitPerspectiveOriginX:
647 case CSSPropertyWebkitPerspectiveOriginY: 644 case CSSPropertyWebkitPerspectiveOriginY:
648 case CSSPropertyTransform:
649 case CSSPropertyWebkitTransform: 645 case CSSPropertyWebkitTransform:
650 case CSSPropertyTransformOrigin:
651 case CSSPropertyWebkitTransformOrigin: 646 case CSSPropertyWebkitTransformOrigin:
652 case CSSPropertyWebkitTransformOriginX: 647 case CSSPropertyWebkitTransformOriginX:
653 case CSSPropertyWebkitTransformOriginY: 648 case CSSPropertyWebkitTransformOriginY:
654 case CSSPropertyWebkitTransformOriginZ: 649 case CSSPropertyWebkitTransformOriginZ:
655 case CSSPropertyTransformStyle:
656 case CSSPropertyWebkitTransformStyle: 650 case CSSPropertyWebkitTransformStyle:
657 case CSSPropertyWebkitTransition: 651 case CSSPropertyWebkitTransition:
658 case CSSPropertyWebkitTransitionDelay: 652 case CSSPropertyWebkitTransitionDelay:
659 case CSSPropertyWebkitTransitionDuration: 653 case CSSPropertyWebkitTransitionDuration:
660 case CSSPropertyWebkitTransitionProperty: 654 case CSSPropertyWebkitTransitionProperty:
661 case CSSPropertyWebkitTransitionTimingFunction: 655 case CSSPropertyWebkitTransitionTimingFunction:
662 case CSSPropertyWebkitUserDrag: 656 case CSSPropertyWebkitUserDrag:
663 case CSSPropertyWebkitWrapFlow: 657 case CSSPropertyWebkitWrapFlow:
664 case CSSPropertyShapeMargin: 658 case CSSPropertyShapeMargin:
665 case CSSPropertyShapeImageThreshold: 659 case CSSPropertyShapeImageThreshold:
(...skipping 13 matching lines...) Expand all
679 return false; 673 return false;
680 case CSSPropertyInvalid: 674 case CSSPropertyInvalid:
681 ASSERT_NOT_REACHED(); 675 ASSERT_NOT_REACHED();
682 return false; 676 return false;
683 } 677 }
684 ASSERT_NOT_REACHED(); 678 ASSERT_NOT_REACHED();
685 return false; 679 return false;
686 } 680 }
687 681
688 } // namespace WebCore 682 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSPropertyNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698