summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db/indexed_db_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Move indexeddb "common child" code out of content/common.alecflett@chromium.org2013-05-221-260/+0
* Change include paths to use the new IDB header locations in Platformalecflett@chromium.org2013-05-021-5/+4
* Remove WebSecurityOrigin from chromiumalecflett@chromium.org2013-04-251-14/+3
* Remove WebExceptionCode from IDB proxy codealecflett@chromium.org2013-04-221-9/+4
* IndexedDB: Rename confusing ipc identifier variablesjsbell@chromium.org2013-03-231-10/+11
* IndexedDB: Fix database callback tracking/cleanup on closejsbell@chromium.org2013-03-211-6/+5
* IndexedDB: Remove unused plumbing for string version changesjsbell@chromium.org2013-03-211-3/+0
* IndexedDB: Ensure cursor prefetch count grows as expectedjsbell@chromium.org2013-02-261-3/+4
* Remove old SerializedScriptValue based callbacks.alecflett@chromium.org2013-02-221-20/+0
* Proxy new WebData-based onSuccess() calls.alecflett@chromium.org2013-02-221-2/+22
* Remove old copying put() methods and messagesalecflett@chromium.org2013-02-191-17/+0
* Proxy WebData-based WebIDBDatabase::putalecflett@chromium.org2013-02-141-1/+13
* Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadataalecflett@chromium.org2013-02-011-7/+0
* Remove old IDBTransaction* cruft from earlier refactoringalecflett@chromium.org2013-01-311-8/+0
* Proxy new onUpgradeNeeded/onSuccess messages through IPCalecflett@chromium.org2013-01-311-3/+15
* IndexedDB: Remove onBlocked() overloadjsbell@chromium.org2013-01-301-1/+0
* Stop proxying transactions through onUpgradeNeededalecflett@chromium.org2013-01-251-2/+0
* Implement commit and abort for WebIDBDatabaseCallbacks.alecflett@chromium.org2013-01-181-2/+17
* Remove IPC code for old methods.alecflett@chromium.org2013-01-111-85/+0
* Proxy new objectstore/index methods through IPCalecflett@chromium.org2013-01-041-0/+64
* Propagate transaction id through IDBFactory::open() IPCalecflett@chromium.org2012-12-071-0/+9
* Rename int-based IPC variables to have ipc_ prefixalecflett@chromium.org2012-12-061-51/+52
* Remove setVersion plumbing from chromiumdgrogan@chromium.org2012-11-281-9/+0
* Remove legacy IDB backend IPC glue for string-based references.alecflett@chromium.org2012-11-131-11/+0
* IndexedDB: Support id-based references in the IPC/Proxy code.alecflett@chromium.org2012-11-021-6/+17
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-19/+16
* Flush out IPC for onSuccess() / onSuccess(long long)alecflett@chromium.org2012-10-171-1/+7
* IndexedDB: Delete old IPC plumbing following WK99097jsbell@chromium.org2012-10-171-2/+0
* IndexedDB: Plumbing to allow cause of transaction abort to be passed to scriptjsbell@chromium.org2012-10-151-1/+6
* IndexedDB: Remove unused two-phase-open methods following WK90411jsbell@chromium.org2012-09-141-12/+0
* Chromium side of "consolidate two-phase connection to avoid race conditions".jsbell@chromium.org2012-09-111-0/+9
* IndexedDB: Close open databases when user requests browsing data deletionjsbell@chromium.org2012-09-061-0/+1
* Chromium glue for Preemptive cursors and passing keys from renderer to browseralecflett@chromium.org2012-08-101-2/+4
* Remove a ton of IPC from landing putWithIndexKeysalecflett@chromium.org2012-08-021-6/+0
* Chrome side changes for integer versionsdgrogan@chromium.org2012-07-271-0/+15
* Plumb through the rest of OnSuccessWithKeyalecflett@chromium.org2012-07-261-0/+7
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Chromium side of plumbing for passing renderer-generated keys through IPCalecflett@chromium.org2012-07-111-7/+10
* IndexedDB: Remove unused object store delete() overloads and IPC plumbingjsbell@chromium.org2012-06-221-7/+0
* Move IndexedDBKey, IndexedDBKeyRange into content namespacejsbell@chromium.org2012-05-041-10/+10
* IndexedDB: chromium side of IDBCursor.advance().alecflett@chromium.org2012-04-241-0/+6
* IndexedDB: remove proxy and IPC code for the IDBKey-based get/getKey.alecflett@chromium.org2012-04-231-21/+3
* IndexedDB: Support get/getKey(keyRange) alecflett@chromium.org2012-04-191-0/+21
* Add DCHECK in IndexedDBDispatcher::ThreadSpecificInstance to ensuredgrogan@chromium.org2012-04-131-1/+5
* IndexedDB: Impose a 64MB limit on the size of values that can be stored.jsbell@chromium.org2012-03-271-1/+7
* Use SyncMessageFilter when sending IDB ipc messages from a worker.dgrogan@chromium.org2012-02-241-1/+2
* IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange)jsbell@chromium.org2012-02-171-0/+8
* Move indexed db files from content/renderer to content/common.dgrogan@chromium.org2012-02-121-0/+250