summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed data race between GetDatabase and CheckURL at startup.erikkay@chromium.org2009-10-121-12/+5
* Simplify the PowerObserver API by removing unneeded args and providing defaul...pkasting@chromium.org2009-10-011-12/+6
* Add a histogram to measure the number of times we askpaulg@google.com2009-05-111-1/+8
* Landing approved patch for Yuta Kitamura (yutak@google.com)mbelshe@google.com2009-05-081-25/+27
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* 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