Searched refs:LocalStorage (Results 1 – 23 of 23) sorted by relevance
58 …RefPtr<StorageNamespace> storageNamespace = adoptRef(new StorageNamespaceImpl(LocalStorage, lookup… in localStorageNamespace()78 if (m_storageType == LocalStorage && !m_path.isEmpty()) in StorageNamespaceImpl()86 if (m_storageType == LocalStorage) { in ~StorageNamespaceImpl()
42 enum StorageType { LocalStorage, SessionStorage }; enumerator
51 …eEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage); in dispatch()
65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent()
47 …ageNamespaceProxy(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage)); in localStorageNamespace()
360 unsigned LoadedStorage = 2, unsigned LocalStorage = 4>363 SmallVector<T, LocalStorage> Local;
93 storageDirectory = @"~/Library/WebKit/LocalStorage";
138 localStorageDirectory = @"~/Library/WebKit/LocalStorage";
102 ;; LocalStorage dir
372 The original decision to key LocalStorage sets to PageGroups was a poor one.377 In this patch, I am not attempting to completely sever the attachment of LocalStorage384 * storage/LocalStorage.cpp:385 (WebCore::localStorageMap): Map paths to LocalStorage objects here.386 (WebCore::LocalStorage::localStorage): Return the shared LocalStorage object for this path,388 (WebCore::LocalStorage::LocalStorage):389 (WebCore::LocalStorage::~LocalStorage): Add to remove the path->LocalStorage mapping390 * storage/LocalStorage.h:16412 * storage/LocalStorage.cpp:16413 (WebCore::LocalStorage::scheduleImport):[all …]
32227 LocalStorage quota should include key sizes in its count36298 Calling databaseIdentifier on LocalStorage's background thread is not safe.36301 Calling SecurityOrigin::databaseIdentifier on LocalStorage's background thread51498 Implement per-storage-area quotas for LocalStorage51506 anything else--including StorageMap::noQuota. Any values in LocalStorage are51513 use of LocalStorage is blocked on the import completing, so you'd never hit a63512 correctly. Third of all, my check to see if LocalStorage is alive actually69907 Two scripts within the same origin that are accessing LocalStorage must not do73230 HTML 5 database and LocalStorage is not persistent on the Symbian port of QtWebKit74204 a regression from the original LocalStorage code.)[all …]
585 * storage/LocalStorage.cpp: Add ENABLE(DOM_STORAGE) guards to the file.586 * storage/LocalStorage.h: Ditto4673 LocalStorage and SessionStorage's implicit setters do not correctly 23142 <rdar://problem/5968249> "Private Browsing" doesn't affect HTML 5 LocalStorage23153 for LocalStorage changes (QUOTA_EXCEEDED_ERR)23515 While working on <rdar://problem/5968249>, noticed some glaring problems with LocalStorage.55821 * storage/LocalStorage.cpp:55822 (WebCore::LocalStorage::storageArea): Removed the unused Frame* argument.55823 * storage/LocalStorage.h: Ditto.70054 * storage/LocalStorage.cpp:[all …]
40223 Throttle sync requests sent to the LocalStorage background thread40226 Currently, once a second LocalStorage takes all keys/values which have40230 LocalStorage (and thus initiates the initial import) that'll block on40239 LocalStorage really shouldn't be hitting these types of limits anyway.40243 existing layout tests cover LocalStorage pretty well, though.
46285 Need WK2 API to view/manage origins with LocalStorage46298 from running until next LocalStorage db creation, cleaned up46326 This assertion is invalid until LocalStorage is either global or is isolated by PageGroup.47070 Created StorageTracker as a central point for tracking and deleting LocalStorage per origin.47074 … On initialization, StorageTracker syncs its database with LocalStorage files on disk. It adds
423 …[defaults setObject:[path stringByAppendingPathComponent:@"LocalStorage"] forKey:WebStorageDirecto…
14044 Removed the last vestiges of LocalStorage from JSVariableObject and14059 * kjs/JSVariableObject.h: Removed LocalStorage from JSVariableObjectData.14066 can no longer retrieve LocalStorage from the ExecState. (Eventually,17412 wx build fixes. Rename LocalStorage.h to LocalStorageEntry.h17413 to avoid header detection issues between WebCore/storage/LocalStorage.h 17421 * kjs/LocalStorage.h: Removed.17422 * kjs/LocalStorageEntry.h: Copied from JavaScriptCore/kjs/LocalStorage.h.18707 Global properties that use LocalStorage are not correctly listed as enumerable.20605 * kjs/LocalStorage.h: Changed attributes to be unsigned instead of int to match28377 Keep the LocalStorage pointer in the ExecState, instead of getting[all …]
4883 … If a user doesn't have a Database/LocalStorage directory, it can't be created (sandbox violations)6246 …Rollout r82042 (If a user doesn't have a Database/LocalStorage directory, it can't be created (san…6259 … If a user doesn't have a Database/LocalStorage directory, it can't be created (sandbox violations)8643 Need WK2 API to view/manage origins with LocalStorage11841 Need WebKit2 API to view/manage origins with LocalStorage.
4728 <rdar://problem/5942624> - Get LocalStorage persistence working on Windows4752 (WebView::initWithFrame): Mark an important FIXME for setting the LocalStorage path as4753 appropriate. Until this FIXME is handled, Windows will have no persistent LocalStorage4886 Preparation for upcoming work making LocalStorage persistent.4888 When the application terminates, all LocalStorage areas must be sync'ed out to disk first.4891 (shutDownWebKit): Close all LocalStorage areas before quitting.
10447 Fix a build break due to LocalStorage.h being included in WebKitDLL.cpp
15120 Disable LocalStorage, ApplicationCache, HTML5 offline storage by15123 If persistency is enabled the default directory for LocalStorage and15481 Disables LocalStorage for QtWebKit by default by setting15484 Sets up a default for the LocalStorage path so that clients would only15488 Turn on LocalStorage support for QtLauncher and the relevant test15489 since LocalStorage is now disabled by default for QtWebkit.
17299 <rdar://problem/5942616> - Need to standardize LocalStorage persistence path17423 (-[WebView _commonInitializationWithFrameName:groupName:]): Set the LocalStorage path 17723 Preparation for upcoming work making LocalStorage persistent.17725 When the application terminates, all LocalStorage areas must be sync'ed out to disk first.17728 (+[WebView _applicationWillTerminate]): Close all LocalStorage areas before quitting.
5252 …Added tests that write to LocalStorage, delete one origin, get list of origins with local storage,…
14978 (main): No need to setup and enable HTML5 LocalStorage again.30863 Turn on LocalStorage support for Qt DumpRenderTree since30864 LocalStorage is now disabled by defult for QtWebkit.