summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* 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