summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/download_protection_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Switch DownloadProtectionServiceTest to use pre-generated certs instead of cr...bryner@chromium.org2011-12-061-49/+28
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-061-1/+18
* Implement a whitelist for code-signing certificates.bryner@chromium.org2011-12-021-2/+158
* Only enable improved SafeBrowsing download protection on Windows.noelutz@google.com2011-12-011-0/+26
* Don't send file URLs for download protection server pings.noelutz@google.com2011-11-221-3/+11
* Fix broken unit-test.noelutz@google.com2011-11-181-2/+0
* - Flip the flag for improved SafeBrowsing downoad protection.noelutz@google.com2011-11-181-21/+53
* Whitelist executables that are trusted in the SafeBrowsing download protection.noelutz@google.com2011-11-161-0/+22
* This CL integrates the new SafeBrowsing download service classnoelutz@google.com2011-11-151-22/+23
* Include the full certificate chain in the download pingback.bryner@chromium.org2011-11-121-4/+7
* This is a first CL which refactors the way we lookup the bad binarynoelutz@google.com2011-11-101-4/+212
* Extract the certificate to use in the download protection pingback.bryner@chromium.org2011-11-051-7/+89
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-031-2/+23
* Revert 108315 - Parse the SafeBrowsing download protection server response.viettrungluu@chromium.org2011-11-021-23/+2
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-021-2/+23
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-7/+9
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-281-28/+102
* Revert 107528 - Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-102/+28
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-1/+0
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-28/+102
* First shot at implementing the ping back for improved binary download protect...bryner@chromium.org2011-10-131-0/+227