OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
4 * (C) 2001 Peter Kelly (pmk@post.com) | 4 * (C) 2001 Peter Kelly (pmk@post.com) |
5 * (C) 2001 Dirk Mueller (mueller@kde.org) | 5 * (C) 2001 Dirk Mueller (mueller@kde.org) |
6 * (C) 2007 David Smith (catfish.man@gmail.com) | 6 * (C) 2007 David Smith (catfish.man@gmail.com) |
7 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Apple Inc. | 7 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Apple Inc. |
8 * All rights reserved. | 8 * All rights reserved. |
9 * (C) 2007 Eric Seidel (eric@webkit.org) | 9 * (C) 2007 Eric Seidel (eric@webkit.org) |
10 * | 10 * |
11 * This library is free software; you can redistribute it and/or | 11 * This library is free software; you can redistribute it and/or |
12 * modify it under the terms of the GNU Library General Public | 12 * modify it under the terms of the GNU Library General Public |
13 * License as published by the Free Software Foundation; either | 13 * License as published by the Free Software Foundation; either |
14 * version 2 of the License, or (at your option) any later version. | 14 * version 2 of the License, or (at your option) any later version. |
15 * | 15 * |
16 * This library is distributed in the hope that it will be useful, | 16 * This library is distributed in the hope that it will be useful, |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19 * Library General Public License for more details. | 19 * Library General Public License for more details. |
20 * | 20 * |
21 * You should have received a copy of the GNU Library General Public License | 21 * You should have received a copy of the GNU Library General Public License |
22 * along with this library; see the file COPYING.LIB. If not, write to | 22 * along with this library; see the file COPYING.LIB. If not, write to |
23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
24 * Boston, MA 02110-1301, USA. | 24 * Boston, MA 02110-1301, USA. |
25 */ | 25 */ |
26 | 26 |
27 #include "core/dom/Element.h" | 27 #include "core/dom/Element.h" |
28 | 28 |
29 #include <memory> | 29 #include <memory> |
30 #include "bindings/core/v8/DOMDataStore.h" | |
31 #include "bindings/core/v8/Dictionary.h" | 30 #include "bindings/core/v8/Dictionary.h" |
32 #include "bindings/core/v8/ExceptionMessages.h" | 31 #include "bindings/core/v8/ExceptionMessages.h" |
33 #include "bindings/core/v8/ExceptionState.h" | 32 #include "bindings/core/v8/ExceptionState.h" |
34 #include "bindings/core/v8/V8DOMActivityLogger.h" | 33 #include "bindings/core/v8/V8DOMActivityLogger.h" |
35 #include "bindings/core/v8/V8DOMWrapper.h" | 34 #include "bindings/core/v8/V8DOMWrapper.h" |
36 #include "bindings/core/v8/V8PerContextData.h" | 35 #include "bindings/core/v8/V8PerContextData.h" |
37 #include "core/CSSValueKeywords.h" | 36 #include "core/CSSValueKeywords.h" |
38 #include "core/SVGNames.h" | 37 #include "core/SVGNames.h" |
39 #include "core/XMLNames.h" | 38 #include "core/XMLNames.h" |
40 #include "core/animation/AnimationTimeline.h" | 39 #include "core/animation/AnimationTimeline.h" |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 #include "core/page/scrolling/ScrollState.h" | 130 #include "core/page/scrolling/ScrollState.h" |
132 #include "core/page/scrolling/ScrollStateCallback.h" | 131 #include "core/page/scrolling/ScrollStateCallback.h" |
133 #include "core/page/scrolling/TopDocumentRootScrollerController.h" | 132 #include "core/page/scrolling/TopDocumentRootScrollerController.h" |
134 #include "core/paint/PaintLayer.h" | 133 #include "core/paint/PaintLayer.h" |
135 #include "core/probe/CoreProbes.h" | 134 #include "core/probe/CoreProbes.h" |
136 #include "core/svg/SVGAElement.h" | 135 #include "core/svg/SVGAElement.h" |
137 #include "core/svg/SVGElement.h" | 136 #include "core/svg/SVGElement.h" |
138 #include "core/svg/SVGTreeScopeResources.h" | 137 #include "core/svg/SVGTreeScopeResources.h" |
139 #include "platform/EventDispatchForbiddenScope.h" | 138 #include "platform/EventDispatchForbiddenScope.h" |
140 #include "platform/RuntimeEnabledFeatures.h" | 139 #include "platform/RuntimeEnabledFeatures.h" |
| 140 #include "platform/bindings/DOMDataStore.h" |
141 #include "platform/graphics/CompositorMutableProperties.h" | 141 #include "platform/graphics/CompositorMutableProperties.h" |
142 #include "platform/graphics/CompositorMutation.h" | 142 #include "platform/graphics/CompositorMutation.h" |
143 #include "platform/scroll/ScrollableArea.h" | 143 #include "platform/scroll/ScrollableArea.h" |
144 #include "platform/wtf/BitVector.h" | 144 #include "platform/wtf/BitVector.h" |
145 #include "platform/wtf/HashFunctions.h" | 145 #include "platform/wtf/HashFunctions.h" |
146 #include "platform/wtf/text/CString.h" | 146 #include "platform/wtf/text/CString.h" |
147 #include "platform/wtf/text/StringBuilder.h" | 147 #include "platform/wtf/text/StringBuilder.h" |
148 #include "platform/wtf/text/TextPosition.h" | 148 #include "platform/wtf/text/TextPosition.h" |
149 | 149 |
150 namespace blink { | 150 namespace blink { |
(...skipping 4186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4337 } | 4337 } |
4338 | 4338 |
4339 DEFINE_TRACE_WRAPPERS(Element) { | 4339 DEFINE_TRACE_WRAPPERS(Element) { |
4340 if (HasRareData()) { | 4340 if (HasRareData()) { |
4341 visitor->TraceWrappers(GetElementRareData()); | 4341 visitor->TraceWrappers(GetElementRareData()); |
4342 } | 4342 } |
4343 ContainerNode::TraceWrappers(visitor); | 4343 ContainerNode::TraceWrappers(visitor); |
4344 } | 4344 } |
4345 | 4345 |
4346 } // namespace blink | 4346 } // namespace blink |
OLD | NEW |