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 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2056 case CSSPropertyOrder: | 2056 case CSSPropertyOrder: |
2057 case CSSPropertyWebkitFlowFrom: | 2057 case CSSPropertyWebkitFlowFrom: |
2058 case CSSPropertyWebkitFlowInto: | 2058 case CSSPropertyWebkitFlowInto: |
2059 case CSSPropertyWebkitFontKerning: | 2059 case CSSPropertyWebkitFontKerning: |
2060 case CSSPropertyWebkitFontSmoothing: | 2060 case CSSPropertyWebkitFontSmoothing: |
2061 case CSSPropertyWebkitFontVariantLigatures: | 2061 case CSSPropertyWebkitFontVariantLigatures: |
2062 case CSSPropertyWebkitHighlight: | 2062 case CSSPropertyWebkitHighlight: |
2063 case CSSPropertyWebkitHyphenateCharacter: | 2063 case CSSPropertyWebkitHyphenateCharacter: |
2064 case CSSPropertyWebkitLineAlign: | 2064 case CSSPropertyWebkitLineAlign: |
2065 case CSSPropertyWebkitLineBreak: | 2065 case CSSPropertyWebkitLineBreak: |
2066 case CSSPropertyWebkitLineClamp: | |
2067 case CSSPropertyWebkitLineGrid: | 2066 case CSSPropertyWebkitLineGrid: |
2068 case CSSPropertyWebkitLineSnap: | 2067 case CSSPropertyWebkitLineSnap: |
2069 case CSSPropertyInternalMarqueeDirection: | 2068 case CSSPropertyInternalMarqueeDirection: |
2070 case CSSPropertyInternalMarqueeIncrement: | 2069 case CSSPropertyInternalMarqueeIncrement: |
2071 case CSSPropertyInternalMarqueeRepetition: | 2070 case CSSPropertyInternalMarqueeRepetition: |
2072 case CSSPropertyInternalMarqueeSpeed: | 2071 case CSSPropertyInternalMarqueeSpeed: |
2073 case CSSPropertyInternalMarqueeStyle: | 2072 case CSSPropertyInternalMarqueeStyle: |
2074 case CSSPropertyWebkitMaskBoxImage: | 2073 case CSSPropertyWebkitMaskBoxImage: |
2075 case CSSPropertyWebkitMaskBoxImageOutset: | 2074 case CSSPropertyWebkitMaskBoxImageOutset: |
2076 case CSSPropertyWebkitMaskBoxImageRepeat: | 2075 case CSSPropertyWebkitMaskBoxImageRepeat: |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2406 break; | 2405 break; |
2407 } | 2406 } |
2408 case CSSPropertyEnableBackground: | 2407 case CSSPropertyEnableBackground: |
2409 // Silently ignoring this property for now | 2408 // Silently ignoring this property for now |
2410 // http://bugs.webkit.org/show_bug.cgi?id=6022 | 2409 // http://bugs.webkit.org/show_bug.cgi?id=6022 |
2411 break; | 2410 break; |
2412 } | 2411 } |
2413 } | 2412 } |
2414 | 2413 |
2415 } // namespace WebCore | 2414 } // namespace WebCore |
OLD | NEW |