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

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

Issue 125035: A first pass at the DOM Storage V8 bindings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/port/bindings/scripts/CodeGeneratorV8.pm ('k') | webkit/port/bindings/v8/v8_custom.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DOMObjectsInclude_h 5 #ifndef DOMObjectsInclude_h
6 #define DOMObjectsInclude_h 6 #define DOMObjectsInclude_h
7 7
8 #include "BarInfo.h" 8 #include "BarInfo.h"
9 #include "CanvasGradient.h" 9 #include "CanvasGradient.h"
10 #include "CanvasPattern.h" 10 #include "CanvasPattern.h"
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #include "XMLHttpRequest.h" 120 #include "XMLHttpRequest.h"
121 #include "XMLHttpRequestException.h" 121 #include "XMLHttpRequestException.h"
122 #include "XMLHttpRequestProgressEvent.h" 122 #include "XMLHttpRequestProgressEvent.h"
123 #include "XMLHttpRequestUpload.h" 123 #include "XMLHttpRequestUpload.h"
124 #include "XMLSerializer.h" 124 #include "XMLSerializer.h"
125 #include "XPathException.h" 125 #include "XPathException.h"
126 #include "XPathExpression.h" 126 #include "XPathExpression.h"
127 #include "XPathNSResolver.h" 127 #include "XPathNSResolver.h"
128 #include "XPathResult.h" 128 #include "XPathResult.h"
129 129
130 #if ENABLE(DOM_STORAGE)
131 #include "Storage.h"
132 #include "StorageEvent.h"
133 #endif
134
130 #if ENABLE(SVG) 135 #if ENABLE(SVG)
131 #include "SVGAngle.h" 136 #include "SVGAngle.h"
132 #include "SVGAnimatedPoints.h" 137 #include "SVGAnimatedPoints.h"
133 #include "SVGElement.h" 138 #include "SVGElement.h"
134 #include "SVGElementInstance.h" 139 #include "SVGElementInstance.h"
135 #include "SVGElementInstanceList.h" 140 #include "SVGElementInstanceList.h"
136 #include "SVGException.h" 141 #include "SVGException.h"
137 #include "SVGLength.h" 142 #include "SVGLength.h"
138 #include "SVGLengthList.h" 143 #include "SVGLengthList.h"
139 #include "SVGNumberList.h" 144 #include "SVGNumberList.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 179
175 namespace WebCore { 180 namespace WebCore {
176 181
177 // A helper class for undetectable document.all 182 // A helper class for undetectable document.all
178 class UndetectableHTMLCollection : public HTMLCollection { 183 class UndetectableHTMLCollection : public HTMLCollection {
179 }; 184 };
180 185
181 } // namespace WebCore 186 } // namespace WebCore
182 187
183 #endif // DOMObjectsInclude_h 188 #endif // DOMObjectsInclude_h
OLDNEW
« no previous file with comments | « webkit/port/bindings/scripts/CodeGeneratorV8.pm ('k') | webkit/port/bindings/v8/v8_custom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698