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
/
safe_browsing_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-2
/
+2
*
Enable url check in download_manager, with a simple UI (it may need polish). ...
lzheng@chromium.org
2011-02-26
1
-13
/
+26
*
Clean up the disable_ and checks_.
lzheng@chromium.org
2011-02-24
1
-5
/
+8
*
Fix uninitialized start time in queued safe-browsing checks.
shess@chromium.org
2011-02-16
1
-11
/
+14
*
Grab additional malware details from the renderer: frame hierarchy, list of s...
panayiotis@google.com
2011-02-16
1
-3
/
+2
*
Lookup hash prefix in safebrowsing service.
lzheng@chromium.org
2011-02-16
1
-37
/
+147
*
[cros] Enable disk IO restriction on IOThread.
nkostylev@chromium.org
2011-02-11
1
-1
/
+7
*
Retrieve the redirect urls for the malicious url, and send them in the detail...
lzheng@chromium.org
2011-02-10
1
-7
/
+10
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+3
*
Add support to sha256 hash the downloaded file.
lzheng@chromium.org
2011-01-13
1
-0
/
+15
*
Consolidate some safe-browsing histograms.
shess@chromium.org
2010-12-28
1
-17
/
+40
*
Add support for safebrowsing download protection. It is currently under flag ...
lzheng@chromium.org
2010-12-22
1
-19
/
+20
*
Handle download url list and binary hash list in safe browsing. Added
lzheng@chromium.org
2010-12-15
1
-12
/
+79
*
Add a browser test for safebrowsing service.
lzheng@chromium.org
2010-12-13
1
-8
/
+10
*
Send malware reports when a user opts-in from the safe browsing interstitial ...
panayiotis@google.com
2010-12-10
1
-2
/
+19
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
1
-3
/
+6
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
A browser test for safe_browsing_blocking_page. It tests some simple cases fo...
panayiotis@google.com
2010-11-30
1
-0
/
+27
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-27
1
-1
/
+3
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.
pkasting@chromium.org
2010-10-25
1
-5
/
+4
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
1
-0
/
+16
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+7
*
Use scoped_refptr for refcounted param in SafeBrowsingService.
willchan@chromium.org
2010-10-20
1
-5
/
+1
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-5
/
+6
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-6
/
+5
*
Ping Google whenever a SafeBrowsing interstitial is shown to UMA users.
noelutz@google.com
2010-10-07
1
-38
/
+26
*
Rename ChromeThread to BrowserThread Part4:
tfarina@chromium.org
2010-10-07
1
-39
/
+39
*
Add database_update_in_progress_ in SafeBrowsingService to indicate if the
lzheng@chromium.org
2010-09-09
1
-8
/
+14
*
Add a command line switch "--disable-background-networking", to be used in
mbelshe@chromium.org
2010-09-08
1
-1
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Refactor SafeBrowsingDatabase for transition to new file format.
shess@chromium.org
2010-08-18
1
-3
/
+2
*
Fix the urls reported as page_url and referer_url when a redirect is involved.
panayiotis@google.com
2010-08-18
1
-4
/
+23
*
Report malware redirectors as well.
panayiotis@google.com
2010-08-12
1
-11
/
+18
*
Add switches and apis in safebrowsing protocol_manager that will allow end-to...
lzheng@chromium.org
2010-06-29
1
-1
/
+30
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-4
/
+4
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-2
/
+2
*
Remove unnecessary header dependency and fix misleading comment.
dpranke@chromium.org
2010-06-15
1
-0
/
+1
*
Add ftp protocol to the safebrowsing checks. Fixed the crash with canonicaliz...
inferno@chromium.org
2010-06-02
1
-1
/
+5
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Refactor chunk ownership in SafeBrowsing code.
shess@chromium.org
2010-03-08
1
-14
/
+14
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Fix data races in Safe Browsing Service that were possible with aggressive co...
pkasting@chromium.org
2009-12-03
1
-11
/
+26
*
Remove another instance of using the transient pref service. This pref
tony@chromium.org
2009-11-30
1
-3
/
+4
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-1
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Fix checkfailure caused by stupidity.
pkasting@chromium.org
2009-11-17
1
-1
/
+1
[next]