| Commit message (Expand) | Author | Age | Files | Lines |
* | IndexedDB: fire versionchange events when calling setVersion | dgrogan@chromium.org | 2011-03-03 | 1 | -0/+30 |
* | Plumbing for WebIDBFactory::deleteDatabase | jochen@chromium.org | 2011-02-16 | 1 | -0/+22 |
* | indexeddb: make setVersion fire blocked event if other connections are open | dgrogan@chromium.org | 2011-02-14 | 1 | -0/+6 |
* | Revert "indexeddb: make setVersion fire blocked event if other connections ar... | dgrogan@chromium.org | 2011-02-12 | 1 | -6/+0 |
* | indexeddb: make setVersion fire blocked event if other connections are open | dgrogan@chromium.org | 2011-02-12 | 1 | -0/+6 |
* | Plumbing for the IDBObjectStore::clear() method. | jochen@chromium.org | 2011-02-10 | 1 | -0/+16 |
* | IndexedDB: Update calls to WebIDBObjectStore::put(). | hans@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | IndexedDB: Remove overrides of and calls to WebIDBCallbacks::onSuccess(). | hans@chromium.org | 2011-01-28 | 1 | -7/+0 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -6/+6 |
* | Make IndexedDBDispatcherHost be a message filter and move its messages into a... | jam@chromium.org | 2010-12-13 | 1 | -78/+71 |
* | Get rid of the last couple references to "remove" functions and description w... | jorlow@chromium.org | 2010-12-03 | 1 | -6/+4 |
* | Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool... | jorlow@chromium.org | 2010-11-29 | 1 | -9/+12 |
* | Add the plumbing for synchronous exceptions in IndexedDB. | jorlow@chromium.org | 2010-10-13 | 1 | -38/+77 |
* | Add plumbing for passing the indexed database quota via IDBFactory::open | andreip@chromium.org | 2010-10-12 | 1 | -3/+7 |
* | Fix up the IndexedDB plumbing layers to match the latest WebKit code. | jorlow@chromium.org | 2010-10-06 | 1 | -92/+80 |
* | Revert my revert of 60275 + don't do static casting + disable the tests for now. | jorlow@chromium.org | 2010-09-23 | 1 | -26/+54 |
* | Revert 60275. | jorlow@chromium.org | 2010-09-23 | 1 | -54/+26 |
* | Add the transaction id plumbing to IndexedDB. | jorlow@chromium.org | 2010-09-23 | 1 | -26/+54 |
* | Add IDBIndex plumbing (for IndexedDB). | jorlow@chromium.org | 2010-09-17 | 1 | -0/+50 |
* | Fix various issues with DOMStorage that only showed up in multi-process mode. | jorlow@chromium.org | 2010-09-03 | 1 | -0/+32 |
* | Implement the Chrome half of setVersion. | jorlow@chromium.org | 2010-08-31 | 1 | -0/+12 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Fix compilation errors of 56862 by | andreip@chromium.org | 2010-08-23 | 1 | -0/+15 |
* | Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo... | thomasvl@chromium.org | 2010-08-20 | 1 | -15/+0 |
* | Add transaction coordinator. Allow idle transactions to be aborted when their... | andreip@chromium.org | 2010-08-20 | 1 | -0/+15 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -0/+1 |
* | Implements initial plumbing for IDBCursor. | bulach@chromium.org | 2010-08-11 | 1 | -0/+29 |
* | Rename IndexedDatabase to IDBFactory to match the spec | andreip@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | The Chrome half of implementing get/put/remove for object stores (https://bug... | jorlow@chromium.org | 2010-07-14 | 1 | -20/+73 |
* | Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves. | jorlow@chromium.org | 2010-06-14 | 1 | -33/+74 |
* | Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks. | andreip@chromium.org | 2010-06-09 | 1 | -0/+35 |
* | Add IDBIndex support + various cleanup. | jorlow@chromium.org | 2010-06-03 | 1 | -10/+2 |
* | Handle IDBDatabase sync calls. | jorlow@chromium.org | 2010-05-27 | 1 | -2/+1 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -0/+84 |