summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* URLRequestJob: change ReadRawData contractxunjieli2015-11-066-83/+58
* Add access count and time-since-accessed histograms to temp storage eviction.calamity2015-11-064-20/+75
* [BlobAsync] Patch 3: Renderer Classes & Logicdmurph2015-10-318-73/+82
* [BlobAsync] Patch 2: Common Constantsdmurph2015-10-3115-4/+521
* WebSQL: Avoid running nested message loops during renderer shutdown.michaeln2015-10-292-34/+28
* [sql] QuotaDatabase schema upgrade doesn't use transactions right.michaeln2015-10-282-19/+34
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* Exclude in-use origins from storage evictions for all QuotaEvictionPolicies.calamity2015-10-212-41/+42
* Add Quota.TimeSinceOriginEvicted UMA histogram.calamity2015-10-204-44/+183
* [BlobAsync] Patch 1: BlobStorageRegistrydmurph2015-10-145-0/+229
* Integrate SiteEngagementEvictionPolicy with QuotaManager.calamity2015-10-147-9/+78
* Use INT64_MAX to avoid global object constructorsbrucedawson2015-10-131-1/+1
* Add trace to the caller of QuotaManager::GetAvailableSpace and its callbacks ...oshima2015-10-106-1/+112
* [Blob] BlobReader class & tests, and removal of all redundant reading.dmurph2015-09-3014-546/+1108
* Revert of [Blob] BlobReader class & tests, and removal of all redundant readi...kinuko2015-09-3014-1109/+546
* [Blob] BlobReader class & tests, and removal of all redundant reading.dmurph2015-09-3014-546/+1109
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-254-4/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-244-5/+5
* FileAPI: Compare expected modification time with delta on file readjsbell2015-09-021-2/+7
* clang/win: Make dump_file_system.cc build.Nico Weber2015-09-011-3/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Try to reset quota database which is suspected to be corruptedmichaeln2015-08-281-5/+8
* Revert of Try to reset quota database which is suspected to be corrupted (pat...dewittj2015-08-271-10/+5
* Try to reset quota database which is suspected to be corruptedalexanderk2015-08-271-5/+10
* Add a SiteEngagementEvictionPolicy.calamity2015-08-275-46/+64
* Record to UMA when a durable origin is passed over for eviction.dgrogan2015-08-271-5/+36
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-2/+2
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+2
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-2/+0
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+2
* Make quota logic obey durable storage permissiondgrogan2015-07-212-2/+6
* Remove legacy StartsWithASCII function.brettw2015-07-164-8/+14
* Fix gn check errors for storage/common:commonagrieve2015-07-081-0/+1
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* Add fileManagerPrivate.onCopyError event.yawano2015-06-2410-83/+72
* Added characters that look like padlocks to URL unescaping blacklist.mgiuca2015-06-241-1/+1
* Move more string_util functions to base namespace.brettw2015-06-241-2/+2
* Added Histogram entries for some FileSystem stats.cmumford2015-06-221-0/+4
* Create blobs from Disk Cache entries.gavinp2015-06-1911-39/+183
* Recursive operation delegate continues operations with ignoring errors.yawano2015-06-173-17/+73
* Only support seeking file streams from the beginning of the file.reillyg2015-06-162-9/+6
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-121-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-8/+8
* Move StringToUpperASCII to base namespacebrettw2015-06-091-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Change most uses of Pickle to base::Picklebrettw2015-06-033-17/+17
* [Storage] Blob Storage perf testsdmurph2015-06-031-1/+1
* [sql] Stats gathering for sql/ APIs.shess2015-06-031-2/+2
* Move Tuple to base namespace.brettw2015-05-295-21/+21