summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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