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

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

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version Created 7 years, 7 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/StylePropertySet.cpp ('k') | Source/core/css/StyleRule.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) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved.
6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved.
(...skipping 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 case CSSPropertyWebkitAlignContent: 3177 case CSSPropertyWebkitAlignContent:
3178 case CSSPropertyWebkitAlignItems: 3178 case CSSPropertyWebkitAlignItems:
3179 case CSSPropertyWebkitAlignSelf: 3179 case CSSPropertyWebkitAlignSelf:
3180 case CSSPropertyWebkitFlexBasis: 3180 case CSSPropertyWebkitFlexBasis:
3181 case CSSPropertyWebkitFlexDirection: 3181 case CSSPropertyWebkitFlexDirection:
3182 case CSSPropertyWebkitFlexGrow: 3182 case CSSPropertyWebkitFlexGrow:
3183 case CSSPropertyWebkitFlexShrink: 3183 case CSSPropertyWebkitFlexShrink:
3184 case CSSPropertyWebkitFlexWrap: 3184 case CSSPropertyWebkitFlexWrap:
3185 case CSSPropertyWebkitJustifyContent: 3185 case CSSPropertyWebkitJustifyContent:
3186 case CSSPropertyWebkitOrder: 3186 case CSSPropertyWebkitOrder:
3187 #if ENABLE(CSS_REGIONS)
3188 case CSSPropertyWebkitFlowFrom: 3187 case CSSPropertyWebkitFlowFrom:
3189 case CSSPropertyWebkitFlowInto: 3188 case CSSPropertyWebkitFlowInto:
3190 #endif
3191 case CSSPropertyWebkitFontKerning: 3189 case CSSPropertyWebkitFontKerning:
3192 case CSSPropertyWebkitFontSmoothing: 3190 case CSSPropertyWebkitFontSmoothing:
3193 case CSSPropertyWebkitFontVariantLigatures: 3191 case CSSPropertyWebkitFontVariantLigatures:
3194 case CSSPropertyWebkitHighlight: 3192 case CSSPropertyWebkitHighlight:
3195 case CSSPropertyWebkitHyphenateCharacter: 3193 case CSSPropertyWebkitHyphenateCharacter:
3196 case CSSPropertyWebkitHyphenateLimitAfter: 3194 case CSSPropertyWebkitHyphenateLimitAfter:
3197 case CSSPropertyWebkitHyphenateLimitBefore: 3195 case CSSPropertyWebkitHyphenateLimitBefore:
3198 case CSSPropertyWebkitHyphenateLimitLines: 3196 case CSSPropertyWebkitHyphenateLimitLines:
3199 case CSSPropertyWebkitHyphens: 3197 case CSSPropertyWebkitHyphens:
3200 case CSSPropertyWebkitLineAlign: 3198 case CSSPropertyWebkitLineAlign:
(...skipping 18 matching lines...) Expand all
3219 case CSSPropertyWebkitMaskOrigin: 3217 case CSSPropertyWebkitMaskOrigin:
3220 case CSSPropertyWebkitMaskPositionX: 3218 case CSSPropertyWebkitMaskPositionX:
3221 case CSSPropertyWebkitMaskPositionY: 3219 case CSSPropertyWebkitMaskPositionY:
3222 case CSSPropertyWebkitMaskRepeatX: 3220 case CSSPropertyWebkitMaskRepeatX:
3223 case CSSPropertyWebkitMaskRepeatY: 3221 case CSSPropertyWebkitMaskRepeatY:
3224 case CSSPropertyWebkitMaskSize: 3222 case CSSPropertyWebkitMaskSize:
3225 case CSSPropertyWebkitPerspectiveOrigin: 3223 case CSSPropertyWebkitPerspectiveOrigin:
3226 case CSSPropertyWebkitPerspectiveOriginX: 3224 case CSSPropertyWebkitPerspectiveOriginX:
3227 case CSSPropertyWebkitPerspectiveOriginY: 3225 case CSSPropertyWebkitPerspectiveOriginY:
3228 case CSSPropertyWebkitPrintColorAdjust: 3226 case CSSPropertyWebkitPrintColorAdjust:
3229 #if ENABLE(CSS_REGIONS)
3230 case CSSPropertyWebkitRegionBreakAfter: 3227 case CSSPropertyWebkitRegionBreakAfter:
3231 case CSSPropertyWebkitRegionBreakBefore: 3228 case CSSPropertyWebkitRegionBreakBefore:
3232 case CSSPropertyWebkitRegionBreakInside: 3229 case CSSPropertyWebkitRegionBreakInside:
3233 case CSSPropertyWebkitRegionOverflow: 3230 case CSSPropertyWebkitRegionOverflow:
3234 #endif
3235 case CSSPropertyWebkitRtlOrdering: 3231 case CSSPropertyWebkitRtlOrdering:
3236 case CSSPropertyWebkitRubyPosition: 3232 case CSSPropertyWebkitRubyPosition:
3237 case CSSPropertyWebkitTextCombine: 3233 case CSSPropertyWebkitTextCombine:
3238 #if ENABLE(CSS3_TEXT) 3234 #if ENABLE(CSS3_TEXT)
3239 case CSSPropertyWebkitTextDecorationLine: 3235 case CSSPropertyWebkitTextDecorationLine:
3240 case CSSPropertyWebkitTextDecorationStyle: 3236 case CSSPropertyWebkitTextDecorationStyle:
3241 case CSSPropertyWebkitTextDecorationColor: 3237 case CSSPropertyWebkitTextDecorationColor:
3242 case CSSPropertyWebkitTextAlignLast: 3238 case CSSPropertyWebkitTextAlignLast:
3243 case CSSPropertyWebkitTextUnderlinePosition: 3239 case CSSPropertyWebkitTextUnderlinePosition:
3244 #endif // CSS3_TEXT 3240 #endif // CSS3_TEXT
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4361 info.addMember(m_state, "state"); 4357 info.addMember(m_state, "state");
4362 4358
4363 // FIXME: move this to a place where it would be called only once? 4359 // FIXME: move this to a place where it would be called only once?
4364 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); 4360 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle");
4365 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e"); 4361 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e");
4366 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle") ; 4362 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle") ;
4367 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle"); 4363 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle");
4368 } 4364 }
4369 4365
4370 } // namespace WebCore 4366 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/css/StyleRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698