summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Plumbing for WebIDBFactory::deleteDatabasejochen@chromium.org2011-02-161-0/+6
* indexeddb: make setVersion fire blocked event if other connections are opendgrogan@chromium.org2011-02-141-0/+1
* Revert "indexeddb: make setVersion fire blocked event if other connections ar...dgrogan@chromium.org2011-02-121-1/+0
* indexeddb: make setVersion fire blocked event if other connections are opendgrogan@chromium.org2011-02-121-0/+1
* Plumbing for the IDBObjectStore::clear() method.jochen@chromium.org2011-02-101-0/+6
* IndexedDB: Update calls to WebIDBObjectStore::put().hans@chromium.org2011-02-021-1/+2
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-4/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-4/+3
* Get rid of the last couple references to "remove" functions and description w...jorlow@chromium.org2010-12-031-3/+2
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-131-19/+33
* Add plumbing for passing the indexed database quota via IDBFactory::openandreip@chromium.org2010-10-121-3/+6
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-31/+22
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-231-29/+43
* Revert 60275.jorlow@chromium.org2010-09-231-43/+29
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-231-29/+43
* Add IDBIndex plumbing (for IndexedDB).jorlow@chromium.org2010-09-171-0/+16
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-031-0/+14
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-311-0/+5
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-231-0/+7
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-201-7/+0
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-201-0/+7
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-111-0/+6
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-301-1/+1
* `#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-8/+28
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-141-14/+19
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-091-0/+10
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-031-3/+1
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-271-1/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+51