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

Side by Side Diff: Source/core/css/CSSProperty.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/CSSProperties.in ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.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 * (C) 1999-2003 Lars Knoll (knoll@kde.org) 2 * (C) 1999-2003 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. 3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 case CSSPropertyFillRule: 275 case CSSPropertyFillRule:
276 case CSSPropertyFont: 276 case CSSPropertyFont:
277 case CSSPropertyFontFamily: 277 case CSSPropertyFontFamily:
278 case CSSPropertyFontSize: 278 case CSSPropertyFontSize:
279 case CSSPropertyFontStyle: 279 case CSSPropertyFontStyle:
280 case CSSPropertyFontVariant: 280 case CSSPropertyFontVariant:
281 case CSSPropertyFontWeight: 281 case CSSPropertyFontWeight:
282 case CSSPropertyGlyphOrientationHorizontal: 282 case CSSPropertyGlyphOrientationHorizontal:
283 case CSSPropertyGlyphOrientationVertical: 283 case CSSPropertyGlyphOrientationVertical:
284 case CSSPropertyImageRendering: 284 case CSSPropertyImageRendering:
285 case CSSPropertyKerning:
286 case CSSPropertyLetterSpacing: 285 case CSSPropertyLetterSpacing:
287 case CSSPropertyLineHeight: 286 case CSSPropertyLineHeight:
288 case CSSPropertyListStyle: 287 case CSSPropertyListStyle:
289 case CSSPropertyListStyleImage: 288 case CSSPropertyListStyleImage:
290 case CSSPropertyListStylePosition: 289 case CSSPropertyListStylePosition:
291 case CSSPropertyListStyleType: 290 case CSSPropertyListStyleType:
292 case CSSPropertyMarker: 291 case CSSPropertyMarker:
293 case CSSPropertyMarkerEnd: 292 case CSSPropertyMarkerEnd:
294 case CSSPropertyMarkerMid: 293 case CSSPropertyMarkerMid:
295 case CSSPropertyMarkerStart: 294 case CSSPropertyMarkerStart:
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 return false; 678 return false;
680 case CSSPropertyInvalid: 679 case CSSPropertyInvalid:
681 ASSERT_NOT_REACHED(); 680 ASSERT_NOT_REACHED();
682 return false; 681 return false;
683 } 682 }
684 ASSERT_NOT_REACHED(); 683 ASSERT_NOT_REACHED();
685 return false; 684 return false;
686 } 685 }
687 686
688 } // namespace WebCore 687 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698