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
*
Remove some uses of UnescapeRule::URL_SPECIAL_CHARS outside net/.
mmenke
2016-03-23
1
-2
/
+4
*
Add RetainedRef uses where needed.
vmpstr
2016-03-21
1
-17
/
+12
*
Reduce use of DatabaseIdentifier in Indexed DB entry points.
jsbell
2016-03-10
7
-65
/
+54
*
IndexedDB: Pass origin to platform/IPC, rather than DatabaseIdentifier
jsbell
2016-03-09
1
-18
/
+6
*
[tracing] Add IndexDB database memory usages to tracing
ssid
2016-03-03
3
-2
/
+51
*
Indexed DB: Rename "int version" to "version"
jsbell
2016-02-24
16
-137
/
+96
*
content: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-24
4
-0
/
+7
*
Indexed DB: Remove string version plumbing
jsbell
2016-02-17
11
-50
/
+7
*
Indexed DB: Pull leveldb coding scheme docs into a markdown file
jsbell
2016-02-12
2
-149
/
+341
*
Indexed DB: Remove transaction throttle
jsbell
2016-02-09
1
-12
/
+0
*
update obsolete code.google.com documentation links
mostynb
2016-02-08
1
-1
/
+1
*
Disable IndexedDBBrowserTest.CursorPrefetch on Android.
mvanouwerkerk
2016-02-05
1
-1
/
+7
*
Revert of Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutd...
jsbell
2016-02-04
1
-7
/
+1
*
Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckPrefetch
gcasto
2016-01-27
1
-7
/
+2
*
Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest on...
mfomitchev
2016-01-26
1
-1
/
+7
*
Indexed DB: Remove unused usage/quota caching code
jsbell
2016-01-22
2
-46
/
+0
*
Indexed DB: Query quota manager for available space during commit
jsbell
2016-01-22
2
-12
/
+57
*
Indexed DB: Use MockQuotaManagerProxy in tests
jsbell
2016-01-21
5
-72
/
+47
*
Indexed DB: Clean up Context and DispatcherHost APIs
jsbell
2016-01-20
6
-117
/
+90
*
net: move more functions out of net_util.h
tfarina
2016-01-20
1
-1
/
+1
*
IndexedDB: Remove quota checks on store/index creation
jsbell
2016-01-20
3
-18
/
+0
*
Convert Pass()→std::move() in //content/browser
dcheng
2015-12-26
16
-105
/
+91
*
Switch to standard integer types in content/browser/.
avi
2015-12-25
68
-1243
/
+1357
*
IndexedDB: Replaced DCHECK with runtime check.
cmumford
2015-12-17
1
-1
/
+4
*
IndexedDB: Raise the transaction throttle limit
jsbell
2015-12-15
1
-1
/
+1
*
Fixed use-after-free bug in ChainedBlobWriterImpl.
cmumford
2015-12-12
1
-9
/
+12
*
IndexedDB: Throttle transaction creation
jsbell
2015-12-11
1
-0
/
+16
*
Disable IndexedDBBrowserTest.VersionChangeCrashResilience on Windows
jochen
2015-12-04
1
-1
/
+9
*
Removed unused include of winsock.h/inet.h from sys_byteorder.h.
bcwhite
2015-11-30
1
-2
/
+2
*
Cleanup: Correctly spell success(ful).
thestig
2015-11-23
1
-1
/
+1
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
1
-6
/
+3
*
IndexedDB: Using map::end() instead of saved iterator.
cmumford
2015-11-11
1
-2
/
+2
*
Migrating tests to use EmbeddedTestServer (/content)
svaldez
2015-11-03
1
-1
/
+1
*
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
[next]