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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 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/AnimatedStyleBuilder.cpp ('k') | Source/core/frame/UseCounter.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 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2122 case CSSPropertyShapeRendering: 2122 case CSSPropertyShapeRendering:
2123 case CSSPropertyStrokeLinecap: 2123 case CSSPropertyStrokeLinecap:
2124 case CSSPropertyStrokeLinejoin: 2124 case CSSPropertyStrokeLinejoin:
2125 case CSSPropertyTextAnchor: 2125 case CSSPropertyTextAnchor:
2126 case CSSPropertyVectorEffect: 2126 case CSSPropertyVectorEffect:
2127 case CSSPropertyWritingMode: 2127 case CSSPropertyWritingMode:
2128 case CSSPropertyClipPath: 2128 case CSSPropertyClipPath:
2129 case CSSPropertyFillOpacity: 2129 case CSSPropertyFillOpacity:
2130 case CSSPropertyFilter: 2130 case CSSPropertyFilter:
2131 case CSSPropertyFloodOpacity: 2131 case CSSPropertyFloodOpacity:
2132 case CSSPropertyKerning:
2133 case CSSPropertyMarkerEnd: 2132 case CSSPropertyMarkerEnd:
2134 case CSSPropertyMarkerMid: 2133 case CSSPropertyMarkerMid:
2135 case CSSPropertyMarkerStart: 2134 case CSSPropertyMarkerStart:
2136 case CSSPropertyMask: 2135 case CSSPropertyMask:
2137 case CSSPropertyStopOpacity: 2136 case CSSPropertyStopOpacity:
2138 case CSSPropertyStrokeDashoffset: 2137 case CSSPropertyStrokeDashoffset:
2139 case CSSPropertyStrokeMiterlimit: 2138 case CSSPropertyStrokeMiterlimit:
2140 case CSSPropertyStrokeOpacity: 2139 case CSSPropertyStrokeOpacity:
2141 case CSSPropertyStrokeWidth: 2140 case CSSPropertyStrokeWidth:
2142 ASSERT_NOT_REACHED(); 2141 ASSERT_NOT_REACHED();
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2296 break; 2295 break;
2297 } 2296 }
2298 case CSSPropertyEnableBackground: 2297 case CSSPropertyEnableBackground:
2299 // Silently ignoring this property for now 2298 // Silently ignoring this property for now
2300 // http://bugs.webkit.org/show_bug.cgi?id=6022 2299 // http://bugs.webkit.org/show_bug.cgi?id=6022
2301 break; 2300 break;
2302 } 2301 }
2303 } 2302 }
2304 2303
2305 } // namespace WebCore 2304 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/resolver/AnimatedStyleBuilder.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698