| 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 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3212 case CSSPropertyWebkitBorderVerticalSpacing: | 3212 case CSSPropertyWebkitBorderVerticalSpacing: |
| 3213 case CSSPropertyWebkitBoxAlign: | 3213 case CSSPropertyWebkitBoxAlign: |
| 3214 case CSSPropertyWebkitBoxDecorationBreak: | 3214 case CSSPropertyWebkitBoxDecorationBreak: |
| 3215 case CSSPropertyWebkitBoxDirection: | 3215 case CSSPropertyWebkitBoxDirection: |
| 3216 case CSSPropertyWebkitBoxFlex: | 3216 case CSSPropertyWebkitBoxFlex: |
| 3217 case CSSPropertyWebkitBoxFlexGroup: | 3217 case CSSPropertyWebkitBoxFlexGroup: |
| 3218 case CSSPropertyWebkitBoxLines: | 3218 case CSSPropertyWebkitBoxLines: |
| 3219 case CSSPropertyWebkitBoxOrdinalGroup: | 3219 case CSSPropertyWebkitBoxOrdinalGroup: |
| 3220 case CSSPropertyWebkitBoxOrient: | 3220 case CSSPropertyWebkitBoxOrient: |
| 3221 case CSSPropertyWebkitBoxPack: | 3221 case CSSPropertyWebkitBoxPack: |
| 3222 case CSSPropertyWebkitColorCorrection: | |
| 3223 case CSSPropertyWebkitColumnAxis: | 3222 case CSSPropertyWebkitColumnAxis: |
| 3224 case CSSPropertyWebkitColumnBreakAfter: | 3223 case CSSPropertyWebkitColumnBreakAfter: |
| 3225 case CSSPropertyWebkitColumnBreakBefore: | 3224 case CSSPropertyWebkitColumnBreakBefore: |
| 3226 case CSSPropertyWebkitColumnBreakInside: | 3225 case CSSPropertyWebkitColumnBreakInside: |
| 3227 case CSSPropertyWebkitColumnCount: | 3226 case CSSPropertyWebkitColumnCount: |
| 3228 case CSSPropertyWebkitColumnGap: | 3227 case CSSPropertyWebkitColumnGap: |
| 3229 case CSSPropertyWebkitColumnProgression: | 3228 case CSSPropertyWebkitColumnProgression: |
| 3230 case CSSPropertyWebkitColumnRuleColor: | 3229 case CSSPropertyWebkitColumnRuleColor: |
| 3231 case CSSPropertyWebkitColumnRuleStyle: | 3230 case CSSPropertyWebkitColumnRuleStyle: |
| 3232 case CSSPropertyWebkitColumnRuleWidth: | 3231 case CSSPropertyWebkitColumnRuleWidth: |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3742 info.addMember(m_state, "state"); | 3741 info.addMember(m_state, "state"); |
| 3743 | 3742 |
| 3744 // FIXME: move this to a place where it would be called only once? | 3743 // FIXME: move this to a place where it would be called only once? |
| 3745 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); | 3744 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); |
| 3746 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); | 3745 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); |
| 3747 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle"
); | 3746 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle"
); |
| 3748 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); | 3747 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); |
| 3749 } | 3748 } |
| 3750 | 3749 |
| 3751 } // namespace WebCore | 3750 } // namespace WebCore |
| OLD | NEW |