| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Do download protection checks on HTTPS urls. | mattm@chromium.org | 2012-06-09 | 1 | -1/+3 |
* | Download filename determination refactor (1/3) | asanka@chromium.org | 2012-05-30 | 1 | -1/+1 |
* | Make DownloadProtectionService not use BrowserList::GetLastActive() to load a... | ben@chromium.org | 2012-05-23 | 1 | -1/+3 |
* | Add SafeBrowsing support for checking downloaded zip files that contain execu... | bryner@chromium.org | 2012-05-17 | 1 | -0/+4 |
* | Ping SafeBrowsing servers when Chrome users download an unknown crx and apk | noelutz@google.com | 2012-03-24 | 1 | -0/+4 |
* | Handle uncommon download verdict for safebrowsing download protection. | mattm@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | Use a single condition for checking whether a download is dangerous. | asanka@chromium.org | 2012-03-16 | 1 | -4/+3 |
* | Move 'More info' action into DownloadProtectionService | asanka@chromium.org | 2012-03-12 | 1 | -1/+6 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -5/+5 |
* | Add download server IP address to the SafeBrowsing download protection ping. | noelutz@google.com | 2011-12-06 | 1 | -0/+1 |
* | Implement a whitelist for code-signing certificates. | bryner@chromium.org | 2011-12-02 | 1 | -1/+9 |
* | Only enable improved SafeBrowsing download protection on Windows. | noelutz@google.com | 2011-12-01 | 1 | -0/+1 |
* | - Flip the flag for improved SafeBrowsing downoad protection. | noelutz@google.com | 2011-11-18 | 1 | -0/+9 |
* | Propagate the SafeBrowsing download protection verdict to the DownloadItem. | noelutz@google.com | 2011-11-17 | 1 | -0/+5 |
* | Whitelist executables that are trusted in the SafeBrowsing download protection. | noelutz@google.com | 2011-11-16 | 1 | -0/+1 |
* | This CL integrates the new SafeBrowsing download service class | noelutz@google.com | 2011-11-15 | 1 | -2/+3 |
* | Cleanup: Remove unneeded forward declarations from various chrome/browser sub... | thestig@chromium.org | 2011-11-15 | 1 | -3/+3 |
* | This is a first CL which refactors the way we lookup the bad binary | noelutz@google.com | 2011-11-10 | 1 | -1/+13 |
* | Extract the certificate to use in the download protection pingback. | bryner@chromium.org | 2011-11-05 | 1 | -0/+4 |
* | Parse the SafeBrowsing download protection server response. | noelutz@google.com | 2011-11-03 | 1 | -1/+3 |
* | Revert 108315 - Parse the SafeBrowsing download protection server response. | viettrungluu@chromium.org | 2011-11-02 | 1 | -3/+1 |
* | Parse the SafeBrowsing download protection server response. | noelutz@google.com | 2011-11-02 | 1 | -1/+3 |
* | Measure how often downloaded executables match the download whitelist. | noelutz@google.com | 2011-10-29 | 1 | -0/+1 |
* | Collect some histograms about signed binary downloads. | bryner@chromium.org | 2011-10-28 | 1 | -49/+35 |
* | Revert 107528 - Collect some histograms about signed binary downloads. | bryner@chromium.org | 2011-10-27 | 1 | -35/+49 |
* | Collect some histograms about signed binary downloads. | bryner@chromium.org | 2011-10-27 | 1 | -49/+35 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -2/+4 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -9/+4 |
* | First shot at implementing the ping back for improved binary download protect... | bryner@chromium.org | 2011-10-13 | 1 | -0/+162 |