summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-5/+3
* Reverting 14005.brettw@chromium.org2009-04-181-3/+5
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-5/+3
* Remove unused database code.paulg@google.com2009-04-081-29/+0
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-4/+6
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-211-51/+7
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-1/+3
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-9/+9
* Report malware sub resources and their containing page to thepaulg@google.com2009-02-191-2/+52
* Bring the SafeBrowsingProtocolManager out of scaffolding.paul@chromium.org2009-02-191-7/+1
* Make safe_browsing_blocking_page.cc compile on Posix.jhawkins@chromium.org2009-02-191-1/+1
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-2/+8
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+1
* Safe browsing cleanup:estade@chromium.org2009-01-281-6/+5
* This CL makes the safe browsing interstitial page support multiple unsafe res...jcampan@chromium.org2009-01-231-29/+33
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* clean up safe browsing pref registration by following thetc@google.com2009-01-061-1/+1
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-191-0/+15
* Reverting 7149.jcampan@chromium.org2008-12-171-15/+0
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-0/+15
* DatabaseLoadComplete now needs to be run after OnIOInitialize, so change the ...jam@chromium.org2008-12-171-3/+3
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-131-5/+12
* Make sure we end the update process if we get an errorfrom the servers. Previ...paulg@google.com2008-12-041-4/+10
* Rollbackmbelshe@google.com2008-12-011-12/+5
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-301-5/+12
* Turn on the new SafeBrowsing by default. To use the olderpaulg@google.com2008-11-261-1/+1
* Fix a crash that occurs during the browser shutdown process.paulg@google.com2008-11-181-8/+15
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-141-12/+5
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-141-5/+12
* Update the user delay histogram for the SafeBrowsing.paulg@google.com2008-11-141-2/+4
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-141-1/+9
* Reduce memory consumption by keeping the SafeBrowsingpaulg@google.com2008-11-131-4/+12
* Handle the possibility of failure when starting apaulg@google.com2008-11-111-17/+3
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-2/+16
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-26/+129
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-18/+27
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-021-0/+13
* Create a SafeBrowsing database interface to more easilypaulg@google.com2008-09-201-1/+1
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-051-4/+8
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-29/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-3/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+567