summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webidbdatabase_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-4/+8
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-4/+7
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-311-0/+3
* Fix IDBDatabase::removeObjectStore for multiprocess modeandreip@chromium.org2010-08-241-0/+2
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-231-1/+4
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-201-4/+1
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-201-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* 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/+9
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-3/+9
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+21