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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty 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
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 1956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1967 case CSSPropertyWebkitTransitionTimingFunction: 1967 case CSSPropertyWebkitTransitionTimingFunction:
1968 case CSSPropertyWebkitUserDrag: 1968 case CSSPropertyWebkitUserDrag:
1969 case CSSPropertyWebkitUserModify: 1969 case CSSPropertyWebkitUserModify:
1970 case CSSPropertyWebkitUserSelect: 1970 case CSSPropertyWebkitUserSelect:
1971 case CSSPropertyWebkitClipPath: 1971 case CSSPropertyWebkitClipPath:
1972 case CSSPropertyWebkitWrapFlow: 1972 case CSSPropertyWebkitWrapFlow:
1973 case CSSPropertyShapeMargin: 1973 case CSSPropertyShapeMargin:
1974 case CSSPropertyShapePadding: 1974 case CSSPropertyShapePadding:
1975 case CSSPropertyShapeImageThreshold: 1975 case CSSPropertyShapeImageThreshold:
1976 case CSSPropertyWebkitWrapThrough: 1976 case CSSPropertyWebkitWrapThrough:
1977 case CSSPropertyShapeInside:
1978 case CSSPropertyShapeOutside: 1977 case CSSPropertyShapeOutside:
1979 case CSSPropertyWhiteSpace: 1978 case CSSPropertyWhiteSpace:
1980 case CSSPropertyWidows: 1979 case CSSPropertyWidows:
1981 case CSSPropertyWidth: 1980 case CSSPropertyWidth:
1982 case CSSPropertyWillChange: 1981 case CSSPropertyWillChange:
1983 case CSSPropertyWordBreak: 1982 case CSSPropertyWordBreak:
1984 case CSSPropertyWordSpacing: 1983 case CSSPropertyWordSpacing:
1985 case CSSPropertyWordWrap: 1984 case CSSPropertyWordWrap:
1986 case CSSPropertyZIndex: 1985 case CSSPropertyZIndex:
1987 case CSSPropertyZoom: 1986 case CSSPropertyZoom:
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2175 break; 2174 break;
2176 } 2175 }
2177 case CSSPropertyEnableBackground: 2176 case CSSPropertyEnableBackground:
2178 // Silently ignoring this property for now 2177 // Silently ignoring this property for now
2179 // http://bugs.webkit.org/show_bug.cgi?id=6022 2178 // http://bugs.webkit.org/show_bug.cgi?id=6022
2180 break; 2179 break;
2181 } 2180 }
2182 } 2181 }
2183 2182
2184 } // namespace WebCore 2183 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/resolver/AnimatedStyleBuilder.cpp ('k') | Source/core/css/resolver/StyleResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698