2 * Copyright (C) 2009 Google Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above
11 * copyright notice, this list of conditions and the following disclaimer
12 * in the documentation and/or other materials provided with the
14 * * Neither the name of Google Inc. nor the names of its
15 * contributors may be used to endorse or promote products derived from
16 * this software without specific prior written permission.
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #ifndef DOMObjectsInclude_h
32 #define DOMObjectsInclude_h
34 #include "AbstractWorker.h"
36 #include "CanvasGradient.h"
37 #include "CanvasPattern.h"
38 #include "CanvasPixelArray.h"
39 #include "CanvasRenderingContext2D.h"
40 #include "CanvasStyle.h"
41 #include "CharacterData.h"
42 #include "ClientRect.h"
43 #include "ClientRectList.h"
44 #include "Clipboard.h"
47 #include "CSSCharsetRule.h"
48 #include "CSSFontFaceRule.h"
49 #include "CSSImportRule.h"
50 #include "CSSMediaRule.h"
51 #include "CSSPageRule.h"
53 #include "CSSRuleList.h"
54 #include "CSSStyleDeclaration.h"
55 #include "CSSStyleRule.h"
56 #include "CSSStyleSheet.h"
57 #include "CSSValueList.h"
58 #include "CSSVariablesDeclaration.h"
59 #include "CSSVariablesRule.h"
61 #include "DocumentType.h"
62 #include "DocumentFragment.h"
63 #include "DOMCoreException.h"
64 #include "DOMImplementation.h"
65 #include "DOMParser.h"
66 #include "DOMSelection.h"
67 #include "DOMWindow.h"
69 #include "ErrorEvent.h"
70 #include "EventListener.h"
71 #include "EventTarget.h"
73 #include "EventException.h"
74 #include "ExceptionCode.h"
78 #include "FrameLoader.h"
79 #include "FrameTree.h"
81 #include "HTMLNames.h"
82 #include "HTMLDocument.h"
83 #include "HTMLElement.h"
84 #include "HTMLImageElement.h"
85 #include "HTMLInputElement.h"
86 #include "HTMLSelectElement.h"
87 #include "HTMLOptionsCollection.h"
88 #include "ImageData.h"
89 #include "InspectorBackend.h"
90 #include "KeyboardEvent.h"
93 #include "MediaError.h"
94 #include "MediaList.h"
95 #include "MediaPlayer.h"
96 #include "MessageChannel.h"
97 #include "MessageEvent.h"
98 #include "MessagePort.h"
99 #include "MimeTypeArray.h"
100 #include "MouseEvent.h"
101 #include "MutationEvent.h"
102 #include "Navigator.h" // for MimeTypeArray
103 #include "NodeFilter.h"
104 #include "Notation.h"
105 #include "NodeList.h"
106 #include "NodeIterator.h"
107 #include "OverflowEvent.h"
110 #include "PluginArray.h"
111 #include "ProcessingInstruction.h"
112 #include "ProgressEvent.h"
114 #include "RangeException.h"
116 #include "RGBColor.h"
118 #include "ScriptExecutionContext.h"
119 #include "SecurityOrigin.h"
120 #include "Settings.h"
121 #include "SharedWorker.h"
122 #include "SharedWorkerContext.h"
123 #include "SQLTransaction.h"
124 #include "SQLResultSet.h"
125 #include "SQLResultSetRowList.h"
126 #include "StyleSheet.h"
127 #include "StyleSheetList.h"
128 #include "SVGColor.h"
129 #include "SVGPaint.h"
130 #include "TextEvent.h"
131 #include "TextMetrics.h"
132 #include "TimeRanges.h"
133 #include "TreeWalker.h"
134 #include "XSLTProcessor.h"
135 #include "V8AbstractEventListener.h"
136 #include "V8CustomEventListener.h"
137 #include "V8DOMWindow.h"
138 #include "V8HTMLElement.h"
139 #include "V8LazyEventListener.h"
140 #include "V8NodeFilterCondition.h"
141 #include "V8ObjectEventListener.h"
142 #include "ValidityState.h"
143 #include "WebKitAnimationEvent.h"
144 #include "WebKitCSSKeyframeRule.h"
145 #include "WebKitCSSKeyframesRule.h"
146 #include "WebKitCSSMatrix.h"
147 #include "WebKitCSSTransformValue.h"
148 #include "WebKitPoint.h"
149 #include "WebKitTransitionEvent.h"
150 #include "WheelEvent.h"
151 #include "XMLHttpRequest.h"
152 #include "XMLHttpRequestException.h"
153 #include "XMLHttpRequestProgressEvent.h"
154 #include "XMLHttpRequestUpload.h"
155 #include "XMLSerializer.h"
156 #include "XPathException.h"
157 #include "XPathExpression.h"
158 #include "XPathNSResolver.h"
159 #include "XPathResult.h"
161 #if ENABLE(OFFLINE_WEB_APPLICATIONS)
162 #include "DOMApplicationCache.h"
166 #include "DataGridColumn.h"
167 #include "DataGridColumnList.h"
170 #if ENABLE(DOM_STORAGE)
172 #include "StorageEvent.h"
173 #endif // DOM_STORAGE
176 #include "SVGAngle.h"
177 #include "SVGAnimatedPoints.h"
178 #include "SVGElement.h"
179 #include "SVGElementInstance.h"
180 #include "SVGElementInstanceList.h"
181 #include "SVGException.h"
182 #include "SVGLength.h"
183 #include "SVGLengthList.h"
184 #include "SVGNumberList.h"
185 #include "SVGPathSeg.h"
186 #include "SVGPathSegArc.h"
187 #include "SVGPathSegClosePath.h"
188 #include "SVGPathSegCurvetoCubic.h"
189 #include "SVGPathSegCurvetoCubicSmooth.h"
190 #include "SVGPathSegCurvetoQuadratic.h"
191 #include "SVGPathSegCurvetoQuadraticSmooth.h"
192 #include "SVGPathSegLineto.h"
193 #include "SVGPathSegLinetoHorizontal.h"
194 #include "SVGPathSegLinetoVertical.h"
195 #include "SVGPathSegList.h"
196 #include "SVGPathSegMoveto.h"
197 #include "SVGPointList.h"
198 #include "SVGPreserveAspectRatio.h"
199 #include "SVGRenderingIntent.h"
200 #include "SVGStringList.h"
201 #include "SVGTransform.h"
202 #include "SVGTransformList.h"
203 #include "SVGUnitTypes.h"
204 #include "SVGURIReference.h"
205 #include "SVGZoomEvent.h"
206 #include "V8SVGPODTypeWrapper.h"
210 #include "DedicatedWorkerContext.h"
212 #include "WorkerContext.h"
213 #include "WorkerLocation.h"
214 #include "WorkerNavigator.h"
217 #if ENABLE(NOTIFICATIONS)
218 #include "Notification.h"
219 #include "NotificationCenter.h"
220 #endif // NOTIFICATIONS
223 #include "XPathEvaluator.h"
228 // A helper class for undetectable document.all
229 class HTMLAllCollection : public HTMLCollection {
232 } // namespace WebCore
234 #endif // DOMObjectsInclude_h