summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webidbobjectstore_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Plumbing for the IDBObjectStore::clear() method.jochen@chromium.org2011-02-101-0/+3
* IndexedDB: Update calls to WebIDBObjectStore::put().hans@chromium.org2011-02-021-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-24/+24
* Get rid of the last couple references to "remove" functions and description w...jorlow@chromium.org2010-12-031-4/+4
* Build fix: call WebIDBObjectStore::deleteIndexjorlow@chromium.org2010-11-261-1/+1
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-7/+14
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-5/+6
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-231-6/+16
* Revert 60275.jorlow@chromium.org2010-09-231-16/+6
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-231-6/+16
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-111-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-141-4/+11
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-0/+10
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+31