summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage/dom_storage_task_runner.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-8/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+8
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-8/+0
* Switch all domstorage tasks to be shutdown blocking to allow changes to be fl...michaeln@google.com2012-05-291-1/+1
* Add some DCHECKs around which thread/sequence things are executing on.michaeln@google.com2012-04-091-14/+23
* DomStorage commit task sequencing. Use two workerpool task sequences (primary...michaeln@google.com2012-03-211-41/+37
* Really now... derive DomStorageTaskRunner from base::SequencedTaskRunner.michaeln@google.com2012-03-141-0/+15
* Derive DomStorageTaskRunner from base::TaskRunner now that it exists.michaeln@google.com2012-03-131-19/+26
* Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.tedvessenes@gmail.com2012-03-031-3/+2
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-271-0/+1
* Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t...benm@chromium.org2012-02-271-13/+30
* Framing for a DomStorage backend that does not depend on in-process-webkit. O...michaeln@google.com2012-02-071-0/+71