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

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

Issue 4097: Implement better JS exception handling by abstracting KJS::ExecState into an ... (Closed) Base URL: svn://chrome-svn/chrome/branches/chrome_webkit_merge_branch/
Patch Set: '' Created 12 years, 2 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/v8/JSNSResolver.cpp ('k') | webkit/port/bindings/v8/v8_custom.cpp » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 V8_CUSTOM_H__ 5 #ifndef V8_CUSTOM_H__
6 #define V8_CUSTOM_H__ 6 #define V8_CUSTOM_H__
7 7
8 #include <v8.h> 8 #include <v8.h>
9 9
10 struct NPObject; 10 struct NPObject;
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 DECLARE_CALLBACK(HTMLPlugInElement) 325 DECLARE_CALLBACK(HTMLPlugInElement)
326 326
327 DECLARE_NAMED_PROPERTY_GETTER(StyleSheetList) 327 DECLARE_NAMED_PROPERTY_GETTER(StyleSheetList)
328 DECLARE_INDEXED_PROPERTY_GETTER(NamedNodeMap) 328 DECLARE_INDEXED_PROPERTY_GETTER(NamedNodeMap)
329 DECLARE_INDEXED_PROPERTY_GETTER(HTMLFormElement) 329 DECLARE_INDEXED_PROPERTY_GETTER(HTMLFormElement)
330 DECLARE_INDEXED_PROPERTY_GETTER(HTMLOptionsCollection) 330 DECLARE_INDEXED_PROPERTY_GETTER(HTMLOptionsCollection)
331 DECLARE_INDEXED_PROPERTY_SETTER(HTMLOptionsCollection) 331 DECLARE_INDEXED_PROPERTY_SETTER(HTMLOptionsCollection)
332 DECLARE_INDEXED_PROPERTY_SETTER(HTMLSelectElementCollection) 332 DECLARE_INDEXED_PROPERTY_SETTER(HTMLSelectElementCollection)
333 DECLARE_NAMED_PROPERTY_GETTER(HTMLCollection) 333 DECLARE_NAMED_PROPERTY_GETTER(HTMLCollection)
334 334
335 // NSResolver
336 DECLARE_CALLBACK(NSResolverLookupNamespaceURI)
337
335 // SVG custom properties and callbacks 338 // SVG custom properties and callbacks
336 #if ENABLE(SVG) 339 #if ENABLE(SVG)
337 DECLARE_PROPERTY_ACCESSOR_GETTER(SVGLengthValue) 340 DECLARE_PROPERTY_ACCESSOR_GETTER(SVGLengthValue)
338 DECLARE_CALLBACK(SVGLengthConvertToSpecifiedUnits) 341 DECLARE_CALLBACK(SVGLengthConvertToSpecifiedUnits)
339 DECLARE_CALLBACK(SVGMatrixInverse) 342 DECLARE_CALLBACK(SVGMatrixInverse)
340 DECLARE_CALLBACK(SVGMatrixRotateFromVector) 343 DECLARE_CALLBACK(SVGMatrixRotateFromVector)
341 #endif 344 #endif
342 345
343 #undef DECLARE_INDEXED_ACCESS_CHECK 346 #undef DECLARE_INDEXED_ACCESS_CHECK
344 #undef DECLARE_NAMED_ACCESS_CHECK 347 #undef DECLARE_NAMED_ACCESS_CHECK
(...skipping 27 matching lines...) Expand all
372 375
373 private: 376 private:
374 static v8::Handle<v8::Value> WindowSetTimeoutImpl(const v8::Arguments& args, 377 static v8::Handle<v8::Value> WindowSetTimeoutImpl(const v8::Arguments& args,
375 bool single_shot); 378 bool single_shot);
376 }; 379 };
377 380
378 } // namespace WebCore 381 } // namespace WebCore
379 382
380 #endif // V8_CUSTOM_H__ 383 #endif // V8_CUSTOM_H__
381 384
OLDNEW
« no previous file with comments | « webkit/port/bindings/v8/JSNSResolver.cpp ('k') | webkit/port/bindings/v8/v8_custom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698