summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_test.cc
Commit message (Expand)AuthorAgeFilesLines
* SafeBrowsingSystemTest: use notification for end of update instead of polling.mattm@chromium.org2012-08-101-36/+23
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-4/+4
* Switch to TimeDelta interfaces for WaitForSingleProcess in safe browsing test...tedvessenes@gmail.com2012-07-091-5/+5
* Set the system network delegate on the SystemURLRequestContext.mattm@chromium.org2012-06-301-0/+1
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-2/+2
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* Cleanup: Remove Profile::Deprecated::GetDefaultRequestContext() and its last ...thestig@chromium.org2012-05-101-7/+10
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-251-0/+3
* Replace SafeBrowsing MAC with downloads over SSL.bryner@chromium.org2012-04-161-18/+5
* Run safebrowsing_test_server with stdout and stderr unbuffered, to prevent in...mattm@chromium.org2012-04-121-0/+3
* Fix more uses of TimeDelta in safe browsing code.tedvessenes@gmail.com2012-03-131-2/+2
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-1/+2
* Remove some unnecessary resource_dispatcher_host.h includes.darin@chromium.org2012-01-251-2/+2
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Mark SafeBrowsingServiceTest.SafeBrowsingSystemTest as flakyglider@chromium.org2011-11-251-7/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-2/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-5/+5
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-9/+6
* Include the URL and all features in the CSD pingback for all users.bryner@chromium.org2011-10-161-1/+1
* Convert safe-browsing storage to new Bind/Callback system.shess@chromium.org2011-09-301-17/+20
* Mark SafeBrowsingServiceTest.SafeBrowsingSystemTest as flaky.ericu@google.com2011-09-131-1/+7
* Avoid long test_server timeouts by using action_timeout_msphajdan.jr@chromium.org2011-09-121-2/+2
* Turn client-side phishing detection on for non-UMA users.noelutz@google.com2011-09-021-0/+5
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-1/+2
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+6
* Remove last safebrowsing references from content.jam@chromium.org2011-06-021-2/+1
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-2/+3
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-16/+18
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-4/+4
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-1/+2
* Enable download protection by default and convert the enable switch to disabl...lzheng@chromium.org2011-03-081-0/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-2/+2
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-16/+16
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-13/+12
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-151-3/+8
* Move:ben@chromium.org2010-12-021-1/+1
* Update with new test suite, with shorter test data set.lzheng@chromium.org2010-11-161-17/+9
* Make sure the generated python proto buff path is right.lzheng@chromium.org2010-11-091-13/+7
* This test fails on MacOs.lzheng@chromium.org2010-11-091-1/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2