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

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

Issue 98663004: Add support for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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/CSSProperties.in ('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:
525 case CSSPropertyWebkitBackfaceVisibility: 526 case CSSPropertyWebkitBackfaceVisibility:
526 case CSSPropertyWebkitBackgroundClip: 527 case CSSPropertyWebkitBackgroundClip:
527 case CSSPropertyWebkitBackgroundComposite: 528 case CSSPropertyWebkitBackgroundComposite:
528 case CSSPropertyWebkitBackgroundOrigin: 529 case CSSPropertyWebkitBackgroundOrigin:
529 case CSSPropertyWebkitBackgroundSize: 530 case CSSPropertyWebkitBackgroundSize:
530 case CSSPropertyWebkitBorderAfter: 531 case CSSPropertyWebkitBorderAfter:
531 case CSSPropertyWebkitBorderAfterColor: 532 case CSSPropertyWebkitBorderAfterColor:
532 case CSSPropertyWebkitBorderAfterStyle: 533 case CSSPropertyWebkitBorderAfterStyle:
533 case CSSPropertyWebkitBorderAfterWidth: 534 case CSSPropertyWebkitBorderAfterWidth:
534 case CSSPropertyWebkitBorderBefore: 535 case CSSPropertyWebkitBorderBefore:
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 case CSSPropertyWebkitMaskRepeatY: 634 case CSSPropertyWebkitMaskRepeatY:
634 case CSSPropertyWebkitMaskSize: 635 case CSSPropertyWebkitMaskSize:
635 case CSSPropertyWebkitMaxLogicalWidth: 636 case CSSPropertyWebkitMaxLogicalWidth:
636 case CSSPropertyWebkitMaxLogicalHeight: 637 case CSSPropertyWebkitMaxLogicalHeight:
637 case CSSPropertyWebkitMinLogicalWidth: 638 case CSSPropertyWebkitMinLogicalWidth:
638 case CSSPropertyWebkitMinLogicalHeight: 639 case CSSPropertyWebkitMinLogicalHeight:
639 case CSSPropertyWebkitPaddingAfter: 640 case CSSPropertyWebkitPaddingAfter:
640 case CSSPropertyWebkitPaddingBefore: 641 case CSSPropertyWebkitPaddingBefore:
641 case CSSPropertyWebkitPaddingEnd: 642 case CSSPropertyWebkitPaddingEnd:
642 case CSSPropertyWebkitPaddingStart: 643 case CSSPropertyWebkitPaddingStart:
644 case CSSPropertyPerspective:
643 case CSSPropertyWebkitPerspective: 645 case CSSPropertyWebkitPerspective:
646 case CSSPropertyPerspectiveOrigin:
644 case CSSPropertyWebkitPerspectiveOrigin: 647 case CSSPropertyWebkitPerspectiveOrigin:
645 case CSSPropertyWebkitPerspectiveOriginX: 648 case CSSPropertyWebkitPerspectiveOriginX:
646 case CSSPropertyWebkitPerspectiveOriginY: 649 case CSSPropertyWebkitPerspectiveOriginY:
650 case CSSPropertyTransform:
647 case CSSPropertyWebkitTransform: 651 case CSSPropertyWebkitTransform:
652 case CSSPropertyTransformOrigin:
648 case CSSPropertyWebkitTransformOrigin: 653 case CSSPropertyWebkitTransformOrigin:
649 case CSSPropertyWebkitTransformOriginX: 654 case CSSPropertyWebkitTransformOriginX:
650 case CSSPropertyWebkitTransformOriginY: 655 case CSSPropertyWebkitTransformOriginY:
651 case CSSPropertyWebkitTransformOriginZ: 656 case CSSPropertyWebkitTransformOriginZ:
657 case CSSPropertyTransformStyle:
652 case CSSPropertyWebkitTransformStyle: 658 case CSSPropertyWebkitTransformStyle:
653 case CSSPropertyWebkitTransition: 659 case CSSPropertyWebkitTransition:
654 case CSSPropertyWebkitTransitionDelay: 660 case CSSPropertyWebkitTransitionDelay:
655 case CSSPropertyWebkitTransitionDuration: 661 case CSSPropertyWebkitTransitionDuration:
656 case CSSPropertyWebkitTransitionProperty: 662 case CSSPropertyWebkitTransitionProperty:
657 case CSSPropertyWebkitTransitionTimingFunction: 663 case CSSPropertyWebkitTransitionTimingFunction:
658 case CSSPropertyWebkitUserDrag: 664 case CSSPropertyWebkitUserDrag:
659 case CSSPropertyWebkitWrapFlow: 665 case CSSPropertyWebkitWrapFlow:
660 case CSSPropertyShapeMargin: 666 case CSSPropertyShapeMargin:
661 case CSSPropertyShapeImageThreshold: 667 case CSSPropertyShapeImageThreshold:
(...skipping 13 matching lines...) Expand all
675 return false; 681 return false;
676 case CSSPropertyInvalid: 682 case CSSPropertyInvalid:
677 ASSERT_NOT_REACHED(); 683 ASSERT_NOT_REACHED();
678 return false; 684 return false;
679 } 685 }
680 ASSERT_NOT_REACHED(); 686 ASSERT_NOT_REACHED();
681 return false; 687 return false;
682 } 688 }
683 689
684 } // namespace WebCore 690 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/CSSPropertyNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698