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

Side by Side Diff: Source/core/css/resolver/StyleBuilderCustom.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/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 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 case CSSPropertyWebkitColumnSpan: 1942 case CSSPropertyWebkitColumnSpan:
1943 case CSSPropertyWebkitColumnWidth: 1943 case CSSPropertyWebkitColumnWidth:
1944 case CSSPropertyAlignContent: 1944 case CSSPropertyAlignContent:
1945 case CSSPropertyFlexBasis: 1945 case CSSPropertyFlexBasis:
1946 case CSSPropertyFlexDirection: 1946 case CSSPropertyFlexDirection:
1947 case CSSPropertyFlexGrow: 1947 case CSSPropertyFlexGrow:
1948 case CSSPropertyFlexShrink: 1948 case CSSPropertyFlexShrink:
1949 case CSSPropertyFlexWrap: 1949 case CSSPropertyFlexWrap:
1950 case CSSPropertyJustifyContent: 1950 case CSSPropertyJustifyContent:
1951 case CSSPropertyOrder: 1951 case CSSPropertyOrder:
1952 case CSSPropertyWebkitFlowFrom:
1953 case CSSPropertyWebkitFlowInto:
1954 case CSSPropertyWebkitFontSmoothing: 1952 case CSSPropertyWebkitFontSmoothing:
1955 case CSSPropertyWebkitFontVariantLigatures: 1953 case CSSPropertyWebkitFontVariantLigatures:
1956 case CSSPropertyWebkitHighlight: 1954 case CSSPropertyWebkitHighlight:
1957 case CSSPropertyWebkitHyphenateCharacter: 1955 case CSSPropertyWebkitHyphenateCharacter:
1958 case CSSPropertyWebkitLineAlign: 1956 case CSSPropertyWebkitLineAlign:
1959 case CSSPropertyWebkitLineBreak: 1957 case CSSPropertyWebkitLineBreak:
1960 case CSSPropertyWebkitLineClamp: 1958 case CSSPropertyWebkitLineClamp:
1961 case CSSPropertyWebkitLineGrid: 1959 case CSSPropertyWebkitLineGrid:
1962 case CSSPropertyWebkitLineSnap: 1960 case CSSPropertyWebkitLineSnap:
1963 case CSSPropertyInternalMarqueeDirection: 1961 case CSSPropertyInternalMarqueeDirection:
(...skipping 13 matching lines...) Expand all
1977 case CSSPropertyWebkitMaskOrigin: 1975 case CSSPropertyWebkitMaskOrigin:
1978 case CSSPropertyWebkitMaskPositionX: 1976 case CSSPropertyWebkitMaskPositionX:
1979 case CSSPropertyWebkitMaskPositionY: 1977 case CSSPropertyWebkitMaskPositionY:
1980 case CSSPropertyWebkitMaskRepeatX: 1978 case CSSPropertyWebkitMaskRepeatX:
1981 case CSSPropertyWebkitMaskRepeatY: 1979 case CSSPropertyWebkitMaskRepeatY:
1982 case CSSPropertyWebkitMaskSize: 1980 case CSSPropertyWebkitMaskSize:
1983 case CSSPropertyWebkitPerspectiveOrigin: 1981 case CSSPropertyWebkitPerspectiveOrigin:
1984 case CSSPropertyWebkitPerspectiveOriginX: 1982 case CSSPropertyWebkitPerspectiveOriginX:
1985 case CSSPropertyWebkitPerspectiveOriginY: 1983 case CSSPropertyWebkitPerspectiveOriginY:
1986 case CSSPropertyWebkitPrintColorAdjust: 1984 case CSSPropertyWebkitPrintColorAdjust:
1987 case CSSPropertyWebkitRegionBreakAfter:
1988 case CSSPropertyWebkitRegionBreakBefore:
1989 case CSSPropertyWebkitRegionBreakInside:
1990 case CSSPropertyWebkitRegionFragment:
1991 case CSSPropertyWebkitRtlOrdering: 1985 case CSSPropertyWebkitRtlOrdering:
1992 case CSSPropertyWebkitRubyPosition: 1986 case CSSPropertyWebkitRubyPosition:
1993 case CSSPropertyWebkitTextCombine: 1987 case CSSPropertyWebkitTextCombine:
1994 case CSSPropertyTextUnderlinePosition: 1988 case CSSPropertyTextUnderlinePosition:
1995 case CSSPropertyWebkitTextEmphasisColor: 1989 case CSSPropertyWebkitTextEmphasisColor:
1996 case CSSPropertyWebkitTextEmphasisPosition: 1990 case CSSPropertyWebkitTextEmphasisPosition:
1997 case CSSPropertyWebkitTextEmphasisStyle: 1991 case CSSPropertyWebkitTextEmphasisStyle:
1998 case CSSPropertyWebkitTextFillColor: 1992 case CSSPropertyWebkitTextFillColor:
1999 case CSSPropertyWebkitTextSecurity: 1993 case CSSPropertyWebkitTextSecurity:
2000 case CSSPropertyWebkitTextStrokeColor: 1994 case CSSPropertyWebkitTextStrokeColor:
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 break; 2203 break;
2210 } 2204 }
2211 case CSSPropertyEnableBackground: 2205 case CSSPropertyEnableBackground:
2212 // Silently ignoring this property for now 2206 // Silently ignoring this property for now
2213 // http://bugs.webkit.org/show_bug.cgi?id=6022 2207 // http://bugs.webkit.org/show_bug.cgi?id=6022
2214 break; 2208 break;
2215 } 2209 }
2216 } 2210 }
2217 2211
2218 } // namespace WebCore 2212 } // 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