summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep track of the last key returned.benm@chromium.org2012-02-103-12/+38
* Framing for a DomStorage backend that does not depend on in-process-webkit. O...michaeln@google.com2012-02-0719-0/+1280