summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_stats.cc
Commit message (Expand)AuthorAgeFilesLines
* A misplaced break statement is screwing up Download.DangerousFile.Discardfelt@chromium.org2014-01-161-1/+1
* Add UMA metric for all malicious download warningsfelt@chromium.org2014-01-141-0/+6
* [Downloads] Update origin info after each response.asanka@chromium.org2013-12-131-0/+10
* [Downloads] Cleanup DownloadResourceHandlerasanka@chromium.org2013-11-221-5/+3
* We want to know which dangerous file types are causing the DANGEROUS_FILE war...felt@chromium.org2013-10-311-2/+156
* [Download] Deprecate WRITE_SIZE_COUNT and WRITE_LOOP_COUNT UMA enums.asanka@chromium.org2013-08-091-2/+0
* [Downloads] Some UMA for downloads resumption.asanka@chromium.org2013-07-301-1/+6
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* [Downloads] Allow acquiring dangerous download file.asanka@chromium.org2013-05-291-0/+22
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Add UMA for measuring Content-Dispostion header use and abuse.asanka@chromium.org2012-12-171-0/+96
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-8/+0
* Move download code to the content namespace.jam@chromium.org2012-10-261-3/+3
* Improve download performance statistics.rdsmith@chromium.org2012-07-031-15/+14
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-2/+40
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-081-3/+3
* Increase maximum value for Download.HistorySize UMA.benjhayden@chromium.org2012-02-231-3/+3
* Add UMA stats for save package duplicate file errors.benwells@chromium.org2012-02-171-0/+6
* Isolate initiation counts for downloads to their own histograms and improverdsmith@chromium.org2012-02-151-1/+6
* Get rid of download_stats.h dependency from Chrome.jam@chromium.org2012-01-241-19/+0
* Get more information about types of images being downloaded.cbentzel@chromium.org2011-12-021-2/+44
* Fixed a header name error in UMA statistics that record what servers accept r...ahendrickson@chromium.org2011-11-301-3/+3
* Added UMA statistics to see what servers accept range requests.ahendrickson@chromium.org2011-11-291-0/+27
* First pass at some Downloads UMA to get a handle on downloads performance.rdsmith@chromium.org2011-11-021-0/+18
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-171-0/+53
* Added a InterruptReason enum.ahendrickson@chromium.org2011-10-131-11/+15
* Added UMA for downloads that are interrupted at the end.ahendrickson@chromium.org2011-09-211-1/+8
* Added more UMA statistics for downloads.ahendrickson@chromium.org2011-09-071-1/+19
* Move download UMA functions to their own file in content. Also fire the chrom...jam@chromium.org2011-08-161-0/+151