summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db
Commit message (Expand)AuthorAgeFilesLines
* Remove some uses of UnescapeRule::URL_SPECIAL_CHARS outside net/.mmenke2016-03-231-2/+4
* Add RetainedRef uses where needed.vmpstr2016-03-211-17/+12
* Reduce use of DatabaseIdentifier in Indexed DB entry points.jsbell2016-03-107-65/+54
* IndexedDB: Pass origin to platform/IPC, rather than DatabaseIdentifierjsbell2016-03-091-18/+6
* [tracing] Add IndexDB database memory usages to tracingssid2016-03-033-2/+51
* Indexed DB: Rename "int version" to "version"jsbell2016-02-2416-137/+96
* content: Add out-of-line copy ctors for complex classes.vmpstr2016-02-244-0/+7
* Indexed DB: Remove string version plumbingjsbell2016-02-1711-50/+7
* Indexed DB: Pull leveldb coding scheme docs into a markdown filejsbell2016-02-122-149/+341
* Indexed DB: Remove transaction throttlejsbell2016-02-091-12/+0
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Disable IndexedDBBrowserTest.CursorPrefetch on Android.mvanouwerkerk2016-02-051-1/+7
* Revert of Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutd...jsbell2016-02-041-7/+1
* Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckPrefetchgcasto2016-01-271-7/+2
* Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest on...mfomitchev2016-01-261-1/+7
* Indexed DB: Remove unused usage/quota caching codejsbell2016-01-222-46/+0
* Indexed DB: Query quota manager for available space during commitjsbell2016-01-222-12/+57
* Indexed DB: Use MockQuotaManagerProxy in testsjsbell2016-01-215-72/+47
* Indexed DB: Clean up Context and DispatcherHost APIsjsbell2016-01-206-117/+90
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* IndexedDB: Remove quota checks on store/index creationjsbell2016-01-203-18/+0
* Convert Pass()→std::move() in //content/browserdcheng2015-12-2616-105/+91
* Switch to standard integer types in content/browser/.avi2015-12-2568-1243/+1357
* IndexedDB: Replaced DCHECK with runtime check.cmumford2015-12-171-1/+4
* IndexedDB: Raise the transaction throttle limitjsbell2015-12-151-1/+1
* Fixed use-after-free bug in ChainedBlobWriterImpl.cmumford2015-12-121-9/+12
* IndexedDB: Throttle transaction creationjsbell2015-12-111-0/+16
* Disable IndexedDBBrowserTest.VersionChangeCrashResilience on Windowsjochen2015-12-041-1/+9
* Removed unused include of winsock.h/inet.h from sys_byteorder.h.bcwhite2015-11-301-2/+2
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-6/+3
* IndexedDB: Using map::end() instead of saved iterator.cmumford2015-11-111-2/+2
* Migrating tests to use EmbeddedTestServer (/content)svaldez2015-11-031-1/+1
* Fix ScopedTempDir in content_unittestsjschuh2015-10-231-0/+2
* Indexed DB: Ship getAll() and friendsjsbell2015-10-141-20/+6
* Add trace to the caller of QuotaManager::GetAvailableSpace and its callbacks ...oshima2015-10-101-0/+5
* IndexedDB: IndexedDBBackingStore::Open failing w/o returning status.cmumford2015-10-071-7/+12
* IndexedDB: Check for negative (invalid) schema values.cmumford2015-10-061-1/+4
* Cleanup: Pass std::string as const reference from content/ki.stfu2015-09-271-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-252-0/+2
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-6/+4
* IndexedDB: Free transaction memory as write back is constructedjsbell2015-09-211-5/+10
* [IndexedDB] Adding traces, perf testsdmurph2015-09-197-20/+54
* Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckPrefetch on Linux.engedy2015-09-091-1/+8
* IndexedDB: Make getAll() requests fail if result exceeds IPC limitsjsbell2015-08-277-21/+89
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-0/+1
* Revert of Add a ShadowingAtExitManager in the base TestSuite and reset it aft...zhaoqin2015-08-211-1/+1
* Indexed DB: Disable transaction inactivity timeout in browser testsjsbell2015-08-188-30/+113
* Add a ShadowingAtExitManager in the base TestSuite and reset it after every t...bauerb2015-08-171-1/+1
* Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckvkuzkokov2015-07-021-1/+2