summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webidbdatabase_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-9/+17
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-12/+26
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-311-0/+8
* Implement IDBTransaction::objectStoreandreip@chromium.org2010-08-241-1/+1
* Fix IDBDatabase::removeObjectStore for multiprocess modeandreip@chromium.org2010-08-241-0/+8
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-231-0/+17
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-201-17/+0
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-201-0/+17
* Coverity: Fix missing const on RendererWebIDBIndexImpl and RendererWebIDBData...mattm@chromium.org2010-07-151-4/+4
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+12
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-031-3/+4
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-0/+38
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+18