| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
| 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) | 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) |
| 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) | 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) |
| 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc.
All rights reserved. | 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc.
All rights reserved. |
| 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> | 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> |
| 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> | 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> |
| 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
| 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. | 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
| 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. | 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. |
| (...skipping 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3034 } | 3034 } |
| 3035 | 3035 |
| 3036 // These properties are aliased and DeprecatedStyleBuilder already applied t
he property on the prefixed version. | 3036 // These properties are aliased and DeprecatedStyleBuilder already applied t
he property on the prefixed version. |
| 3037 case CSSPropertyTransitionDelay: | 3037 case CSSPropertyTransitionDelay: |
| 3038 case CSSPropertyTransitionDuration: | 3038 case CSSPropertyTransitionDuration: |
| 3039 case CSSPropertyTransitionProperty: | 3039 case CSSPropertyTransitionProperty: |
| 3040 case CSSPropertyTransitionTimingFunction: | 3040 case CSSPropertyTransitionTimingFunction: |
| 3041 return; | 3041 return; |
| 3042 // These properties are implemented in the DeprecatedStyleBuilder lookup tab
le. | 3042 // These properties are implemented in the DeprecatedStyleBuilder lookup tab
le. |
| 3043 case CSSPropertyBackgroundAttachment: | 3043 case CSSPropertyBackgroundAttachment: |
| 3044 case CSSPropertyBackgroundBlendMode: |
| 3044 case CSSPropertyBackgroundClip: | 3045 case CSSPropertyBackgroundClip: |
| 3045 case CSSPropertyBackgroundColor: | 3046 case CSSPropertyBackgroundColor: |
| 3046 case CSSPropertyBackgroundImage: | 3047 case CSSPropertyBackgroundImage: |
| 3047 case CSSPropertyBackgroundOrigin: | 3048 case CSSPropertyBackgroundOrigin: |
| 3048 case CSSPropertyBackgroundPositionX: | 3049 case CSSPropertyBackgroundPositionX: |
| 3049 case CSSPropertyBackgroundPositionY: | 3050 case CSSPropertyBackgroundPositionY: |
| 3050 case CSSPropertyBackgroundRepeatX: | 3051 case CSSPropertyBackgroundRepeatX: |
| 3051 case CSSPropertyBackgroundRepeatY: | 3052 case CSSPropertyBackgroundRepeatY: |
| 3052 case CSSPropertyBackgroundSize: | 3053 case CSSPropertyBackgroundSize: |
| 3053 case CSSPropertyBorderBottomColor: | 3054 case CSSPropertyBorderBottomColor: |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3097 case CSSPropertyListStyleImage: | 3098 case CSSPropertyListStyleImage: |
| 3098 case CSSPropertyListStylePosition: | 3099 case CSSPropertyListStylePosition: |
| 3099 case CSSPropertyListStyleType: | 3100 case CSSPropertyListStyleType: |
| 3100 case CSSPropertyMarginBottom: | 3101 case CSSPropertyMarginBottom: |
| 3101 case CSSPropertyMarginLeft: | 3102 case CSSPropertyMarginLeft: |
| 3102 case CSSPropertyMarginRight: | 3103 case CSSPropertyMarginRight: |
| 3103 case CSSPropertyMarginTop: | 3104 case CSSPropertyMarginTop: |
| 3104 case CSSPropertyMaxHeight: | 3105 case CSSPropertyMaxHeight: |
| 3105 case CSSPropertyMaxWidth: | 3106 case CSSPropertyMaxWidth: |
| 3106 case CSSPropertyMinHeight: | 3107 case CSSPropertyMinHeight: |
| 3108 case CSSPropertyMixBlendMode: |
| 3107 case CSSPropertyMinWidth: | 3109 case CSSPropertyMinWidth: |
| 3108 case CSSPropertyOpacity: | 3110 case CSSPropertyOpacity: |
| 3109 case CSSPropertyOrphans: | 3111 case CSSPropertyOrphans: |
| 3110 case CSSPropertyOutlineColor: | 3112 case CSSPropertyOutlineColor: |
| 3111 case CSSPropertyOutlineOffset: | 3113 case CSSPropertyOutlineOffset: |
| 3112 case CSSPropertyOutlineStyle: | 3114 case CSSPropertyOutlineStyle: |
| 3113 case CSSPropertyOutlineWidth: | 3115 case CSSPropertyOutlineWidth: |
| 3114 case CSSPropertyOverflowWrap: | 3116 case CSSPropertyOverflowWrap: |
| 3115 case CSSPropertyOverflowX: | 3117 case CSSPropertyOverflowX: |
| 3116 case CSSPropertyOverflowY: | 3118 case CSSPropertyOverflowY: |
| (...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4358 info.addMember(m_state, "state"); | 4360 info.addMember(m_state, "state"); |
| 4359 | 4361 |
| 4360 // FIXME: move this to a place where it would be called only once? | 4362 // FIXME: move this to a place where it would be called only once? |
| 4361 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); | 4363 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); |
| 4362 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); | 4364 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); |
| 4363 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle")
; | 4365 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle")
; |
| 4364 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); | 4366 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); |
| 4365 } | 4367 } |
| 4366 | 4368 |
| 4367 } // namespace WebCore | 4369 } // namespace WebCore |
| OLD | NEW |