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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 case CSSPropertyWebkitAnimation: | 1362 case CSSPropertyWebkitAnimation: |
1363 case CSSPropertyWebkitBorderAfter: | 1363 case CSSPropertyWebkitBorderAfter: |
1364 case CSSPropertyWebkitBorderBefore: | 1364 case CSSPropertyWebkitBorderBefore: |
1365 case CSSPropertyWebkitBorderEnd: | 1365 case CSSPropertyWebkitBorderEnd: |
1366 case CSSPropertyWebkitBorderStart: | 1366 case CSSPropertyWebkitBorderStart: |
1367 case CSSPropertyWebkitBorderRadius: | 1367 case CSSPropertyWebkitBorderRadius: |
1368 case CSSPropertyWebkitColumns: | 1368 case CSSPropertyWebkitColumns: |
1369 case CSSPropertyWebkitColumnRule: | 1369 case CSSPropertyWebkitColumnRule: |
1370 case CSSPropertyFlex: | 1370 case CSSPropertyFlex: |
1371 case CSSPropertyFlexFlow: | 1371 case CSSPropertyFlexFlow: |
| 1372 case CSSPropertyGridTemplate: |
1372 case CSSPropertyGridColumn: | 1373 case CSSPropertyGridColumn: |
1373 case CSSPropertyGridRow: | 1374 case CSSPropertyGridRow: |
1374 case CSSPropertyGridArea: | 1375 case CSSPropertyGridArea: |
1375 case CSSPropertyWebkitMarginCollapse: | 1376 case CSSPropertyWebkitMarginCollapse: |
1376 case CSSPropertyWebkitMask: | 1377 case CSSPropertyWebkitMask: |
1377 case CSSPropertyWebkitMaskPosition: | 1378 case CSSPropertyWebkitMaskPosition: |
1378 case CSSPropertyWebkitMaskRepeat: | 1379 case CSSPropertyWebkitMaskRepeat: |
1379 case CSSPropertyWebkitTextEmphasis: | 1380 case CSSPropertyWebkitTextEmphasis: |
1380 case CSSPropertyWebkitTextStroke: | 1381 case CSSPropertyWebkitTextStroke: |
1381 case CSSPropertyWebkitTransition: | 1382 case CSSPropertyWebkitTransition: |
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2210 break; | 2211 break; |
2211 } | 2212 } |
2212 case CSSPropertyEnableBackground: | 2213 case CSSPropertyEnableBackground: |
2213 // Silently ignoring this property for now | 2214 // Silently ignoring this property for now |
2214 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2215 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
2215 break; | 2216 break; |
2216 } | 2217 } |
2217 } | 2218 } |
2218 | 2219 |
2219 } // namespace WebCore | 2220 } // namespace WebCore |
OLD | NEW |