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

Side by Side Diff: Source/core/css/parser/BisonCSSParser-in.cpp

Issue 211213002: CSS Transforms: Implement backface-visibility (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/parser/CSSPropertyParser.cpp » ('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 * Copyright (C) 2003 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2003 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2005 Allan Sandfeld Jensen (kde@carewolf.com) 3 * Copyright (C) 2005 Allan Sandfeld Jensen (kde@carewolf.com)
4 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved. 4 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved.
5 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> 5 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>
6 * Copyright (C) 2008 Eric Seidel <eric@webkit.org> 6 * Copyright (C) 2008 Eric Seidel <eric@webkit.org>
7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) 7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/)
8 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. 8 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
9 * Copyright (C) 2012 Intel Corporation. All rights reserved. 9 * Copyright (C) 2012 Intel Corporation. All rights reserved.
10 * 10 *
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 return true; 544 return true;
545 break; 545 break;
546 case CSSPropertyVisibility: // visible | hidden | collapse | inherit 546 case CSSPropertyVisibility: // visible | hidden | collapse | inherit
547 if (valueID == CSSValueVisible || valueID == CSSValueHidden || valueID = = CSSValueCollapse) 547 if (valueID == CSSValueVisible || valueID == CSSValueHidden || valueID = = CSSValueCollapse)
548 return true; 548 return true;
549 break; 549 break;
550 case CSSPropertyWebkitAppearance: 550 case CSSPropertyWebkitAppearance:
551 if ((valueID >= CSSValueCheckbox && valueID <= CSSValueTextarea) || valu eID == CSSValueNone) 551 if ((valueID >= CSSValueCheckbox && valueID <= CSSValueTextarea) || valu eID == CSSValueNone)
552 return true; 552 return true;
553 break; 553 break;
554 case CSSPropertyBackfaceVisibility:
554 case CSSPropertyWebkitBackfaceVisibility: 555 case CSSPropertyWebkitBackfaceVisibility:
555 if (valueID == CSSValueVisible || valueID == CSSValueHidden) 556 if (valueID == CSSValueVisible || valueID == CSSValueHidden)
556 return true; 557 return true;
557 break; 558 break;
558 case CSSPropertyMixBlendMode: 559 case CSSPropertyMixBlendMode:
559 if (RuntimeEnabledFeatures::cssCompositingEnabled() && (valueID == CSSVa lueNormal || valueID == CSSValueMultiply || valueID == CSSValueScreen 560 if (RuntimeEnabledFeatures::cssCompositingEnabled() && (valueID == CSSVa lueNormal || valueID == CSSValueMultiply || valueID == CSSValueScreen
560 || valueID == CSSValueOverlay || valueID == CSSValueDarken || valueI D == CSSValueLighten || valueID == CSSValueColorDodge 561 || valueID == CSSValueOverlay || valueID == CSSValueDarken || valueI D == CSSValueLighten || valueID == CSSValueColorDodge
561 || valueID == CSSValueColorBurn || valueID == CSSValueHardLight || v alueID == CSSValueSoftLight || valueID == CSSValueDifference 562 || valueID == CSSValueColorBurn || valueID == CSSValueHardLight || v alueID == CSSValueSoftLight || valueID == CSSValueDifference
562 || valueID == CSSValueExclusion || valueID == CSSValueHue || valueID == CSSValueSaturation || valueID == CSSValueColor 563 || valueID == CSSValueExclusion || valueID == CSSValueHue || valueID == CSSValueSaturation || valueID == CSSValueColor
563 || valueID == CSSValueLuminosity)) 564 || valueID == CSSValueLuminosity))
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 case CSSPropertyTextOverflow: 778 case CSSPropertyTextOverflow:
778 case CSSPropertyTextOverlineMode: 779 case CSSPropertyTextOverlineMode:
779 case CSSPropertyTextOverlineStyle: 780 case CSSPropertyTextOverlineStyle:
780 case CSSPropertyTextRendering: 781 case CSSPropertyTextRendering:
781 case CSSPropertyTextTransform: 782 case CSSPropertyTextTransform:
782 case CSSPropertyTextUnderlineMode: 783 case CSSPropertyTextUnderlineMode:
783 case CSSPropertyTextUnderlineStyle: 784 case CSSPropertyTextUnderlineStyle:
784 case CSSPropertyTouchActionDelay: 785 case CSSPropertyTouchActionDelay:
785 case CSSPropertyVisibility: 786 case CSSPropertyVisibility:
786 case CSSPropertyWebkitAppearance: 787 case CSSPropertyWebkitAppearance:
788 case CSSPropertyBackfaceVisibility:
787 case CSSPropertyWebkitBackfaceVisibility: 789 case CSSPropertyWebkitBackfaceVisibility:
788 case CSSPropertyWebkitBorderAfterStyle: 790 case CSSPropertyWebkitBorderAfterStyle:
789 case CSSPropertyWebkitBorderBeforeStyle: 791 case CSSPropertyWebkitBorderBeforeStyle:
790 case CSSPropertyWebkitBorderEndStyle: 792 case CSSPropertyWebkitBorderEndStyle:
791 case CSSPropertyWebkitBorderFit: 793 case CSSPropertyWebkitBorderFit:
792 case CSSPropertyWebkitBorderStartStyle: 794 case CSSPropertyWebkitBorderStartStyle:
793 case CSSPropertyWebkitBoxAlign: 795 case CSSPropertyWebkitBoxAlign:
794 case CSSPropertyWebkitBoxDecorationBreak: 796 case CSSPropertyWebkitBoxDecorationBreak:
795 case CSSPropertyWebkitBoxDirection: 797 case CSSPropertyWebkitBoxDirection:
796 case CSSPropertyWebkitBoxLines: 798 case CSSPropertyWebkitBoxLines:
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 rule->setProperties(createStylePropertySet()); 2172 rule->setProperties(createStylePropertySet());
2171 clearProperties(); 2173 clearProperties();
2172 2174
2173 StyleRuleViewport* result = rule.get(); 2175 StyleRuleViewport* result = rule.get();
2174 m_parsedRules.append(rule.release()); 2176 m_parsedRules.append(rule.release());
2175 2177
2176 return result; 2178 return result;
2177 } 2179 }
2178 2180
2179 } 2181 }
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698