summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_net_log_parameters.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add new danger type for uncommon or unknown downloads.asanka@chromium.org2012-03-161-1/+2
| | | | | | | | | BUG=102540 TEST=Downloading a binary that is marked by the safe browsing service as uncommon should show the uncommon download warning. Review URL: https://chromiumcodereview.appspot.com/9621007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127093 0039d316-1c4b-4281-b951-d872f2087c98
* Move download interrupt reasons to content\public (the enum that's used by ↵jam@chromium.org2012-03-081-2/+2
| | | | | | | | | chrome). The rest keep in content. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9639001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125527 0039d316-1c4b-4281-b951-d872f2087c98
* Added net logging to DownloadItem.ahendrickson@chromium.org2012-02-081-0/+175
| | | | | | | | | | | | | | Should any client of the DownloadItem wish to enable logging for it, they only need to provide a BoundNetLog or NetLog (depending on the download type). None currently do. This is the third of 4 CLs that will enable net logging for downloads. BUG=None TEST=None Review URL: http://codereview.chromium.org/9121053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120911 0039d316-1c4b-4281-b951-d872f2087c98
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-0/+58
This enables net logging for BaseFile if any customer of BaseFile choose to take advantage of it -- none yet do. This is the second of 4 CLs that will enable net logging for downloads. BUG=None TEST=None Review URL: http://codereview.chromium.org/9223019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120510 0039d316-1c4b-4281-b951-d872f2087c98