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

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

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) 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
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 case CSSPropertyWebkitBoxAlign: 1899 case CSSPropertyWebkitBoxAlign:
1900 case CSSPropertyWebkitBoxDecorationBreak: 1900 case CSSPropertyWebkitBoxDecorationBreak:
1901 case CSSPropertyWebkitBoxDirection: 1901 case CSSPropertyWebkitBoxDirection:
1902 case CSSPropertyWebkitBoxFlex: 1902 case CSSPropertyWebkitBoxFlex:
1903 case CSSPropertyWebkitBoxFlexGroup: 1903 case CSSPropertyWebkitBoxFlexGroup:
1904 case CSSPropertyWebkitBoxLines: 1904 case CSSPropertyWebkitBoxLines:
1905 case CSSPropertyWebkitBoxOrdinalGroup: 1905 case CSSPropertyWebkitBoxOrdinalGroup:
1906 case CSSPropertyWebkitBoxOrient: 1906 case CSSPropertyWebkitBoxOrient:
1907 case CSSPropertyWebkitBoxPack: 1907 case CSSPropertyWebkitBoxPack:
1908 case CSSPropertyWebkitBoxShadow: 1908 case CSSPropertyWebkitBoxShadow:
1909 case CSSPropertyWebkitColumnAxis:
1910 case CSSPropertyWebkitColumnBreakAfter: 1909 case CSSPropertyWebkitColumnBreakAfter:
1911 case CSSPropertyWebkitColumnBreakBefore: 1910 case CSSPropertyWebkitColumnBreakBefore:
1912 case CSSPropertyWebkitColumnBreakInside: 1911 case CSSPropertyWebkitColumnBreakInside:
1913 case CSSPropertyWebkitColumnCount: 1912 case CSSPropertyWebkitColumnCount:
1914 case CSSPropertyColumnFill: 1913 case CSSPropertyColumnFill:
1915 case CSSPropertyWebkitColumnGap: 1914 case CSSPropertyWebkitColumnGap:
1916 case CSSPropertyWebkitColumnProgression:
1917 case CSSPropertyWebkitColumnRuleColor: 1915 case CSSPropertyWebkitColumnRuleColor:
1918 case CSSPropertyWebkitColumnRuleStyle: 1916 case CSSPropertyWebkitColumnRuleStyle:
1919 case CSSPropertyWebkitColumnRuleWidth: 1917 case CSSPropertyWebkitColumnRuleWidth:
1920 case CSSPropertyWebkitColumnSpan: 1918 case CSSPropertyWebkitColumnSpan:
1921 case CSSPropertyWebkitColumnWidth: 1919 case CSSPropertyWebkitColumnWidth:
1922 case CSSPropertyAlignContent: 1920 case CSSPropertyAlignContent:
1923 case CSSPropertyFlexBasis: 1921 case CSSPropertyFlexBasis:
1924 case CSSPropertyFlexDirection: 1922 case CSSPropertyFlexDirection:
1925 case CSSPropertyFlexGrow: 1923 case CSSPropertyFlexGrow:
1926 case CSSPropertyFlexShrink: 1924 case CSSPropertyFlexShrink:
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 break; 2183 break;
2186 } 2184 }
2187 case CSSPropertyEnableBackground: 2185 case CSSPropertyEnableBackground:
2188 // Silently ignoring this property for now 2186 // Silently ignoring this property for now
2189 // http://bugs.webkit.org/show_bug.cgi?id=6022 2187 // http://bugs.webkit.org/show_bug.cgi?id=6022
2190 break; 2188 break;
2191 } 2189 }
2192 } 2190 }
2193 2191
2194 } // namespace WebCore 2192 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/parser/CSSPropertyParser.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698