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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1332 case CSSPropertyWebkitAnimation: | 1332 case CSSPropertyWebkitAnimation: |
1333 case CSSPropertyWebkitBorderAfter: | 1333 case CSSPropertyWebkitBorderAfter: |
1334 case CSSPropertyWebkitBorderBefore: | 1334 case CSSPropertyWebkitBorderBefore: |
1335 case CSSPropertyWebkitBorderEnd: | 1335 case CSSPropertyWebkitBorderEnd: |
1336 case CSSPropertyWebkitBorderStart: | 1336 case CSSPropertyWebkitBorderStart: |
1337 case CSSPropertyWebkitBorderRadius: | 1337 case CSSPropertyWebkitBorderRadius: |
1338 case CSSPropertyWebkitColumns: | 1338 case CSSPropertyWebkitColumns: |
1339 case CSSPropertyWebkitColumnRule: | 1339 case CSSPropertyWebkitColumnRule: |
1340 case CSSPropertyFlex: | 1340 case CSSPropertyFlex: |
1341 case CSSPropertyFlexFlow: | 1341 case CSSPropertyFlexFlow: |
| 1342 case CSSPropertyGridTemplate: |
1342 case CSSPropertyGridColumn: | 1343 case CSSPropertyGridColumn: |
1343 case CSSPropertyGridRow: | 1344 case CSSPropertyGridRow: |
1344 case CSSPropertyGridArea: | 1345 case CSSPropertyGridArea: |
1345 case CSSPropertyWebkitMarginCollapse: | 1346 case CSSPropertyWebkitMarginCollapse: |
1346 case CSSPropertyWebkitMask: | 1347 case CSSPropertyWebkitMask: |
1347 case CSSPropertyWebkitMaskPosition: | 1348 case CSSPropertyWebkitMaskPosition: |
1348 case CSSPropertyWebkitMaskRepeat: | 1349 case CSSPropertyWebkitMaskRepeat: |
1349 case CSSPropertyWebkitTextEmphasis: | 1350 case CSSPropertyWebkitTextEmphasis: |
1350 case CSSPropertyWebkitTextStroke: | 1351 case CSSPropertyWebkitTextStroke: |
1351 case CSSPropertyWebkitTransition: | 1352 case CSSPropertyWebkitTransition: |
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2177 break; | 2178 break; |
2178 } | 2179 } |
2179 case CSSPropertyEnableBackground: | 2180 case CSSPropertyEnableBackground: |
2180 // Silently ignoring this property for now | 2181 // Silently ignoring this property for now |
2181 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2182 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
2182 break; | 2183 break; |
2183 } | 2184 } |
2184 } | 2185 } |
2185 | 2186 |
2186 } // namespace WebCore | 2187 } // namespace WebCore |
OLD | NEW |