summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webidbobjectstore_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Build fix: call WebIDBObjectStore::deleteIndexjorlow@chromium.org2010-11-261-1/+1
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-17/+26
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-21/+32
* Revert "Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumb...andreip@chromium.org2010-09-241-0/+2
* Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumbingphajdan.jr@chromium.org2010-09-241-2/+0
* Adds IDBFactory::didCompleteEventsForTransaction plumbingandreip@chromium.org2010-09-241-0/+2
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-231-14/+24
* Revert 60275.jorlow@chromium.org2010-09-231-32/+14
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-231-14/+32
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-111-0/+12
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-141-1/+32
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-0/+45
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+38