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

Side by Side Diff: Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 19041005: Introduce css3TextEnabled instead of CSS3_TEXT. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 5 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 | « Source/core/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/page/RuntimeCSSEnabled.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) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
4 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 4 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
5 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 5 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
6 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. 6 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved.
7 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 7 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
8 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 8 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
9 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 9 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
10 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 10 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 case CSSPropertyPageBreakInside: 1094 case CSSPropertyPageBreakInside:
1095 case CSSPropertyPointerEvents: 1095 case CSSPropertyPointerEvents:
1096 case CSSPropertyPosition: 1096 case CSSPropertyPosition:
1097 case CSSPropertyResize: 1097 case CSSPropertyResize:
1098 case CSSPropertyRight: 1098 case CSSPropertyRight:
1099 case CSSPropertySize: 1099 case CSSPropertySize:
1100 case CSSPropertySpeak: 1100 case CSSPropertySpeak:
1101 case CSSPropertyTabSize: 1101 case CSSPropertyTabSize:
1102 case CSSPropertyTableLayout: 1102 case CSSPropertyTableLayout:
1103 case CSSPropertyTextAlign: 1103 case CSSPropertyTextAlign:
1104 case CSSPropertyTextAlignLast:
1104 case CSSPropertyTextDecoration: 1105 case CSSPropertyTextDecoration:
1105 case CSSPropertyTextDecorationLine: 1106 case CSSPropertyTextDecorationLine:
1106 case CSSPropertyTextDecorationStyle: 1107 case CSSPropertyTextDecorationStyle:
1107 case CSSPropertyTextDecorationColor: 1108 case CSSPropertyTextDecorationColor:
1108 case CSSPropertyTextIndent: 1109 case CSSPropertyTextIndent:
1109 case CSSPropertyTextOverflow: 1110 case CSSPropertyTextOverflow:
1110 case CSSPropertyTextRendering: 1111 case CSSPropertyTextRendering:
1111 case CSSPropertyTextTransform: 1112 case CSSPropertyTextTransform:
1112 case CSSPropertyTop: 1113 case CSSPropertyTop:
1113 case CSSPropertyTouchAction: 1114 case CSSPropertyTouchAction:
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 case CSSPropertyWebkitPerspectiveOriginY: 1207 case CSSPropertyWebkitPerspectiveOriginY:
1207 case CSSPropertyWebkitPrintColorAdjust: 1208 case CSSPropertyWebkitPrintColorAdjust:
1208 case CSSPropertyWebkitRegionBreakAfter: 1209 case CSSPropertyWebkitRegionBreakAfter:
1209 case CSSPropertyWebkitRegionBreakBefore: 1210 case CSSPropertyWebkitRegionBreakBefore:
1210 case CSSPropertyWebkitRegionBreakInside: 1211 case CSSPropertyWebkitRegionBreakInside:
1211 case CSSPropertyWebkitRegionFragment: 1212 case CSSPropertyWebkitRegionFragment:
1212 case CSSPropertyWebkitRtlOrdering: 1213 case CSSPropertyWebkitRtlOrdering:
1213 case CSSPropertyWebkitRubyPosition: 1214 case CSSPropertyWebkitRubyPosition:
1214 case CSSPropertyWebkitTextCombine: 1215 case CSSPropertyWebkitTextCombine:
1215 #if ENABLE(CSS3_TEXT) 1216 #if ENABLE(CSS3_TEXT)
1216 case CSSPropertyWebkitTextAlignLast:
1217 case CSSPropertyWebkitTextUnderlinePosition: 1217 case CSSPropertyWebkitTextUnderlinePosition:
1218 #endif // CSS3_TEXT 1218 #endif // CSS3_TEXT
1219 case CSSPropertyWebkitTextEmphasisColor: 1219 case CSSPropertyWebkitTextEmphasisColor:
1220 case CSSPropertyWebkitTextEmphasisPosition: 1220 case CSSPropertyWebkitTextEmphasisPosition:
1221 case CSSPropertyWebkitTextEmphasisStyle: 1221 case CSSPropertyWebkitTextEmphasisStyle:
1222 case CSSPropertyWebkitTextFillColor: 1222 case CSSPropertyWebkitTextFillColor:
1223 case CSSPropertyWebkitTextSecurity: 1223 case CSSPropertyWebkitTextSecurity:
1224 case CSSPropertyWebkitTextStrokeColor: 1224 case CSSPropertyWebkitTextStrokeColor:
1225 case CSSPropertyWebkitTransformOriginX: 1225 case CSSPropertyWebkitTransformOriginX:
1226 case CSSPropertyWebkitTransformOriginY: 1226 case CSSPropertyWebkitTransformOriginY:
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 case CSSPropertyMaskType: { 1632 case CSSPropertyMaskType: {
1633 HANDLE_SVG_INHERIT_AND_INITIAL(maskType, MaskType) 1633 HANDLE_SVG_INHERIT_AND_INITIAL(maskType, MaskType)
1634 if (primitiveValue) 1634 if (primitiveValue)
1635 state.style()->accessSVGStyle()->setMaskType(*primitiveValue); 1635 state.style()->accessSVGStyle()->setMaskType(*primitiveValue);
1636 break; 1636 break;
1637 } 1637 }
1638 } 1638 }
1639 } 1639 }
1640 1640
1641 } // namespace WebCore 1641 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/page/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698