summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/indexed_db_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* 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