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

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

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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/CSSPropertyNames.in ('k') | Source/core/page/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 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 case CSSPropertyFlexWrap: 1752 case CSSPropertyFlexWrap:
1753 case CSSPropertyJustifyContent: 1753 case CSSPropertyJustifyContent:
1754 case CSSPropertyOrder: 1754 case CSSPropertyOrder:
1755 case CSSPropertyWebkitFlowFrom: 1755 case CSSPropertyWebkitFlowFrom:
1756 case CSSPropertyWebkitFlowInto: 1756 case CSSPropertyWebkitFlowInto:
1757 case CSSPropertyWebkitFontKerning: 1757 case CSSPropertyWebkitFontKerning:
1758 case CSSPropertyWebkitFontSmoothing: 1758 case CSSPropertyWebkitFontSmoothing:
1759 case CSSPropertyWebkitFontVariantLigatures: 1759 case CSSPropertyWebkitFontVariantLigatures:
1760 case CSSPropertyWebkitHighlight: 1760 case CSSPropertyWebkitHighlight:
1761 case CSSPropertyWebkitHyphenateCharacter: 1761 case CSSPropertyWebkitHyphenateCharacter:
1762 case CSSPropertyWebkitHyphenateLimitAfter:
1763 case CSSPropertyWebkitHyphenateLimitBefore:
1764 case CSSPropertyWebkitHyphenateLimitLines:
1765 case CSSPropertyWebkitHyphens:
1766 case CSSPropertyWebkitLineAlign: 1762 case CSSPropertyWebkitLineAlign:
1767 case CSSPropertyWebkitLineBreak: 1763 case CSSPropertyWebkitLineBreak:
1768 case CSSPropertyWebkitLineClamp: 1764 case CSSPropertyWebkitLineClamp:
1769 case CSSPropertyWebkitLineGrid: 1765 case CSSPropertyWebkitLineGrid:
1770 case CSSPropertyWebkitLineSnap: 1766 case CSSPropertyWebkitLineSnap:
1771 case CSSPropertyWebkitMarqueeDirection: 1767 case CSSPropertyWebkitMarqueeDirection:
1772 case CSSPropertyWebkitMarqueeIncrement: 1768 case CSSPropertyWebkitMarqueeIncrement:
1773 case CSSPropertyWebkitMarqueeRepetition: 1769 case CSSPropertyWebkitMarqueeRepetition:
1774 case CSSPropertyWebkitMarqueeSpeed: 1770 case CSSPropertyWebkitMarqueeSpeed:
1775 case CSSPropertyWebkitMarqueeStyle: 1771 case CSSPropertyWebkitMarqueeStyle:
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 case CSSPropertyMaskType: { 2181 case CSSPropertyMaskType: {
2186 HANDLE_SVG_INHERIT_AND_INITIAL(maskType, MaskType) 2182 HANDLE_SVG_INHERIT_AND_INITIAL(maskType, MaskType)
2187 if (primitiveValue) 2183 if (primitiveValue)
2188 state.style()->accessSVGStyle()->setMaskType(*primitiveValue); 2184 state.style()->accessSVGStyle()->setMaskType(*primitiveValue);
2189 break; 2185 break;
2190 } 2186 }
2191 } 2187 }
2192 } 2188 }
2193 2189
2194 } // namespace WebCore 2190 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/page/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698