summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Disk cache blobs need to start from offset when readingJosh Karlin2016-01-251-3/+4
* Quota: Add Quota.DaysSinceLastAccess histogram for the time between origin st...michaeln2016-01-082-31/+18
* Add Quota.TimeToInitializeGlobalQuota histogram for how long it takes to comp...michaeln2016-01-072-4/+11
* net: extract GetDirectoryListingXXX functions into directory_listing.*tfarina2016-01-061-1/+1
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Remove random lonely semicolons.thestig2015-12-301-1/+0
* Convert Pass()→std::move() in //storagedcheng2015-12-2724-151/+143
* Switch to standard integer types in storage/.avi2015-12-21156-616/+927
* Remove support for a URLRequest having a NULL Delegate.mmenke2015-12-171-9/+4
* Add 3 new quota related histograms.michaeln2015-12-172-14/+24
* [Blob] Fix for resetting reader.dmurph2015-12-152-6/+22
* Revert of [Blob] Fix for resetting reader. (patchset #8 id:130001 of https://...yoichio2015-12-152-22/+6
* [Blob] Fix for resetting reader.dmurph2015-12-152-6/+22
* Implement QuotaManager::GetVolumeSize(path) and a test.michaeln2015-12-112-0/+40
* Remove kuint64max.avi2015-12-093-23/+30
* Remove kint64max.avi2015-12-096-161/+171
* Remove reference counting from URLRequestJob.mmenke2015-12-082-5/+6
* Do not do unnecessary recursive deletes for files.thestig2015-12-072-3/+3
* [BlobAsync] Patch 4: Browser Classes & Logic.dmurph2015-12-0211-12/+948
* Remove old C++03 move emulation code.dcheng2015-12-012-9/+6
* Except already-deleted origins from eviction in QuotaTemporaryStorageEvictorcalamity2015-12-014-9/+20
* URLRequestJob: change ReadRawData contractxunjieli2015-11-236-84/+58
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Use std::tie() for operator< in storage/jsbell2015-11-201-12/+5
* Revert "Reland: URLRequestJob: change ReadRawData contract"xunjieli2015-11-206-58/+84
* Add an option to specify requested fields for fetching metadata.mtomasz2015-11-1912-18/+42
* Avoid ADL on base::DispatchToMethod in fileapitzik2015-11-181-2/+2
* Reland: URLRequestJob: change ReadRawData contractxunjieli2015-11-186-84/+58
* Do not call stat() when reading directories via File API.mtomasz2015-11-155-24/+56
* Revert "URLRequestJob: change ReadRawData contract"xunjieli2015-11-096-57/+83
* Deprecate STORAGE_EXPORT_PRIVATE macro.xhwang2015-11-0623-46/+33
* 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