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
/
browser
/
indexed_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ScopedTempDir in content_unittests
jschuh
2015-10-23
1
-0
/
+2
*
Indexed DB: Ship getAll() and friends
jsbell
2015-10-14
1
-20
/
+6
*
Add trace to the caller of QuotaManager::GetAvailableSpace and its callbacks ...
oshima
2015-10-10
1
-0
/
+5
*
IndexedDB: IndexedDBBackingStore::Open failing w/o returning status.
cmumford
2015-10-07
1
-7
/
+12
*
IndexedDB: Check for negative (invalid) schema values.
cmumford
2015-10-06
1
-1
/
+4
*
Cleanup: Pass std::string as const reference from content/
ki.stfu
2015-09-27
1
-1
/
+1
*
Cleanup: IWYU for base/gtest_prod_util.h.
thestig
2015-09-25
2
-0
/
+2
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
2
-6
/
+4
*
IndexedDB: Free transaction memory as write back is constructed
jsbell
2015-09-21
1
-5
/
+10
*
[IndexedDB] Adding traces, perf tests
dmurph
2015-09-19
7
-20
/
+54
*
Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckPrefetch on Linux.
engedy
2015-09-09
1
-1
/
+8
*
IndexedDB: Make getAll() requests fail if result exceeds IPC limits
jsbell
2015-08-27
7
-21
/
+89
*
IWYU for base/memory/scoped_vector.h.
thestig
2015-08-22
1
-0
/
+1
*
Revert of Add a ShadowingAtExitManager in the base TestSuite and reset it aft...
zhaoqin
2015-08-21
1
-1
/
+1
*
Indexed DB: Disable transaction inactivity timeout in browser tests
jsbell
2015-08-18
8
-30
/
+113
*
Add a ShadowingAtExitManager in the base TestSuite and reset it after every t...
bauerb
2015-08-17
1
-1
/
+1
*
Disable IndexedDBBrowserTestWithGCExposed.BlobDidAck
vkuzkokov
2015-07-02
1
-1
/
+2
*
Revert of Revert of Reland: Optimizes IndexedDB's DeleteDatabase when no db e...
vkuzkokov
2015-07-02
2
-12
/
+24
*
Revert of Reland: Optimizes IndexedDB's DeleteDatabase when no db exists (pat...
vkuzkokov
2015-07-02
2
-24
/
+12
*
Reland: Optimizes IndexedDB's DeleteDatabase when no db exists
jsbell
2015-06-30
2
-12
/
+24
*
IndexedDB: Added UMA stat to measure time to close backing store.
cmumford
2015-06-18
2
-1
/
+12
*
IndexedDB: Moved IDB's leveldb::Env out of third_party.
cmumford
2015-06-18
4
-11
/
+59
*
IndexedDB: Optimize "prevunique" cursor resetting and related logic
jsbell
2015-06-12
2
-73
/
+40
*
Indexed DB: Simplify cursor iteration logic
jsbell
2015-06-10
2
-70
/
+177
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
4
-21
/
+15
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
4
-15
/
+21
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
4
-21
/
+15
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
4
-15
/
+21
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
4
-21
/
+15
*
Indexed DB: Fix tracing of abort operations
jsbell
2015-06-03
1
-15
/
+5
*
IndexedDB: Chrome implementation for IDBObjectStore.getAllKeys().
cmumford
2015-06-03
1
-29
/
+31
*
Introduce bad_message.h for chrome and NaCl.
nick
2015-06-02
1
-5
/
+5
*
IndexedDB: Added IDBObjectStore.getAll() corruption test.
cmumford
2015-06-02
3
-25
/
+46
*
IndexedDB: Modified getAll to work for keys
cmumford
2015-05-29
3
-20
/
+58
*
IndexedDB: Added IDBIndex.getAll() implementation.
cmumford
2015-05-19
3
-6
/
+19
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
1
-1
/
+1
*
IndexedDB: Zero no longer a valid value for maxCount in getAll().
cmumford
2015-05-15
1
-3
/
+1
*
Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...
payal.pandey
2015-05-15
1
-1
/
+1
*
IndexedDB: Added IDBObjectStore.getAll() implementation.
cmumford
2015-05-14
7
-0
/
+208
*
Move Indexed DB Blink API headers to public/platform/modules/indexeddb (2/3)
jsbell
2015-05-12
11
-12
/
+12
*
IndexedDBQuotaClient doesn't need to inherit from storage::QuotaTaskObserver
dgrogan
2015-04-28
1
-2
/
+1
*
Update {virtual,override} to follow C++11 style in content.
nick
2015-04-24
1
-2
/
+1
*
Revert of Optimizes the operation of DeleteDatabase when no backing store exi...
jyasskin
2015-04-23
2
-24
/
+12
*
IndexedDB: Protect against use-after-free in ChainedBlobWriter.
cmumford
2015-04-23
1
-12
/
+9
*
Optimizes the operation of DeleteDatabase when no backing store exists.
payal.pandey
2015-04-23
2
-12
/
+24
*
Indexed DB: Add histograms recording schema configuration
jsbell
2015-04-23
1
-0
/
+40
*
favor DCHECK_CURRENTLY_ON for better logs in left out content/
anujk.sharma
2015-04-21
1
-1
/
+1
*
IndexedDB: Combine value/primary_key into single *ReturnValue type.
cmumford
2015-04-20
5
-51
/
+50
*
IndexedDB: Aggregating value/blob params into a single struct.
cmumford
2015-03-30
2
-48
/
+37
*
leveldb: Reuse manifest (AKA logs) during open.
cmumford
2015-03-26
1
-1
/
+1
[next]