OLD | NEW |
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 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1892 case CSSPropertyWebkitBoxAlign: | 1892 case CSSPropertyWebkitBoxAlign: |
1893 case CSSPropertyWebkitBoxDecorationBreak: | 1893 case CSSPropertyWebkitBoxDecorationBreak: |
1894 case CSSPropertyWebkitBoxDirection: | 1894 case CSSPropertyWebkitBoxDirection: |
1895 case CSSPropertyWebkitBoxFlex: | 1895 case CSSPropertyWebkitBoxFlex: |
1896 case CSSPropertyWebkitBoxFlexGroup: | 1896 case CSSPropertyWebkitBoxFlexGroup: |
1897 case CSSPropertyWebkitBoxLines: | 1897 case CSSPropertyWebkitBoxLines: |
1898 case CSSPropertyWebkitBoxOrdinalGroup: | 1898 case CSSPropertyWebkitBoxOrdinalGroup: |
1899 case CSSPropertyWebkitBoxOrient: | 1899 case CSSPropertyWebkitBoxOrient: |
1900 case CSSPropertyWebkitBoxPack: | 1900 case CSSPropertyWebkitBoxPack: |
1901 case CSSPropertyWebkitBoxShadow: | 1901 case CSSPropertyWebkitBoxShadow: |
1902 case CSSPropertyWebkitColumnAxis: | |
1903 case CSSPropertyWebkitColumnBreakAfter: | 1902 case CSSPropertyWebkitColumnBreakAfter: |
1904 case CSSPropertyWebkitColumnBreakBefore: | 1903 case CSSPropertyWebkitColumnBreakBefore: |
1905 case CSSPropertyWebkitColumnBreakInside: | 1904 case CSSPropertyWebkitColumnBreakInside: |
1906 case CSSPropertyWebkitColumnCount: | 1905 case CSSPropertyWebkitColumnCount: |
1907 case CSSPropertyColumnFill: | 1906 case CSSPropertyColumnFill: |
1908 case CSSPropertyWebkitColumnGap: | 1907 case CSSPropertyWebkitColumnGap: |
1909 case CSSPropertyWebkitColumnProgression: | |
1910 case CSSPropertyWebkitColumnRuleColor: | 1908 case CSSPropertyWebkitColumnRuleColor: |
1911 case CSSPropertyWebkitColumnRuleStyle: | 1909 case CSSPropertyWebkitColumnRuleStyle: |
1912 case CSSPropertyWebkitColumnRuleWidth: | 1910 case CSSPropertyWebkitColumnRuleWidth: |
1913 case CSSPropertyWebkitColumnSpan: | 1911 case CSSPropertyWebkitColumnSpan: |
1914 case CSSPropertyWebkitColumnWidth: | 1912 case CSSPropertyWebkitColumnWidth: |
1915 case CSSPropertyAlignContent: | 1913 case CSSPropertyAlignContent: |
1916 case CSSPropertyFlexBasis: | 1914 case CSSPropertyFlexBasis: |
1917 case CSSPropertyFlexDirection: | 1915 case CSSPropertyFlexDirection: |
1918 case CSSPropertyFlexGrow: | 1916 case CSSPropertyFlexGrow: |
1919 case CSSPropertyFlexShrink: | 1917 case CSSPropertyFlexShrink: |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2177 break; | 2175 break; |
2178 } | 2176 } |
2179 case CSSPropertyEnableBackground: | 2177 case CSSPropertyEnableBackground: |
2180 // Silently ignoring this property for now | 2178 // Silently ignoring this property for now |
2181 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2179 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
2182 break; | 2180 break; |
2183 } | 2181 } |
2184 } | 2182 } |
2185 | 2183 |
2186 } // namespace WebCore | 2184 } // namespace WebCore |
OLD | NEW |