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