summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of Revert of Reland: Optimizes IndexedDB's DeleteDatabase when no db e...vkuzkokov2015-07-022-12/+24
* Revert of Reland: Optimizes IndexedDB's DeleteDatabase when no db exists (pat...vkuzkokov2015-07-022-24/+12
* Reland: Optimizes IndexedDB's DeleteDatabase when no db existsjsbell2015-06-302-12/+24
* IndexedDB: Added UMA stat to measure time to close backing store.cmumford2015-06-182-1/+12
* IndexedDB: Moved IDB's leveldb::Env out of third_party.cmumford2015-06-184-11/+59
* IndexedDB: Optimize "prevunique" cursor resetting and related logicjsbell2015-06-122-73/+40
* Indexed DB: Simplify cursor iteration logicjsbell2015-06-102-70/+177
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-21/+15
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-054-15/+21
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-21/+15
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-054-15/+21
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-054-21/+15
* Indexed DB: Fix tracing of abort operationsjsbell2015-06-031-15/+5
* IndexedDB: Chrome implementation for IDBObjectStore.getAllKeys().cmumford2015-06-031-29/+31
* Introduce bad_message.h for chrome and NaCl.nick2015-06-021-5/+5
* IndexedDB: Added IDBObjectStore.getAll() corruption test.cmumford2015-06-023-25/+46
* IndexedDB: Modified getAll to work for keyscmumford2015-05-293-20/+58
* IndexedDB: Added IDBIndex.getAll() implementation.cmumford2015-05-193-6/+19
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* IndexedDB: Zero no longer a valid value for maxCount in getAll().cmumford2015-05-151-3/+1
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...payal.pandey2015-05-151-1/+1
* IndexedDB: Added IDBObjectStore.getAll() implementation.cmumford2015-05-147-0/+208
* Move Indexed DB Blink API headers to public/platform/modules/indexeddb (2/3)jsbell2015-05-1211-12/+12
* IndexedDBQuotaClient doesn't need to inherit from storage::QuotaTaskObserverdgrogan2015-04-281-2/+1
* Update {virtual,override} to follow C++11 style in content.nick2015-04-241-2/+1
* Revert of Optimizes the operation of DeleteDatabase when no backing store exi...jyasskin2015-04-232-24/+12
* IndexedDB: Protect against use-after-free in ChainedBlobWriter.cmumford2015-04-231-12/+9
* Optimizes the operation of DeleteDatabase when no backing store exists.payal.pandey2015-04-232-12/+24
* Indexed DB: Add histograms recording schema configurationjsbell2015-04-231-0/+40
* favor DCHECK_CURRENTLY_ON for better logs in left out content/anujk.sharma2015-04-211-1/+1
* IndexedDB: Combine value/primary_key into single *ReturnValue type.cmumford2015-04-205-51/+50
* IndexedDB: Aggregating value/blob params into a single struct.cmumford2015-03-302-48/+37
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-1/+1