Home
last modified time | relevance | path

Searched refs:LocalStorage (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/storage/
DStorageNamespaceImpl.cpp58 …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()
DStorageArea.h42 enum StorageType { LocalStorage, SessionStorage }; enumerator
/external/webkit/Source/WebKit/chromium/src/
DStorageEventDispatcherChromium.cpp51 …eEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage); in dispatch()
DWebStorageEventDispatcherImpl.cpp65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent()
DStorageNamespaceProxy.cpp47 …ageNamespaceProxy(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage)); in localStorageNamespace()
/external/clang/include/clang/AST/
DExternalASTSource.h360 unsigned LoadedStorage = 2, unsigned LocalStorage = 4>
363 SmallVector<T, LocalStorage> Local;
/external/webkit/Source/WebKit/mac/Storage/
DWebStorageManager.mm93 storageDirectory = @"~/Library/WebKit/LocalStorage";
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMac.mm138 localStorageDirectory = @"~/Library/WebKit/LocalStorage";
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb102 ;; LocalStorage dir
/external/webkit/Source/WebCore/
DChangeLog-2008-08-10372 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 LocalStorage
384 * 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 mapping
390 * storage/LocalStorage.h:
16412 * storage/LocalStorage.cpp:
16413 (WebCore::LocalStorage::scheduleImport):
[all …]
DChangeLog-2010-01-2932227 LocalStorage quota should include key sizes in its count
36298 Calling databaseIdentifier on LocalStorage's background thread is not safe.
36301 Calling SecurityOrigin::databaseIdentifier on LocalStorage's background thread
51498 Implement per-storage-area quotas for LocalStorage
51506 anything else--including StorageMap::noQuota. Any values in LocalStorage are
51513 use of LocalStorage is blocked on the import completing, so you'd never hit a
63512 correctly. Third of all, my check to see if LocalStorage is alive actually
69907 Two scripts within the same origin that are accessing LocalStorage must not do
73230 HTML 5 database and LocalStorage is not persistent on the Symbian port of QtWebKit
74204 a regression from the original LocalStorage code.)
[all …]
DChangeLog-2009-06-16585 * storage/LocalStorage.cpp: Add ENABLE(DOM_STORAGE) guards to the file.
586 * storage/LocalStorage.h: Ditto
4673 LocalStorage and SessionStorage's implicit setters do not correctly
23142 <rdar://problem/5968249> "Private Browsing" doesn't affect HTML 5 LocalStorage
23153 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 …]
DChangeLog-2010-05-2440223 Throttle sync requests sent to the LocalStorage background thread
40226 Currently, once a second LocalStorage takes all keys/values which have
40230 LocalStorage (and thus initiates the initial import) that'll block on
40239 LocalStorage really shouldn't be hitting these types of limits anyway.
40243 existing layout tests cover LocalStorage pretty well, though.
DChangeLog46285 Need WK2 API to view/manage origins with LocalStorage
46298 from running until next LocalStorage db creation, cleaned up
46326 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
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm423 …[defaults setObject:[path stringByAppendingPathComponent:@"LocalStorage"] forKey:WebStorageDirecto…
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1014044 Removed the last vestiges of LocalStorage from JSVariableObject and
14059 * 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.h
17413 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 match
28377 Keep the LocalStorage pointer in the ExecState, instead of getting
[all …]
/external/webkit/Source/WebKit2/
DChangeLog4883 … 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 LocalStorage
11841 Need WebKit2 API to view/manage origins with LocalStorage.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-164728 <rdar://problem/5942624> - Get LocalStorage persistence working on Windows
4752 (WebView::initWithFrame): Mark an important FIXME for setting the LocalStorage path as
4753 appropriate. Until this FIXME is handled, Windows will have no persistent LocalStorage
4886 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.
DChangeLog10447 Fix a build break due to LocalStorage.h being included in WebKitDLL.cpp
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1615120 Disable LocalStorage, ApplicationCache, HTML5 offline storage by
15123 If persistency is enabled the default directory for LocalStorage and
15481 Disables LocalStorage for QtWebKit by default by setting
15484 Sets up a default for the LocalStorage path so that clients would only
15488 Turn on LocalStorage support for QtLauncher and the relevant test
15489 since LocalStorage is now disabled by default for QtWebkit.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2917299 <rdar://problem/5942616> - Need to standardize LocalStorage persistence path
17423 (-[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.
/external/webkit/Tools/
DChangeLog5252 …Added tests that write to LocalStorage, delete one origin, get list of origins with local storage,…
DChangeLog-2010-05-2414978 (main): No need to setup and enable HTML5 LocalStorage again.
30863 Turn on LocalStorage support for Qt DumpRenderTree since
30864 LocalStorage is now disabled by defult for QtWebkit.