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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 case CSSPropertyWebkitTransformOriginX: 652 case CSSPropertyWebkitTransformOriginX:
653 case CSSPropertyWebkitTransformOriginY: 653 case CSSPropertyWebkitTransformOriginY:
654 case CSSPropertyWebkitTransformOriginZ: 654 case CSSPropertyWebkitTransformOriginZ:
655 case CSSPropertyWebkitTransformStyle: 655 case CSSPropertyWebkitTransformStyle:
656 case CSSPropertyWebkitTransition: 656 case CSSPropertyWebkitTransition:
657 case CSSPropertyWebkitTransitionDelay: 657 case CSSPropertyWebkitTransitionDelay:
658 case CSSPropertyWebkitTransitionDuration: 658 case CSSPropertyWebkitTransitionDuration:
659 case CSSPropertyWebkitTransitionProperty: 659 case CSSPropertyWebkitTransitionProperty:
660 case CSSPropertyWebkitTransitionTimingFunction: 660 case CSSPropertyWebkitTransitionTimingFunction:
661 case CSSPropertyWebkitUserDrag: 661 case CSSPropertyWebkitUserDrag:
662 case CSSPropertyWebkitFlowInto:
663 case CSSPropertyWebkitFlowFrom:
664 case CSSPropertyWebkitRegionBreakAfter:
665 case CSSPropertyWebkitRegionBreakBefore:
666 case CSSPropertyWebkitRegionBreakInside:
667 case CSSPropertyWebkitRegionFragment:
668 case CSSPropertyWebkitWrapFlow: 662 case CSSPropertyWebkitWrapFlow:
669 case CSSPropertyShapeMargin: 663 case CSSPropertyShapeMargin:
670 case CSSPropertyShapeImageThreshold: 664 case CSSPropertyShapeImageThreshold:
671 case CSSPropertyShapePadding: 665 case CSSPropertyShapePadding:
672 case CSSPropertyShapeInside: 666 case CSSPropertyShapeInside:
673 case CSSPropertyShapeOutside: 667 case CSSPropertyShapeOutside:
674 case CSSPropertyWebkitWrapThrough: 668 case CSSPropertyWebkitWrapThrough:
675 case CSSPropertyWebkitAppRegion: 669 case CSSPropertyWebkitAppRegion:
676 case CSSPropertyWidth: 670 case CSSPropertyWidth:
677 case CSSPropertyMaxZoom: 671 case CSSPropertyMaxZoom:
678 case CSSPropertyMinZoom: 672 case CSSPropertyMinZoom:
679 case CSSPropertyOrientation: 673 case CSSPropertyOrientation:
680 case CSSPropertyUserZoom: 674 case CSSPropertyUserZoom:
681 case CSSPropertyZIndex: 675 case CSSPropertyZIndex:
682 case CSSPropertyZoom: 676 case CSSPropertyZoom:
683 return false; 677 return false;
684 case CSSPropertyInvalid: 678 case CSSPropertyInvalid:
685 ASSERT_NOT_REACHED(); 679 ASSERT_NOT_REACHED();
686 return false; 680 return false;
687 } 681 }
688 ASSERT_NOT_REACHED(); 682 ASSERT_NOT_REACHED();
689 return false; 683 return false;
690 } 684 }
691 685
692 } // namespace WebCore 686 } // 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