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 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1295 case CSSPropertyWebkitAnimation: | 1295 case CSSPropertyWebkitAnimation: |
1296 case CSSPropertyWebkitBorderAfter: | 1296 case CSSPropertyWebkitBorderAfter: |
1297 case CSSPropertyWebkitBorderBefore: | 1297 case CSSPropertyWebkitBorderBefore: |
1298 case CSSPropertyWebkitBorderEnd: | 1298 case CSSPropertyWebkitBorderEnd: |
1299 case CSSPropertyWebkitBorderStart: | 1299 case CSSPropertyWebkitBorderStart: |
1300 case CSSPropertyWebkitBorderRadius: | 1300 case CSSPropertyWebkitBorderRadius: |
1301 case CSSPropertyWebkitColumns: | 1301 case CSSPropertyWebkitColumns: |
1302 case CSSPropertyWebkitColumnRule: | 1302 case CSSPropertyWebkitColumnRule: |
1303 case CSSPropertyFlex: | 1303 case CSSPropertyFlex: |
1304 case CSSPropertyFlexFlow: | 1304 case CSSPropertyFlexFlow: |
| 1305 case CSSPropertyGridTemplate: |
1305 case CSSPropertyGridColumn: | 1306 case CSSPropertyGridColumn: |
1306 case CSSPropertyGridRow: | 1307 case CSSPropertyGridRow: |
1307 case CSSPropertyGridArea: | 1308 case CSSPropertyGridArea: |
1308 case CSSPropertyWebkitMarginCollapse: | 1309 case CSSPropertyWebkitMarginCollapse: |
1309 case CSSPropertyWebkitMask: | 1310 case CSSPropertyWebkitMask: |
1310 case CSSPropertyWebkitMaskPosition: | 1311 case CSSPropertyWebkitMaskPosition: |
1311 case CSSPropertyWebkitMaskRepeat: | 1312 case CSSPropertyWebkitMaskRepeat: |
1312 case CSSPropertyWebkitTextEmphasis: | 1313 case CSSPropertyWebkitTextEmphasis: |
1313 case CSSPropertyWebkitTextStroke: | 1314 case CSSPropertyWebkitTextStroke: |
1314 case CSSPropertyWebkitTransition: | 1315 case CSSPropertyWebkitTransition: |
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2133 break; | 2134 break; |
2134 } | 2135 } |
2135 case CSSPropertyEnableBackground: | 2136 case CSSPropertyEnableBackground: |
2136 // Silently ignoring this property for now | 2137 // Silently ignoring this property for now |
2137 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2138 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
2138 break; | 2139 break; |
2139 } | 2140 } |
2140 } | 2141 } |
2141 | 2142 |
2142 } // namespace WebCore | 2143 } // namespace WebCore |
OLD | NEW |