summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-33/+74
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+35
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-031-10/+2
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-2/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+84