summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/download_protection_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-4/+3
* Enable safebrowsing download warnings on OSX.mattm2015-04-291-21/+5
* favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/safe_browsinganujk.sharma2015-04-241-21/+21
* Fix inclusion of archived binaries in client download requestsgrt2015-04-111-2/+2
* Extract SignedData blobs from archived binaries.grt2015-04-031-2/+3
* Include attributes of zipped binaries in ClientDownloadRequests.grt2015-03-231-2/+6
* Move BinaryFeatureExtractor and PEImageReader to common.grt2015-03-201-1/+1
* Move HistoryService and ContentVisitDelegate into history namespacesdefresne2015-03-121-1/+1
* Componentize HistoryService, HistoryBackend and related classessdefresne2015-03-121-1/+1
* Include PE headers of modules in the browser process in incident reports.grt2015-03-051-3/+10
* Swap order of SBClientDownload.CheckDownloadStats binary file and url scheme ...mattm2015-02-121-4/+4
* Move ServiceAccessType into //components/keyed_servicesdefresne2015-01-101-2/+3
* Safebrowsing download protection: handle data URIsmattm2014-12-121-7/+25
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-3/+3
* Safebrowsing download protection: also check blob URLs.mattm2014-12-031-2/+7
* Safebrowsing: Fix crash if DownloadItem is destroyed before history check.mattm2014-11-201-0/+5
* [chrome/browser/s*] Convert VLOGs to DVLOGsanujk.sharma2014-11-061-22/+22
* Include high-fidelity metadata about a download in incident reports.grt2014-11-041-0/+24
* Standardize usage of virtual/override/final in chrome/browser/safe_browsing/dcheng2014-10-221-9/+9
* replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]*mostynb2014-10-071-5/+5
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Reland Safebrowsing: allow sending enhanced download protection pings on OSX.mattm2014-09-171-7/+22
* Revert "Safebrowsing: allow sending enhanced download protection pings on OSX."Matt Mueller2014-09-171-22/+7
* Safebrowsing: allow sending enhanced download protection pings on OSX.mattm2014-09-171-7/+22
* [Downloads] Gracefully handle SafeBrowsing check failures.asanka2014-09-161-41/+52
* Change security warning links to point to localized help center articlefelt2014-08-281-0/+4
* Include the latest binary download info in safe browsing incident reports.grt@chromium.org2014-07-021-15/+1
* Port HistoryService::QueryRedirects{From,To} to CancelableTaskTrackersdefresne@chromium.org2014-06-251-13/+10
* Add .torrent to SBClientDownload.DownloadExtensions histogram.mattm@chromium.org2014-06-191-0/+3
* Add SBClientDownload.DownloadRequestNetworkDuration and DownloadRequestTimeou...mattm@chromium.org2014-06-061-0/+20
* Increase safebrowsing download check timeout.mattm@chromium.org2014-05-301-1/+1
* Add .dmg and .pkg to SBClientDownload.DownloadExtensions histogram.mattm@chromium.org2014-05-021-0/+4
* Include PE image headers in client download pings.grt@chromium.org2014-03-251-0/+7
* Safebrowsing download protection: include tab url chain & referrer.mattm@chromium.org2014-03-251-1/+73
* Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking o...grt@chromium.org2014-03-251-11/+12
* SafeBrowsing DownloadProtectionService: only check final URL against whitelist.mattm@chromium.org2014-02-151-15/+4
* Update 'learn more' link for malicious and uncommon downloadsfelt@chromium.org2013-10-291-3/+0
* Consolidate TestURLFetcherFactory::SetFakeResponsemnissler@chromium.org2013-09-301-7/+6
* Add histogram for safebrowsing download ping payload size.mattm@chromium.org2013-07-311-0/+2
* Add detailed histograms for DownloadProtectionService URLFetcher errors.mattm@chromium.org2013-07-261-0/+9
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-241-1/+9
* Use a direct include of time headers in chrome/browser/, part 6.avi@chromium.org2013-06-281-1/+1
* Implement safebrowsing download feedback service, enabled for dev & canary only.mattm@chromium.org2013-06-151-4/+10
* Use a direct include of strings headers in chrome/browser/r*-s*/.avi@chromium.org2013-06-101-2/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-4/+4
* Fix timeout function getting called while CheckClientDownloadRequest is alrea...mattm@chromium.org2013-05-161-4/+6
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-2/+2