summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db
Commit message (Expand)AuthorAgeFilesLines
* IndexedDB: Ensure connections arriving for terminated workers are closedjsbell@chromium.org2013-04-022-3/+49
* IndexedDB: Account for dispatcher thread being null during shutdownjsbell@chromium.org2013-04-021-0/+5
* IndexedDB: Rename confusing ipc identifier variablesjsbell@chromium.org2013-03-233-105/+108
* IndexedDB: Fix database callback tracking/cleanup on closejsbell@chromium.org2013-03-215-33/+44
* IndexedDB: Remove unused plumbing for string version changesjsbell@chromium.org2013-03-213-23/+0
* IndexedDB: Ensure cursor prefetch count grows as expectedjsbell@chromium.org2013-02-265-11/+188
* Remove old SerializedScriptValue based callbacks.alecflett@chromium.org2013-02-228-262/+1
* Proxy new WebData-based onSuccess() calls.alecflett@chromium.org2013-02-225-15/+239
* IndexedDB: Restore maximum value size checks and testsjsbell@chromium.org2013-02-202-22/+56
* Remove old copying put() methods and messagesalecflett@chromium.org2013-02-195-111/+0
* Proxy WebData-based WebIDBDatabase::putalecflett@chromium.org2013-02-146-6/+113
* Add explicit casts to avoid ambiguous matching in alecflett@chromium.org2013-02-072-7/+14
* Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadataalecflett@chromium.org2013-02-016-83/+0
* Remove old IDBTransaction* cruft from earlier refactoringalecflett@chromium.org2013-01-317-272/+0
* Proxy new onUpgradeNeeded/onSuccess messages through IPCalecflett@chromium.org2013-01-314-81/+149
* IndexedDB: Remove onBlocked() overloadjsbell@chromium.org2013-01-302-10/+0
* Stop proxying transactions through onUpgradeNeededalecflett@chromium.org2013-01-255-32/+7
* Implement commit and abort for WebIDBDatabaseCallbacks.alecflett@chromium.org2013-01-185-10/+147
* Remove long-deprecated didCompleteTaskEventsalecflett@chromium.org2013-01-153-11/+0
* Remove IPC code for old methods.alecflett@chromium.org2013-01-1112-945/+9
* Update some #includes in content/common/indexed_db for headers in the new Pla...pilgrim@chromium.org2013-01-118-12/+12
* IPC implementation for create/delete ObjectStore/Indexalecflett@chromium.org2013-01-093-10/+149
* Proxy new objectstore/index methods through IPCalecflett@chromium.org2013-01-045-0/+515
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-3/+2
* Remove IPC::MessageIterator.viettrungluu@chromium.org2012-12-171-1/+4
* Propagate transaction id through IDBFactory::open() IPCalecflett@chromium.org2012-12-075-1/+73
* Rename int-based IPC variables to have ipc_ prefixalecflett@chromium.org2012-12-0615-445/+453
* Remove old transaction() call, proxies, and messages.alecflett@chromium.org2012-11-303-43/+1
* Add support for int64-based transaction ids.alecflett@chromium.org2012-11-285-9/+46
* Remove setVersion plumbing from chromiumdgrogan@chromium.org2012-11-285-63/+0
* Add alecflett to OWNERS of IDB directoriesdgrogan@chromium.org2012-11-271-0/+1
* Remove legacy IDB backend IPC glue for string-based references.alecflett@chromium.org2012-11-1310-274/+5
* Use the IPC id, not the object store idalecflett@chromium.org2012-11-091-1/+1
* Add security team as owners of IPC files.tsepez@chromium.org2012-11-091-0/+9
* IndexedDB: Support id-based references in the IPC/Proxy code.alecflett@chromium.org2012-11-029-66/+320
* IndexedDB: Use IDMap::Clear() to clear pending callbacksjsbell@chromium.org2012-10-301-12/+3
* IndexedDB: Remove ambiguities due to future webkit landingalecflett@chromium.org2012-10-261-0/+3
* IndexedDB: Ensure pending callbacks are fired before dispatcher is torn downjsbell@chromium.org2012-10-261-0/+20
* Get rid of unused SerializedScriptValue references.gbillock@chromium.org2012-10-252-2/+0
* Revert 163972 - IndexedDB: Ensure pending callbacks are fired before dispatch...abodenha@chromium.org2012-10-251-20/+0
* IndexedDB: Ensure pending callbacks are fired before dispatcher is torn downjsbell@chromium.org2012-10-251-0/+20
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-2217-42/+89
* Flush out IPC for onSuccess() / onSuccess(long long)alecflett@chromium.org2012-10-173-1/+38
* IndexedDB: Delete old IPC plumbing following WK99097jsbell@chromium.org2012-10-173-19/+0
* IndexedDB: Plumbing to allow cause of transaction abort to be passed to scriptjsbell@chromium.org2012-10-153-3/+28
* Remove old createIndex/createObjectStore implementationsalecflett@chromium.org2012-10-094-40/+0
* Propagate IDB objectstore/index ids through chromium IPCalecflett@chromium.org2012-10-055-1/+69
* IndexedDB: Data requests should use Async IPCjsbell@chromium.org2012-10-022-113/+69
* Cleanup the IPC param traits structure:jam@chromium.org2012-09-252-3/+2
* IndexedDB: Remove unused two-phase-open methods following WK90411jsbell@chromium.org2012-09-147-94/+0