summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-231-29/+43
* Revert 60275.jorlow@chromium.org2010-09-231-43/+29
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-231-29/+43
* Add IDBIndex plumbing (for IndexedDB).jorlow@chromium.org2010-09-171-0/+16
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-031-0/+14
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-311-0/+5
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-231-0/+7
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-201-7/+0
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-201-0/+7
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-111-0/+6
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-301-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-141-8/+28
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-14/+19
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+10
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-031-3/+1
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-1/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+51