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

Unified Diff: bindings/v8/custom/V8CustomBinding.h

Issue 155477: Dom Storage (webkit side) (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: Created 11 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: bindings/v8/custom/V8CustomBinding.h
===================================================================
--- bindings/v8/custom/V8CustomBinding.h (revision 45738)
+++ bindings/v8/custom/V8CustomBinding.h (working copy)
@@ -451,6 +451,8 @@
DECLARE_INDEXED_PROPERTY_GETTER(ClientRectList);
#if ENABLE(DOM_STORAGE)
+ DECLARE_PROPERTY_ACCESSOR_GETTER(DOMWindowSessionStorage);
+ DECLARE_PROPERTY_ACCESSOR_GETTER(DOMWindowLocalStorage);
DECLARE_INDEXED_PROPERTY_GETTER(Storage);
DECLARE_INDEXED_PROPERTY_SETTER(Storage);
DECLARE_INDEXED_PROPERTY_DELETER(Storage);
@@ -458,6 +460,8 @@
DECLARE_NAMED_PROPERTY_SETTER(Storage);
DECLARE_NAMED_PROPERTY_DELETER(Storage);
static v8::Handle<v8::Array> v8StorageNamedPropertyEnumerator(const v8::AccessorInfo& info);
+ static void setEnableLocalStorage(bool setting);
+ static void setEnableSessionStorage(bool setting);
#endif
#if ENABLE(SVG)

Powered by Google App Engine
This is Rietveld 408576698