summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage/dom_storage_area.h
Commit message (Expand)AuthorAgeFilesLines
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-3/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-5/+5
* Fix: commit pending sessionStorage changes at shutdown.marja@chromium.org2012-11-021-2/+0
* webkit: Merge 'dom_storage' to 'webkit_storage'hashimoto@chromium.org2012-10-231-2/+2
* BrowsingDataRemover: clear sessionStorage.marja@chromium.org2012-10-191-0/+1
* Automate more Better Session Restore tests.marja@chromium.org2012-10-151-1/+4
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-071-1/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter.marja@chromium.org2012-06-201-2/+3
* Create and store persistent unique ids for sessionStorage.marja@chromium.org2012-06-181-2/+12
* DomStorageArea: Allow multiple simultaneous in flight commit batches.marja@chromium.org2012-05-141-2/+2
* DomStorage async IPC message definitions and browser-side handlers. These mes...michaeln@google.com2012-04-241-0/+3
* DomStorage data deletion and memory purging.michaeln@google.com2012-03-231-0/+14
* DomStorage commit task sequencing. Use two workerpool task sequences (primary...michaeln@google.com2012-03-211-7/+28
* Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...michaeln@google.com2012-03-201-2/+3
* Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...dgrogan@chromium.org2012-03-191-3/+2
* DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...michaeln@google.com2012-03-191-2/+3
* Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t...benm@chromium.org2012-02-271-6/+22
* Framing for a DomStorage backend that does not depend on in-process-webkit. O...michaeln@google.com2012-02-071-0/+65