Searched refs:SessionStorage (Results 1 – 14 of 14) sorted by relevance
67 return adoptRef(new StorageNamespaceImpl(SessionStorage, String(), StorageMap::noQuota)); in sessionStorageNamespace()98 ASSERT(m_storageType == SessionStorage); in copy()129 if (m_storageType == SessionStorage) { in close()
42 enum StorageType { LocalStorage, SessionStorage }; enumerator
54 if (storageType == SessionStorage) { in dispatch()
54 …doptRef(new StorageNamespaceProxy(webViewClient->createSessionStorageNamespace(), SessionStorage)); in sessionStorageNamespace()69 ASSERT(m_storageType == SessionStorage); in copy()
65 …ebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorage; in dispatchStorageEvent()
58 if (storageType == SessionStorage) in dispatchStorageEvent()
119 if (storageType == SessionStorage) { in storageEvent()
1 …properties of the Storage object should be ignored. The test operates on the SessionStorage object.
1 This test trys simple operations on SessionStorage
1 This is a test to make sure you can get and set values in SessionStorage by index.
23334 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 SessionStorage30111 * storage/SessionStorage.cpp:30112 (WebCore::SessionStorage::copy):30113 (WebCore::SessionStorage::storageArea):30114 * storage/SessionStorage.h:31258 * storage/SessionStorage.cpp:[all …]
79545 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 at85175 SessionStorage defaults to true so as to not change behavior and85176 because there really aren't any security concerns around SessionStorage93113 combine LocalStorage and SessionStorage into StorageNamespace. The93117 (be it PageGroups for LocalStorage and Page for SessionStorage).93139 * storage/SessionStorage.cpp: Removed.93140 * storage/SessionStorage.h: Removed.94211 * storage/SessionStorage.cpp:[all …]
593 * storage/SessionStorage.cpp: Ditto594 * storage/SessionStorage.h: Ditto4673 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 the23149 … understanding that the spec allows for SessionStorage to persist across relaunches, even though
4792 [Qt] Add a setting to turn SessionStorage on/off