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
Commit message (
Expand
)
Author
Age
Files
Lines
*
IndexedDB: Ensure connections arriving for terminated workers are closed
jsbell@chromium.org
2013-04-02
2
-3
/
+49
*
IndexedDB: Account for dispatcher thread being null during shutdown
jsbell@chromium.org
2013-04-02
1
-0
/
+5
*
IndexedDB: Rename confusing ipc identifier variables
jsbell@chromium.org
2013-03-23
3
-105
/
+108
*
IndexedDB: Fix database callback tracking/cleanup on close
jsbell@chromium.org
2013-03-21
5
-33
/
+44
*
IndexedDB: Remove unused plumbing for string version changes
jsbell@chromium.org
2013-03-21
3
-23
/
+0
*
IndexedDB: Ensure cursor prefetch count grows as expected
jsbell@chromium.org
2013-02-26
5
-11
/
+188
*
Remove old SerializedScriptValue based callbacks.
alecflett@chromium.org
2013-02-22
8
-262
/
+1
*
Proxy new WebData-based onSuccess() calls.
alecflett@chromium.org
2013-02-22
5
-15
/
+239
*
IndexedDB: Restore maximum value size checks and tests
jsbell@chromium.org
2013-02-20
2
-22
/
+56
*
Remove old copying put() methods and messages
alecflett@chromium.org
2013-02-19
5
-111
/
+0
*
Proxy WebData-based WebIDBDatabase::put
alecflett@chromium.org
2013-02-14
6
-6
/
+113
*
Add explicit casts to avoid ambiguous matching in
alecflett@chromium.org
2013-02-07
2
-7
/
+14
*
Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata
alecflett@chromium.org
2013-02-01
6
-83
/
+0
*
Remove old IDBTransaction* cruft from earlier refactoring
alecflett@chromium.org
2013-01-31
7
-272
/
+0
*
Proxy new onUpgradeNeeded/onSuccess messages through IPC
alecflett@chromium.org
2013-01-31
4
-81
/
+149
*
IndexedDB: Remove onBlocked() overload
jsbell@chromium.org
2013-01-30
2
-10
/
+0
*
Stop proxying transactions through onUpgradeNeeded
alecflett@chromium.org
2013-01-25
5
-32
/
+7
*
Implement commit and abort for WebIDBDatabaseCallbacks.
alecflett@chromium.org
2013-01-18
5
-10
/
+147
*
Remove long-deprecated didCompleteTaskEvents
alecflett@chromium.org
2013-01-15
3
-11
/
+0
*
Remove IPC code for old methods.
alecflett@chromium.org
2013-01-11
12
-945
/
+9
*
Update some #includes in content/common/indexed_db for headers in the new Pla...
pilgrim@chromium.org
2013-01-11
8
-12
/
+12
*
IPC implementation for create/delete ObjectStore/Index
alecflett@chromium.org
2013-01-09
3
-10
/
+149
*
Proxy new objectstore/index methods through IPC
alecflett@chromium.org
2013-01-04
5
-0
/
+515
*
Removing unnecessary content:: namespace qualifier.
darin@chromium.org
2013-01-02
1
-3
/
+2
*
Remove IPC::MessageIterator.
viettrungluu@chromium.org
2012-12-17
1
-1
/
+4
*
Propagate transaction id through IDBFactory::open() IPC
alecflett@chromium.org
2012-12-07
5
-1
/
+73
*
Rename int-based IPC variables to have ipc_ prefix
alecflett@chromium.org
2012-12-06
15
-445
/
+453
*
Remove old transaction() call, proxies, and messages.
alecflett@chromium.org
2012-11-30
3
-43
/
+1
*
Add support for int64-based transaction ids.
alecflett@chromium.org
2012-11-28
5
-9
/
+46
*
Remove setVersion plumbing from chromium
dgrogan@chromium.org
2012-11-28
5
-63
/
+0
*
Add alecflett to OWNERS of IDB directories
dgrogan@chromium.org
2012-11-27
1
-0
/
+1
*
Remove legacy IDB backend IPC glue for string-based references.
alecflett@chromium.org
2012-11-13
10
-274
/
+5
*
Use the IPC id, not the object store id
alecflett@chromium.org
2012-11-09
1
-1
/
+1
*
Add security team as owners of IPC files.
tsepez@chromium.org
2012-11-09
1
-0
/
+9
*
IndexedDB: Support id-based references in the IPC/Proxy code.
alecflett@chromium.org
2012-11-02
9
-66
/
+320
*
IndexedDB: Use IDMap::Clear() to clear pending callbacks
jsbell@chromium.org
2012-10-30
1
-12
/
+3
*
IndexedDB: Remove ambiguities due to future webkit landing
alecflett@chromium.org
2012-10-26
1
-0
/
+3
*
IndexedDB: Ensure pending callbacks are fired before dispatcher is torn down
jsbell@chromium.org
2012-10-26
1
-0
/
+20
*
Get rid of unused SerializedScriptValue references.
gbillock@chromium.org
2012-10-25
2
-2
/
+0
*
Revert 163972 - IndexedDB: Ensure pending callbacks are fired before dispatch...
abodenha@chromium.org
2012-10-25
1
-20
/
+0
*
IndexedDB: Ensure pending callbacks are fired before dispatcher is torn down
jsbell@chromium.org
2012-10-25
1
-0
/
+20
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
17
-42
/
+89
*
Flush out IPC for onSuccess() / onSuccess(long long)
alecflett@chromium.org
2012-10-17
3
-1
/
+38
*
IndexedDB: Delete old IPC plumbing following WK99097
jsbell@chromium.org
2012-10-17
3
-19
/
+0
*
IndexedDB: Plumbing to allow cause of transaction abort to be passed to script
jsbell@chromium.org
2012-10-15
3
-3
/
+28
*
Remove old createIndex/createObjectStore implementations
alecflett@chromium.org
2012-10-09
4
-40
/
+0
*
Propagate IDB objectstore/index ids through chromium IPC
alecflett@chromium.org
2012-10-05
5
-1
/
+69
*
IndexedDB: Data requests should use Async IPC
jsbell@chromium.org
2012-10-02
2
-113
/
+69
*
Cleanup the IPC param traits structure:
jam@chromium.org
2012-09-25
2
-3
/
+2
*
IndexedDB: Remove unused two-phase-open methods following WK90411
jsbell@chromium.org
2012-09-14
7
-94
/
+0
[next]