summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-0215-62/+64
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-151-1/+1
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-162-18/+18
* Preparing webkit/dom_storage for the removal of scoped_refptr::release()piman@chromium.org2012-12-071-4/+5
* Revert 170932marja@chromium.org2012-12-041-16/+4
* Debug prints for a failing test (ContinueWhereILeftOffTest.LocalStorageCleare...marja@chromium.org2012-12-041-4/+16
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-15/+15
* Set up include rules for webkit/dom_storage.marja@chromium.org2012-11-066-28/+43
* Fix: commit pending sessionStorage changes at shutdown.marja@chromium.org2012-11-023-14/+10
* webkit: Fix build breakhashimoto@chromium.org2012-10-231-1/+0
* webkit: Merge 'dom_storage' to 'webkit_storage'hashimoto@chromium.org2012-10-2314-113/+60
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-232-4/+4
* Fix mem leaks in DomStorageContextTest.marja@chromium.org2012-10-201-0/+3
* BrowsingDataRemover: clear sessionStorage.marja@chromium.org2012-10-1910-83/+248
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-181-1/+1
* Automate more Better Session Restore tests.marja@chromium.org2012-10-1515-19/+78
* Add histogram for LocalStorage cache prime time.willchan@chromium.org2012-09-291-0/+5
* Fix: Prerendering was confusing SessionService to not save sessionStorage.marja@chromium.org2012-09-262-0/+5
* DomStorage: Clear the renderer side cache too when the user clears browsing d...michaeln@google.com2012-09-074-0/+16
* DomStorageContext: Fix a crash when scavenging session storages.marja@chromium.org2012-09-011-1/+4
* DOMStorageContext fix: Delete SessionStorageDatabase in a background thread.marja@chromium.org2012-08-281-0/+12
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-132-0/+5
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-0710-53/+334
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+2
* Web Inspector: count DOM storage cache memory for native snapshotalexeif@chromium.org2012-07-242-1/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1115-15/+0
* DomStorage - Temporary workaround for overly aggressive "bad message terminat...michaeln@google.com2012-06-231-8/+20
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-224-5/+14
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-212-15/+0
* DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter.marja@chromium.org2012-06-2011-22/+233
* Create and store persistent unique ids for sessionStorage.marja@chromium.org2012-06-1810-45/+162
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-082-0/+4
* SessionStorageDatabase: use string identifiers, add ReadNamespaceIds.marja@chromium.org2012-06-063-463/+257
* Fix for DOMStorageContextImpl::LeakyCloneSessionStorage.marja@chromium.org2012-06-062-4/+13
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-053-40/+13
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-043-17/+1
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-041-0/+2
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-012-0/+15
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-012-15/+0
* Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...michaeln@google.com2012-05-302-4/+11
* SessionStorageDatabase fix.marja@chromium.org2012-05-302-50/+59
* Switch all domstorage tasks to be shutdown blocking to allow changes to be fl...michaeln@google.com2012-05-292-4/+5
* DomStorageCachedArea + DomStorageProxy interface and unittests. These classes...michaeln@google.com2012-05-246-1/+680
* Add the HasAreaOpen method to DomStorageHost. Intended for use to make event ...michaeln@google.com2012-05-212-0/+13
* SessionStorageDatabase: Readability changes.marja@chromium.org2012-05-163-11/+23
* DomStorageArea: Allow multiple simultaneous in flight commit batches.marja@chromium.org2012-05-143-25/+24
* SessionStorageDatabase: Allow writing data into a shallow copy.marja@chromium.org2012-05-103-76/+60
* webkit: Instead of doing a conversion just use string16().tfarina@chromium.org2012-05-061-1/+1
* Add dom_storage::SessionStorageDatabase.marja@chromium.org2012-04-274-0/+1721
* Switch chrome and chromiumDRT over to using the new WebKit API for dispatchingmichaeln@google.com2012-04-262-8/+4