summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/download_protection_service.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Do download protection checks on HTTPS urls.mattm@chromium.org2012-06-091-1/+3
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-1/+1
* Make DownloadProtectionService not use BrowserList::GetLastActive() to load a...ben@chromium.org2012-05-231-1/+3
* Add SafeBrowsing support for checking downloaded zip files that contain execu...bryner@chromium.org2012-05-171-0/+4
* Ping SafeBrowsing servers when Chrome users download an unknown crx and apknoelutz@google.com2012-03-241-0/+4
* Handle uncommon download verdict for safebrowsing download protection.mattm@chromium.org2012-03-161-2/+2
* Use a single condition for checking whether a download is dangerous.asanka@chromium.org2012-03-161-4/+3
* Move 'More info' action into DownloadProtectionServiceasanka@chromium.org2012-03-121-1/+6
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-5/+5
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-061-0/+1
* Implement a whitelist for code-signing certificates.bryner@chromium.org2011-12-021-1/+9
* Only enable improved SafeBrowsing download protection on Windows.noelutz@google.com2011-12-011-0/+1
* - Flip the flag for improved SafeBrowsing downoad protection.noelutz@google.com2011-11-181-0/+9
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-171-0/+5
* Whitelist executables that are trusted in the SafeBrowsing download protection.noelutz@google.com2011-11-161-0/+1
* This CL integrates the new SafeBrowsing download service classnoelutz@google.com2011-11-151-2/+3
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-3/+3
* This is a first CL which refactors the way we lookup the bad binarynoelutz@google.com2011-11-101-1/+13
* Extract the certificate to use in the download protection pingback.bryner@chromium.org2011-11-051-0/+4
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-031-1/+3
* Revert 108315 - Parse the SafeBrowsing download protection server response.viettrungluu@chromium.org2011-11-021-3/+1
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-021-1/+3
* Measure how often downloaded executables match the download whitelist.noelutz@google.com2011-10-291-0/+1
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-281-49/+35
* Revert 107528 - Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-35/+49
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-49/+35
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+4
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-9/+4
* First shot at implementing the ping back for improved binary download protect...bryner@chromium.org2011-10-131-0/+162