Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: webkit/port/bindings/v8/DOMObjectsInclude.h

Issue 42634: Revert change 12507 and 12532 because it breaks the ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/port/bindings/v8/V8DOMMap.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef DOMObjectsInclude_h
6 #define DOMObjectsInclude_h
7
8 #include "BarInfo.h"
9 #include "CanvasGradient.h"
10 #include "CanvasPattern.h"
11 #include "CanvasPixelArray.h"
12 #include "CanvasRenderingContext2D.h"
13 #include "CanvasStyle.h"
14 #include "CharacterData.h"
15 #include "ClientRect.h"
16 #include "ClientRectList.h"
17 #include "Clipboard.h"
18 #include "Console.h"
19 #include "Counter.h"
20 #include "CSSCharsetRule.h"
21 #include "CSSFontFaceRule.h"
22 #include "CSSImportRule.h"
23 #include "CSSMediaRule.h"
24 #include "CSSPageRule.h"
25 #include "CSSRule.h"
26 #include "CSSRuleList.h"
27 #include "CSSValueList.h"
28 #include "CSSStyleRule.h"
29 #include "CSSStyleSheet.h"
30 #include "CSSVariablesDeclaration.h"
31 #include "CSSVariablesRule.h"
32 #include "Database.h"
33 #include "DocumentType.h"
34 #include "DocumentFragment.h"
35 #include "DOMCoreException.h"
36 #include "DOMImplementation.h"
37 #include "DOMParser.h"
38 #include "DOMSelection.h"
39 #include "DOMStringList.h"
40 #include "DOMWindow.h"
41 #include "Entity.h"
42 #include "EventListener.h"
43 #include "EventTarget.h"
44 #include "Event.h"
45 #include "EventException.h"
46 #include "ExceptionCode.h"
47 #include "File.h"
48 #include "FileList.h"
49 #include "Frame.h"
50 #include "FrameLoader.h"
51 #include "FrameTree.h"
52 #include "History.h"
53 #include "HTMLNames.h"
54 #include "HTMLDocument.h"
55 #include "HTMLElement.h"
56 #include "HTMLImageElement.h"
57 #include "HTMLInputElement.h"
58 #include "HTMLSelectElement.h"
59 #include "HTMLOptionsCollection.h"
60 #include "ImageData.h"
61 #include "InspectorController.h"
62 #include "KeyboardEvent.h"
63 #include "Location.h"
64 #include "MediaError.h"
65 #include "MediaList.h"
66 #include "MediaPlayer.h"
67 #include "MessageChannel.h"
68 #include "MessageEvent.h"
69 #include "MessagePort.h"
70 #include "MimeTypeArray.h"
71 #include "MouseEvent.h"
72 #include "MutationEvent.h"
73 #include "Navigator.h" // for MimeTypeArray
74 #include "NodeFilter.h"
75 #include "Notation.h"
76 #include "NodeList.h"
77 #include "NodeIterator.h"
78 #include "OverflowEvent.h"
79 #include "Page.h"
80 #include "Plugin.h"
81 #include "PluginArray.h"
82 #include "ProcessingInstruction.h"
83 #include "ProgressEvent.h"
84 #include "Range.h"
85 #include "RangeException.h"
86 #include "Rect.h"
87 #include "RGBColor.h"
88 #include "Screen.h"
89 #include "ScriptExecutionContext.h"
90 #include "SecurityOrigin.h"
91 #include "Settings.h"
92 #include "SQLTransaction.h"
93 #include "SQLResultSet.h"
94 #include "SQLResultSetRowList.h"
95 #include "StyleSheet.h"
96 #include "StyleSheetList.h"
97 #include "SVGColor.h"
98 #include "SVGPaint.h"
99 #include "TextEvent.h"
100 #include "TextMetrics.h"
101 #include "TimeRanges.h"
102 #include "TreeWalker.h"
103 #include "XSLTProcessor.h"
104 #include "V8AbstractEventListener.h"
105 #include "V8CustomEventListener.h"
106 #include "V8DOMWindow.h"
107 #include "V8HTMLElement.h"
108 #include "V8LazyEventListener.h"
109 #include "V8ObjectEventListener.h"
110 #include "WebKitAnimationEvent.h"
111 #include "WebKitCSSKeyframeRule.h"
112 #include "WebKitCSSKeyframesRule.h"
113 #include "WebKitCSSMatrix.h"
114 #include "WebKitCSSTransformValue.h"
115 #include "WebKitPoint.h"
116 #include "WebKitTransitionEvent.h"
117 #include "WheelEvent.h"
118 #include "XMLHttpRequest.h"
119 #include "XMLHttpRequestException.h"
120 #include "XMLHttpRequestProgressEvent.h"
121 #include "XMLHttpRequestUpload.h"
122 #include "XMLSerializer.h"
123 #include "XPathException.h"
124 #include "XPathExpression.h"
125 #include "XPathNSResolver.h"
126 #include "XPathResult.h"
127
128 #if ENABLE(SVG)
129 #include "SVGAngle.h"
130 #include "SVGAnimatedPoints.h"
131 #include "SVGElement.h"
132 #include "SVGElementInstance.h"
133 #include "SVGElementInstanceList.h"
134 #include "SVGException.h"
135 #include "SVGLength.h"
136 #include "SVGLengthList.h"
137 #include "SVGNumberList.h"
138 #include "SVGPathSeg.h"
139 #include "SVGPathSegArc.h"
140 #include "SVGPathSegClosePath.h"
141 #include "SVGPathSegCurvetoCubic.h"
142 #include "SVGPathSegCurvetoCubicSmooth.h"
143 #include "SVGPathSegCurvetoQuadratic.h"
144 #include "SVGPathSegCurvetoQuadraticSmooth.h"
145 #include "SVGPathSegLineto.h"
146 #include "SVGPathSegLinetoHorizontal.h"
147 #include "SVGPathSegLinetoVertical.h"
148 #include "SVGPathSegList.h"
149 #include "SVGPathSegMoveto.h"
150 #include "SVGPointList.h"
151 #include "SVGPreserveAspectRatio.h"
152 #include "SVGRenderingIntent.h"
153 #include "SVGStringList.h"
154 #include "SVGTransform.h"
155 #include "SVGTransformList.h"
156 #include "SVGUnitTypes.h"
157 #include "SVGURIReference.h"
158 #include "SVGZoomEvent.h"
159 #include "V8SVGPODTypeWrapper.h"
160 #endif
161
162 #if ENABLE(WORKERS)
163 #include "Worker.h"
164 #include "WorkerContext.h"
165 #include "WorkerLocation.h"
166 #include "WorkerNavigator.h"
167 #endif
168
169 #if ENABLE(XPATH)
170 #include "XPathEvaluator.h"
171 #endif
172
173 namespace WebCore {
174
175 // A helper class for undetectable document.all
176 class UndetectableHTMLCollection : public HTMLCollection {
177 };
178
179 } // namespace WebCore
180
181 #endif // DOMObjectsInclude_h
OLDNEW
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/port/bindings/v8/V8DOMMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698