summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* DomStorage async IPC message definitions and browser-side handlers. These mes...michaeln@google.com2012-04-245-1/+25
* Fixup the DomStorage IPC messsages.michaeln@google.com2012-04-192-13/+12
* DomStorageContext: separate directories for localStorage and sessionStorage.marja@chromium.org2012-04-173-19/+40
* More DomStorage house cleaning, many files but all mechanical changes.michaeln@google.com2012-04-171-5/+0
* DomStorage house cleaning in preparation of deleting the now obsolete in_proc...michaeln@google.com2012-04-131-0/+2
* Add some DCHECKs around which thread/sequence things are executing on.michaeln@google.com2012-04-093-16/+45
* ENABLE_NEW_DOM_STORAGE_BACKENDmichaeln@google.com2012-04-061-6/+4
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-2/+9
* Spelling fixes in some webkit/dom_storage commentsgavinp@chromium.org2012-03-282-2/+2
* DomStorageContext unittests.michaeln@google.com2012-03-282-0/+184
* Be sure to create the 'Local Storage' directory if needed.michaeln@google.com2012-03-232-1/+8
* DomStorage data deletion and memory purging.michaeln@google.com2012-03-2310-45/+367
* DomStorage commit task sequencing. Use two workerpool task sequences (primary...michaeln@google.com2012-03-2112-183/+453
* Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...michaeln@google.com2012-03-204-12/+107
* Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...dgrogan@chromium.org2012-03-194-106/+12
* DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...michaeln@google.com2012-03-194-12/+106
* Really now... derive DomStorageTaskRunner from base::SequencedTaskRunner.michaeln@google.com2012-03-142-2/+28
* Derive DomStorageTaskRunner from base::TaskRunner now that it exists.michaeln@google.com2012-03-132-33/+47
* Relax strict quota limit checks when reading pre-existing DomStorage database...michaeln@google.com2012-03-083-23/+29
* Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.tedvessenes@gmail.com2012-03-031-3/+2
* Integrate the new dom_storage backend into chromium DRT and test_shell.michaeln@google.com2012-03-014-9/+16
* Fix uninitialized memory access in dom_storage_database_unittest.adamk@chromium.org2012-02-293-9/+13
* Delete empty dom storage databases on destruction.benm@chromium.org2012-02-283-2/+82
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-274-2/+7
* Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t...benm@chromium.org2012-02-278-35/+290
* Track DomStorageMap usage and enforce a quota on byte size.benm@chromium.org2012-02-225-20/+116
* Enable DomStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase.benm@chromium.org2012-02-201-3/+1
* Create a class to represent a Dom Storage Database.benm@chromium.org2012-02-104-0/+704