summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+9
* FBTF: Even more deinlining.erg@google.com2010-10-201-6/+1
* Ping Google whenever a SafeBrowsing interstitial is shown to UMA users.noelutz@google.com2010-10-071-5/+6
* Add database_update_in_progress_ in SafeBrowsingService to indicate if thelzheng@chromium.org2010-09-091-0/+4
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-0/+1
* Fix the urls reported as page_url and referer_url when a redirect is involved.panayiotis@google.com2010-08-181-0/+6
* Report malware redirectors as well.panayiotis@google.com2010-08-121-1/+2
* Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.viettrungluu@chromium.org2010-08-061-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* First change to add safebrowsing service test. lzheng@chromium.org2010-07-161-0/+1
* Add switches and apis in safebrowsing protocol_manager that will allow end-to...lzheng@chromium.org2010-06-291-0/+2
* Refactor chunk ownership in SafeBrowsing code.shess@chromium.org2010-03-081-5/+2
* Fix data races in Safe Browsing Service that were possible with aggressive co...pkasting@chromium.org2009-12-031-3/+5
* Fix a problem where queued checks' clients would never be called back if when...pkasting@chromium.org2009-11-171-9/+15
* Add ability to close the Safe Browsing Service database and recreate it on th...pkasting@chromium.org2009-11-171-3/+22
* More safe browsing cleanup work:pkasting@chromium.org2009-11-141-3/+0
* Simplify the SafeBrowsingService logic some:pkasting@chromium.org2009-11-131-6/+0
* Minor cleanup to safe_browsing_service.*; no code change.pkasting@chromium.org2009-11-131-75/+80
* Fix a crash during shutdown where SafeBrowsingProtocolManager could end up ge...eroman@chromium.org2009-11-121-1/+3
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+4
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-1/+0
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-9/+3
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-301-12/+1
* Fixed data race between GetDatabase and CheckURL at startup.erikkay@chromium.org2009-10-121-1/+1
* Simplify the PowerObserver API by removing unneeded args and providing defaul...pkasting@chromium.org2009-10-011-4/+2
* Simple cleanup.maruel@chromium.org2009-08-131-1/+1
* Landing approved patch for Yuta Kitamura (yutak@google.com)mbelshe@google.com2009-05-081-1/+1
* Remove unused database code.paulg@google.com2009-04-081-4/+0
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-2/+1
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-211-8/+0
* Report malware sub resources and their containing page to thepaulg@google.com2009-02-191-0/+6
* This CL makes the safe browsing interstitial page support multiple unsafe res...jcampan@chromium.org2009-01-231-6/+6
* clean up safe browsing pref registration by following thetc@google.com2009-01-061-1/+1
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-131-3/+7
* Make sure we end the update process if we get an errorfrom the servers. Previ...paulg@google.com2008-12-041-2/+5
* Rollbackmbelshe@google.com2008-12-011-7/+3
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-301-3/+7
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-141-7/+3
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-141-3/+7
* Update the user delay histogram for the SafeBrowsing.paulg@google.com2008-11-141-1/+1
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-141-0/+2
* Handle the possibility of failure when starting apaulg@google.com2008-11-111-3/+1
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-4/+11
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-5/+5
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-6/+31
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-3/+16
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-021-0/+3
* Cleanup EOL and include guards, including fixing one guard that was not the c...deanm@chromium.org2008-09-201-3/+3
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-3/+2
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-051-2/+4