summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Make IndexedDBDispatcherHost be a message filter and move its messages into a...jam@chromium.org2010-12-131-78/+71
* Get rid of the last couple references to "remove" functions and description w...jorlow@chromium.org2010-12-031-6/+4
* Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool...jorlow@chromium.org2010-11-291-9/+12
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-38/+77
* Add plumbing for passing the indexed database quota via IDBFactory::openandreip@chromium.org2010-10-121-3/+7
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-92/+80
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-231-26/+54
* Revert 60275.jorlow@chromium.org2010-09-231-54/+26
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-231-26/+54
* Add IDBIndex plumbing (for IndexedDB).jorlow@chromium.org2010-09-171-0/+50
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-031-0/+32
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-311-0/+12
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-231-0/+15
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-201-15/+0
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-201-0/+15
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-111-0/+29
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-301-3/+3
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-141-20/+73
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-33/+74
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+35
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-031-10/+2
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-2/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+84