summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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