summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_net_log_parameters.cc
Commit message (Expand)AuthorAgeFilesLines
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-3/+3
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-241-0/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-14/+13
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-5/+5
* Sync csd.proto with server-side version.mattm@chromium.org2013-02-011-1/+2
* Add has_user_gesture to netlog.rdsmith@chromium.org2013-01-181-0/+1
* Merge DownloadItem::SafetyState and DownloadDangerTyperdsmith@chromium.org2013-01-171-13/+2
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-0/+16
* Move download code to the content namespace.jam@chromium.org2012-10-261-42/+42
* Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...asanka@chromium.org2012-10-251-0/+15
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-3/+12
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-156/+64
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-0/+16
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-3/+22
* Add new danger type for uncommon or unknown downloads.asanka@chromium.org2012-03-161-1/+2
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-081-2/+2
* Added net logging to DownloadItem.ahendrickson@chromium.org2012-02-081-0/+175
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-0/+58