| 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 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2086 case CSSPropertyWebkitTransitionDelay: | 2086 case CSSPropertyWebkitTransitionDelay: |
| 2087 case CSSPropertyWebkitTransitionDuration: | 2087 case CSSPropertyWebkitTransitionDuration: |
| 2088 case CSSPropertyWebkitTransitionProperty: | 2088 case CSSPropertyWebkitTransitionProperty: |
| 2089 case CSSPropertyWebkitTransitionTimingFunction: | 2089 case CSSPropertyWebkitTransitionTimingFunction: |
| 2090 case CSSPropertyWebkitUserDrag: | 2090 case CSSPropertyWebkitUserDrag: |
| 2091 case CSSPropertyWebkitUserModify: | 2091 case CSSPropertyWebkitUserModify: |
| 2092 case CSSPropertyWebkitUserSelect: | 2092 case CSSPropertyWebkitUserSelect: |
| 2093 case CSSPropertyWebkitClipPath: | 2093 case CSSPropertyWebkitClipPath: |
| 2094 case CSSPropertyWebkitWrapFlow: | 2094 case CSSPropertyWebkitWrapFlow: |
| 2095 case CSSPropertyShapeMargin: | 2095 case CSSPropertyShapeMargin: |
| 2096 case CSSPropertyShapePadding: | |
| 2097 case CSSPropertyShapeImageThreshold: | 2096 case CSSPropertyShapeImageThreshold: |
| 2098 case CSSPropertyWebkitWrapThrough: | 2097 case CSSPropertyWebkitWrapThrough: |
| 2099 case CSSPropertyShapeOutside: | 2098 case CSSPropertyShapeOutside: |
| 2100 case CSSPropertyWhiteSpace: | 2099 case CSSPropertyWhiteSpace: |
| 2101 case CSSPropertyWidows: | 2100 case CSSPropertyWidows: |
| 2102 case CSSPropertyWidth: | 2101 case CSSPropertyWidth: |
| 2103 case CSSPropertyWillChange: | 2102 case CSSPropertyWillChange: |
| 2104 case CSSPropertyWordBreak: | 2103 case CSSPropertyWordBreak: |
| 2105 case CSSPropertyWordSpacing: | 2104 case CSSPropertyWordSpacing: |
| 2106 case CSSPropertyWordWrap: | 2105 case CSSPropertyWordWrap: |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2296 break; | 2295 break; |
| 2297 } | 2296 } |
| 2298 case CSSPropertyEnableBackground: | 2297 case CSSPropertyEnableBackground: |
| 2299 // Silently ignoring this property for now | 2298 // Silently ignoring this property for now |
| 2300 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2299 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
| 2301 break; | 2300 break; |
| 2302 } | 2301 } |
| 2303 } | 2302 } |
| 2304 | 2303 |
| 2305 } // namespace WebCore | 2304 } // namespace WebCore |
| OLD | NEW |