index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
safe_browsing
/
download_protection_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-4
/
+3
*
Enable safebrowsing download warnings on OSX.
mattm
2015-04-29
1
-21
/
+5
*
favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/safe_browsing
anujk.sharma
2015-04-24
1
-21
/
+21
*
Fix inclusion of archived binaries in client download requests
grt
2015-04-11
1
-2
/
+2
*
Extract SignedData blobs from archived binaries.
grt
2015-04-03
1
-2
/
+3
*
Include attributes of zipped binaries in ClientDownloadRequests.
grt
2015-03-23
1
-2
/
+6
*
Move BinaryFeatureExtractor and PEImageReader to common.
grt
2015-03-20
1
-1
/
+1
*
Move HistoryService and ContentVisitDelegate into history namespace
sdefresne
2015-03-12
1
-1
/
+1
*
Componentize HistoryService, HistoryBackend and related classes
sdefresne
2015-03-12
1
-1
/
+1
*
Include PE headers of modules in the browser process in incident reports.
grt
2015-03-05
1
-3
/
+10
*
Swap order of SBClientDownload.CheckDownloadStats binary file and url scheme ...
mattm
2015-02-12
1
-4
/
+4
*
Move ServiceAccessType into //components/keyed_service
sdefresne
2015-01-10
1
-2
/
+3
*
Safebrowsing download protection: handle data URIs
mattm
2014-12-12
1
-7
/
+25
*
Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...
dmichael
2014-12-12
1
-3
/
+3
*
Safebrowsing download protection: also check blob URLs.
mattm
2014-12-03
1
-2
/
+7
*
Safebrowsing: Fix crash if DownloadItem is destroyed before history check.
mattm
2014-11-20
1
-0
/
+5
*
[chrome/browser/s*] Convert VLOGs to DVLOGs
anujk.sharma
2014-11-06
1
-22
/
+22
*
Include high-fidelity metadata about a download in incident reports.
grt
2014-11-04
1
-0
/
+24
*
Standardize usage of virtual/override/final in chrome/browser/safe_browsing/
dcheng
2014-10-22
1
-9
/
+9
*
replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]*
mostynb
2014-10-07
1
-5
/
+5
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-1
/
+1
*
Reland Safebrowsing: allow sending enhanced download protection pings on OSX.
mattm
2014-09-17
1
-7
/
+22
*
Revert "Safebrowsing: allow sending enhanced download protection pings on OSX."
Matt Mueller
2014-09-17
1
-22
/
+7
*
Safebrowsing: allow sending enhanced download protection pings on OSX.
mattm
2014-09-17
1
-7
/
+22
*
[Downloads] Gracefully handle SafeBrowsing check failures.
asanka
2014-09-16
1
-41
/
+52
*
Change security warning links to point to localized help center article
felt
2014-08-28
1
-0
/
+4
*
Include the latest binary download info in safe browsing incident reports.
grt@chromium.org
2014-07-02
1
-15
/
+1
*
Port HistoryService::QueryRedirects{From,To} to CancelableTaskTracker
sdefresne@chromium.org
2014-06-25
1
-13
/
+10
*
Add .torrent to SBClientDownload.DownloadExtensions histogram.
mattm@chromium.org
2014-06-19
1
-0
/
+3
*
Add SBClientDownload.DownloadRequestNetworkDuration and DownloadRequestTimeou...
mattm@chromium.org
2014-06-06
1
-0
/
+20
*
Increase safebrowsing download check timeout.
mattm@chromium.org
2014-05-30
1
-1
/
+1
*
Add .dmg and .pkg to SBClientDownload.DownloadExtensions histogram.
mattm@chromium.org
2014-05-02
1
-0
/
+4
*
Include PE image headers in client download pings.
grt@chromium.org
2014-03-25
1
-0
/
+7
*
Safebrowsing download protection: include tab url chain & referrer.
mattm@chromium.org
2014-03-25
1
-1
/
+73
*
Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking o...
grt@chromium.org
2014-03-25
1
-11
/
+12
*
SafeBrowsing DownloadProtectionService: only check final URL against whitelist.
mattm@chromium.org
2014-02-15
1
-15
/
+4
*
Update 'learn more' link for malicious and uncommon downloads
felt@chromium.org
2013-10-29
1
-3
/
+0
*
Consolidate TestURLFetcherFactory::SetFakeResponse
mnissler@chromium.org
2013-09-30
1
-7
/
+6
*
Add histogram for safebrowsing download ping payload size.
mattm@chromium.org
2013-07-31
1
-0
/
+2
*
Add detailed histograms for DownloadProtectionService URLFetcher errors.
mattm@chromium.org
2013-07-26
1
-0
/
+9
*
Warn users about potentially unwanted downloads.
asanka@chromium.org
2013-07-24
1
-1
/
+9
*
Use a direct include of time headers in chrome/browser/, part 6.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Implement safebrowsing download feedback service, enabled for dev & canary only.
mattm@chromium.org
2013-06-15
1
-4
/
+10
*
Use a direct include of strings headers in chrome/browser/r*-s*/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-03
1
-4
/
+4
*
Fix timeout function getting called while CheckClientDownloadRequest is alrea...
mattm@chromium.org
2013-05-16
1
-4
/
+6
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-2
/
+2
[next]