Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements initial plumbing for IDBCursor. | bulach@chromium.org | 2010-08-11 | 1 | -0/+6 |
* | Rename IndexedDatabase to IDBFactory to match the spec | andreip@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | The Chrome half of implementing get/put/remove for object stores (https://bug... | jorlow@chromium.org | 2010-07-14 | 1 | -8/+28 |
* | Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves. | jorlow@chromium.org | 2010-06-14 | 1 | -14/+19 |
* | Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks. | andreip@chromium.org | 2010-06-09 | 1 | -0/+10 |
* | Add IDBIndex support + various cleanup. | jorlow@chromium.org | 2010-06-03 | 1 | -3/+1 |
* | Handle IDBDatabase sync calls. | jorlow@chromium.org | 2010-05-27 | 1 | -1/+1 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -0/+51 |