summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a problem where queued checks' clients would never be called back if when...pkasting@chromium.org2009-11-171-35/+59
* Add ability to close the Safe Browsing Service database and recreate it on th...pkasting@chromium.org2009-11-171-30/+71
* More safe browsing cleanup work:pkasting@chromium.org2009-11-141-18/+16
* Simplify the SafeBrowsingService logic some:pkasting@chromium.org2009-11-131-32/+9
* Minor cleanup to safe_browsing_service.*; no code change.pkasting@chromium.org2009-11-131-396/+379
* Fix a crash during shutdown where SafeBrowsingProtocolManager could end up ge...eroman@chromium.org2009-11-121-9/+26
* Remove build time differences between Chrome Frame and Google Chrome in therobertshield@chromium.org2009-11-061-0/+19
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-4/+4
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-41/+45
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-7/+4
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-301-24/+0