index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
common
/
indexed_db
/
indexed_db_dispatcher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
1
-260
/
+0
*
Change include paths to use the new IDB header locations in Platform
alecflett@chromium.org
2013-05-02
1
-5
/
+4
*
Remove WebSecurityOrigin from chromium
alecflett@chromium.org
2013-04-25
1
-14
/
+3
*
Remove WebExceptionCode from IDB proxy code
alecflett@chromium.org
2013-04-22
1
-9
/
+4
*
IndexedDB: Rename confusing ipc identifier variables
jsbell@chromium.org
2013-03-23
1
-10
/
+11
*
IndexedDB: Fix database callback tracking/cleanup on close
jsbell@chromium.org
2013-03-21
1
-6
/
+5
*
IndexedDB: Remove unused plumbing for string version changes
jsbell@chromium.org
2013-03-21
1
-3
/
+0
*
IndexedDB: Ensure cursor prefetch count grows as expected
jsbell@chromium.org
2013-02-26
1
-3
/
+4
*
Remove old SerializedScriptValue based callbacks.
alecflett@chromium.org
2013-02-22
1
-20
/
+0
*
Proxy new WebData-based onSuccess() calls.
alecflett@chromium.org
2013-02-22
1
-2
/
+22
*
Remove old copying put() methods and messages
alecflett@chromium.org
2013-02-19
1
-17
/
+0
*
Proxy WebData-based WebIDBDatabase::put
alecflett@chromium.org
2013-02-14
1
-1
/
+13
*
Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata
alecflett@chromium.org
2013-02-01
1
-7
/
+0
*
Remove old IDBTransaction* cruft from earlier refactoring
alecflett@chromium.org
2013-01-31
1
-8
/
+0
*
Proxy new onUpgradeNeeded/onSuccess messages through IPC
alecflett@chromium.org
2013-01-31
1
-3
/
+15
*
IndexedDB: Remove onBlocked() overload
jsbell@chromium.org
2013-01-30
1
-1
/
+0
*
Stop proxying transactions through onUpgradeNeeded
alecflett@chromium.org
2013-01-25
1
-2
/
+0
*
Implement commit and abort for WebIDBDatabaseCallbacks.
alecflett@chromium.org
2013-01-18
1
-2
/
+17
*
Remove IPC code for old methods.
alecflett@chromium.org
2013-01-11
1
-85
/
+0
*
Proxy new objectstore/index methods through IPC
alecflett@chromium.org
2013-01-04
1
-0
/
+64
*
Propagate transaction id through IDBFactory::open() IPC
alecflett@chromium.org
2012-12-07
1
-0
/
+9
*
Rename int-based IPC variables to have ipc_ prefix
alecflett@chromium.org
2012-12-06
1
-51
/
+52
*
Remove setVersion plumbing from chromium
dgrogan@chromium.org
2012-11-28
1
-9
/
+0
*
Remove legacy IDB backend IPC glue for string-based references.
alecflett@chromium.org
2012-11-13
1
-11
/
+0
*
IndexedDB: Support id-based references in the IPC/Proxy code.
alecflett@chromium.org
2012-11-02
1
-6
/
+17
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-19
/
+16
*
Flush out IPC for onSuccess() / onSuccess(long long)
alecflett@chromium.org
2012-10-17
1
-1
/
+7
*
IndexedDB: Delete old IPC plumbing following WK99097
jsbell@chromium.org
2012-10-17
1
-2
/
+0
*
IndexedDB: Plumbing to allow cause of transaction abort to be passed to script
jsbell@chromium.org
2012-10-15
1
-1
/
+6
*
IndexedDB: Remove unused two-phase-open methods following WK90411
jsbell@chromium.org
2012-09-14
1
-12
/
+0
*
Chromium side of "consolidate two-phase connection to avoid race conditions".
jsbell@chromium.org
2012-09-11
1
-0
/
+9
*
IndexedDB: Close open databases when user requests browsing data deletion
jsbell@chromium.org
2012-09-06
1
-0
/
+1
*
Chromium glue for Preemptive cursors and passing keys from renderer to browser
alecflett@chromium.org
2012-08-10
1
-2
/
+4
*
Remove a ton of IPC from landing putWithIndexKeys
alecflett@chromium.org
2012-08-02
1
-6
/
+0
*
Chrome side changes for integer versions
dgrogan@chromium.org
2012-07-27
1
-0
/
+15
*
Plumb through the rest of OnSuccessWithKey
alecflett@chromium.org
2012-07-26
1
-0
/
+7
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Chromium side of plumbing for passing renderer-generated keys through IPC
alecflett@chromium.org
2012-07-11
1
-7
/
+10
*
IndexedDB: Remove unused object store delete() overloads and IPC plumbing
jsbell@chromium.org
2012-06-22
1
-7
/
+0
*
Move IndexedDBKey, IndexedDBKeyRange into content namespace
jsbell@chromium.org
2012-05-04
1
-10
/
+10
*
IndexedDB: chromium side of IDBCursor.advance().
alecflett@chromium.org
2012-04-24
1
-0
/
+6
*
IndexedDB: remove proxy and IPC code for the IDBKey-based get/getKey.
alecflett@chromium.org
2012-04-23
1
-21
/
+3
*
IndexedDB: Support get/getKey(keyRange)
alecflett@chromium.org
2012-04-19
1
-0
/
+21
*
Add DCHECK in IndexedDBDispatcher::ThreadSpecificInstance to ensure
dgrogan@chromium.org
2012-04-13
1
-1
/
+5
*
IndexedDB: Impose a 64MB limit on the size of values that can be stored.
jsbell@chromium.org
2012-03-27
1
-1
/
+7
*
Use SyncMessageFilter when sending IDB ipc messages from a worker.
dgrogan@chromium.org
2012-02-24
1
-1
/
+2
*
IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange)
jsbell@chromium.org
2012-02-17
1
-0
/
+8
*
Move indexed db files from content/renderer to content/common.
dgrogan@chromium.org
2012-02-12
1
-0
/
+250