summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webidbdatabase_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Land 6266021 for David.jorlow@chromium.org2011-01-271-0/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Get rid of the last couple references to "remove" functions and description w...jorlow@chromium.org2010-12-031-1/+1
* IndexedDB: Remove IDBDatabase.descriptionhans@chromium.org2010-11-291-1/+0
* IndexedDB: Rename IDBDatabase.objectStores to objectStoreNameshans@chromium.org2010-11-291-1/+1
* 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