summaryrefslogtreecommitdiffstats
path: root/storage/browser
Commit message (Expand)AuthorAgeFilesLines
* Make more of content pass "gn check"brettw2016-03-211-1/+3
* Add RetainedRef uses where needed.vmpstr2016-03-2110-80/+51
* Media Galleries Partial Deprecation: Remove iPhoto support.tommycli2016-03-181-1/+0
* Remove std::mem_fun uses.vmpstr2016-03-112-5/+4
* Remove CallbackForward and CallbackParamTraits in non-base codetzik2016-03-101-7/+6
* Replace base::Tuple in //storage with std::tupletzik2016-03-086-21/+27
* QuotaManager: Add a trigger to start eviction solely on the basis of low disk...michaeln2016-03-034-40/+104
* Move IsValidOriginIdentifier into appropriate headerjsbell2016-03-032-6/+0
* storage: Add out-of-line copy ctors for complex classes.vmpstr2016-02-268-0/+12
* net: move IsLocalhost() function into url_util.htfarina2016-02-232-2/+0
* [Blob] BlobDataHandle destruction on IO thread optimization.dmurph2016-02-171-4/+6
* Support smart pointers in base::DispatchToMethodtzik2016-02-161-4/+2
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1
* Check BlobReader::total_size() is not called earlyricea2016-02-031-1/+4
* FileSystem: Prevent iterator from being deleted after database.cmumford2016-01-274-12/+23
* Run recursive file operations sequentially.fukino2016-01-262-30/+8
* Disk cache blobs need to start from offset when readingjkarlin2016-01-231-3/+4
* Make URLRequestJob::SetStatus private.mmenke2016-01-221-3/+0
* net: move more functions out of net_util.htfarina2016-01-206-6/+6
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* 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-21143-605/+896
* 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 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-029-12/+942
* 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
* 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-153-9/+52
* 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