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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/resolver/StyleAdjuster.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('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 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 case CSSPropertyWebkitColumnSpan: 1943 case CSSPropertyWebkitColumnSpan:
1944 case CSSPropertyWebkitColumnWidth: 1944 case CSSPropertyWebkitColumnWidth:
1945 case CSSPropertyAlignContent: 1945 case CSSPropertyAlignContent:
1946 case CSSPropertyFlexBasis: 1946 case CSSPropertyFlexBasis:
1947 case CSSPropertyFlexDirection: 1947 case CSSPropertyFlexDirection:
1948 case CSSPropertyFlexGrow: 1948 case CSSPropertyFlexGrow:
1949 case CSSPropertyFlexShrink: 1949 case CSSPropertyFlexShrink:
1950 case CSSPropertyFlexWrap: 1950 case CSSPropertyFlexWrap:
1951 case CSSPropertyJustifyContent: 1951 case CSSPropertyJustifyContent:
1952 case CSSPropertyOrder: 1952 case CSSPropertyOrder:
1953 case CSSPropertyWebkitFlowFrom:
1954 case CSSPropertyWebkitFlowInto:
1955 case CSSPropertyWebkitFontSmoothing: 1953 case CSSPropertyWebkitFontSmoothing:
1956 case CSSPropertyWebkitFontVariantLigatures: 1954 case CSSPropertyWebkitFontVariantLigatures:
1957 case CSSPropertyWebkitHighlight: 1955 case CSSPropertyWebkitHighlight:
1958 case CSSPropertyWebkitHyphenateCharacter: 1956 case CSSPropertyWebkitHyphenateCharacter:
1959 case CSSPropertyWebkitLineAlign: 1957 case CSSPropertyWebkitLineAlign:
1960 case CSSPropertyWebkitLineBreak: 1958 case CSSPropertyWebkitLineBreak:
1961 case CSSPropertyWebkitLineClamp: 1959 case CSSPropertyWebkitLineClamp:
1962 case CSSPropertyWebkitLineGrid: 1960 case CSSPropertyWebkitLineGrid:
1963 case CSSPropertyWebkitLineSnap: 1961 case CSSPropertyWebkitLineSnap:
1964 case CSSPropertyInternalMarqueeDirection: 1962 case CSSPropertyInternalMarqueeDirection:
(...skipping 13 matching lines...) Expand all
1978 case CSSPropertyWebkitMaskOrigin: 1976 case CSSPropertyWebkitMaskOrigin:
1979 case CSSPropertyWebkitMaskPositionX: 1977 case CSSPropertyWebkitMaskPositionX:
1980 case CSSPropertyWebkitMaskPositionY: 1978 case CSSPropertyWebkitMaskPositionY:
1981 case CSSPropertyWebkitMaskRepeatX: 1979 case CSSPropertyWebkitMaskRepeatX:
1982 case CSSPropertyWebkitMaskRepeatY: 1980 case CSSPropertyWebkitMaskRepeatY:
1983 case CSSPropertyWebkitMaskSize: 1981 case CSSPropertyWebkitMaskSize:
1984 case CSSPropertyWebkitPerspectiveOrigin: 1982 case CSSPropertyWebkitPerspectiveOrigin:
1985 case CSSPropertyWebkitPerspectiveOriginX: 1983 case CSSPropertyWebkitPerspectiveOriginX:
1986 case CSSPropertyWebkitPerspectiveOriginY: 1984 case CSSPropertyWebkitPerspectiveOriginY:
1987 case CSSPropertyWebkitPrintColorAdjust: 1985 case CSSPropertyWebkitPrintColorAdjust:
1988 case CSSPropertyWebkitRegionBreakAfter:
1989 case CSSPropertyWebkitRegionBreakBefore:
1990 case CSSPropertyWebkitRegionBreakInside:
1991 case CSSPropertyWebkitRegionFragment:
1992 case CSSPropertyWebkitRtlOrdering: 1986 case CSSPropertyWebkitRtlOrdering:
1993 case CSSPropertyWebkitRubyPosition: 1987 case CSSPropertyWebkitRubyPosition:
1994 case CSSPropertyWebkitTextCombine: 1988 case CSSPropertyWebkitTextCombine:
1995 case CSSPropertyTextUnderlinePosition: 1989 case CSSPropertyTextUnderlinePosition:
1996 case CSSPropertyWebkitTextEmphasisColor: 1990 case CSSPropertyWebkitTextEmphasisColor:
1997 case CSSPropertyWebkitTextEmphasisPosition: 1991 case CSSPropertyWebkitTextEmphasisPosition:
1998 case CSSPropertyWebkitTextEmphasisStyle: 1992 case CSSPropertyWebkitTextEmphasisStyle:
1999 case CSSPropertyWebkitTextFillColor: 1993 case CSSPropertyWebkitTextFillColor:
2000 case CSSPropertyWebkitTextSecurity: 1994 case CSSPropertyWebkitTextSecurity:
2001 case CSSPropertyWebkitTextStrokeColor: 1995 case CSSPropertyWebkitTextStrokeColor:
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 break; 2204 break;
2211 } 2205 }
2212 case CSSPropertyEnableBackground: 2206 case CSSPropertyEnableBackground:
2213 // Silently ignoring this property for now 2207 // Silently ignoring this property for now
2214 // http://bugs.webkit.org/show_bug.cgi?id=6022 2208 // http://bugs.webkit.org/show_bug.cgi?id=6022
2215 break; 2209 break;
2216 } 2210 }
2217 } 2211 }
2218 2212
2219 } // namespace WebCore 2213 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleAdjuster.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698