Home
last modified time | relevance | path

Searched refs:SessionStorage (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/storage/
DStorageNamespaceImpl.cpp67 return adoptRef(new StorageNamespaceImpl(SessionStorage, String(), StorageMap::noQuota)); in sessionStorageNamespace()
98 ASSERT(m_storageType == SessionStorage); in copy()
129 if (m_storageType == SessionStorage) { in close()
DStorageArea.h42 enum StorageType { LocalStorage, SessionStorage }; enumerator
DStorageEventDispatcher.cpp54 if (storageType == SessionStorage) { in dispatch()
/external/webkit/WebKit/chromium/src/
DStorageNamespaceProxy.cpp54 …doptRef(new StorageNamespaceProxy(webViewClient->createSessionStorageNamespace(), SessionStorage)); in sessionStorageNamespace()
69 ASSERT(m_storageType == SessionStorage); in copy()
DWebStorageEventDispatcherImpl.cpp65 …ebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorage; in dispatchStorageEvent()
DStorageEventDispatcherImpl.cpp58 if (storageType == SessionStorage) in dispatchStorageEvent()
DStorageAreaProxy.cpp119 if (storageType == SessionStorage) { in storageEvent()
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Denumerate-storage-expected.txt1 …properties of the Storage object should be ignored. The test operates on the SessionStorage object.
Dsimple-usage-expected.txt1 This test trys simple operations on SessionStorage
Dindex-get-and-set-expected.txt1 This is a test to make sure you can get and set values in SessionStorage by index.
/external/webkit/WebCore/
DChangeLog-2008-08-1023334 StorageMaps normally have copy-on-write semantics to help support SessionStorage.
26082 * storage/SessionStorage.h: Ditto.
29733 The SessionStorage for a Page has to be copied every time a new Page is created.
29741 (WebCore::FrameLoader::createWindow): Don't do the SessionStorage copy here...
30083 Add "LocalStorageArea" and "SessionStorageArea" implementations, and have SessionStorage
30111 * storage/SessionStorage.cpp:
30112 (WebCore::SessionStorage::copy):
30113 (WebCore::SessionStorage::storageArea):
30114 * storage/SessionStorage.h:
31258 * storage/SessionStorage.cpp:
[all …]
DChangeLog-2010-01-2979545 safety) and to add an assert that .copy is only ever called on a SessionStorage namespace.
79558 (WebCore::StorageNamespaceImpl::copy): Add assert that it's SessionStorage.
85170 Allow LocalStorage to be enabled without enabling SessionStorage at
85175 SessionStorage defaults to true so as to not change behavior and
85176 because there really aren't any security concerns around SessionStorage
93113 combine LocalStorage and SessionStorage into StorageNamespace. The
93117 (be it PageGroups for LocalStorage and Page for SessionStorage).
93139 * storage/SessionStorage.cpp: Removed.
93140 * storage/SessionStorage.h: Removed.
94211 * storage/SessionStorage.cpp:
[all …]
DChangeLog-2009-06-16593 * storage/SessionStorage.cpp: Ditto
594 * storage/SessionStorage.h: Ditto
4673 LocalStorage and SessionStorage's implicit setters do not correctly
23148 … Note that I purposefully made the change to restrict SessionStorage to read-only, also, with the
23149 … understanding that the spec allows for SessionStorage to persist across relaunches, even though
/external/webkit/WebKit/qt/
DChangeLog4792 [Qt] Add a setting to turn SessionStorage on/off