summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-161-7/+7
* try#2: DownloadProtectionService::CheckClientDownloadRequest: service_ must b...mattm@chromium.org2012-06-151-2/+5
* Re-enable SafeBrowsingBlockingPageTest.MalwareIframeReportDetails.mattm@chromium.org2012-06-151-2/+1
* Revert 141986 - DownloadProtectionService::CheckClientDownloadRequest: servic...mattm@chromium.org2012-06-141-1/+1
* DownloadProtectionService::CheckClientDownloadRequest: service_ must be NULLe...mattm@chromium.org2012-06-131-1/+1
* TabContentsWrapper -> TabContents, part 56.avi@chromium.org2012-06-132-2/+2
* Re-enable client-side detection tests.bryner@chromium.org2012-06-121-32/+3
* Do download protection checks on HTTPS urls.mattm@chromium.org2012-06-093-15/+34
* TabContentsWrapper -> TabContents, part 25.avi@chromium.org2012-06-083-55/+34
* Chrome must back off if the SafeBrowsing update request times out.noelutz@google.com2012-06-081-2/+2
* Check if safe browsing download check request has already been cancelled befo...mattm@chromium.org2012-06-071-0/+4
* TabContentsWrapper -> TabContents, part 2.avi@chromium.org2012-06-061-5/+5
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-051-1/+2
* Don't start download protection response timeout until after file checks finish.mattm@chromium.org2012-06-041-1/+13
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-045-5/+5
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-0410-10/+10
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-302-2/+2
* Don't force non-session only cookies to be session only cookies, instead dele...jochen@chromium.org2012-05-301-1/+1
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-3/+7
* Make DownloadProtectionService not use BrowserList::GetLastActive() to load a...ben@chromium.org2012-05-232-8/+11
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-235-16/+16
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-227-18/+24
* Remove a bunch of trivial render_view_host_delegate.h includes in chrome.jam@chromium.org2012-05-221-1/+0
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-7/+3
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-3/+7
* Add SafeBrowsing support for checking downloaded zip files that contain execu...bryner@chromium.org2012-05-173-14/+193
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-0/+1
* Add all Microsoft executable extensions to the list of extensions we report a...noelutz@google.com2012-05-161-5/+18
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-118-24/+24
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-112-6/+5
* Cleanup: Remove Profile::Deprecated::GetDefaultRequestContext() and its last ...thestig@chromium.org2012-05-101-7/+10
* Initialize members in FakeMalwareDetails and cleanup SafeBrowsingBlockingPage...bauerb@chromium.org2012-05-093-98/+83
* Disable a few broken phishing tests on windows.nsylvain@chromium.org2012-05-081-5/+6
* Check if SafeBrowsingService is enabled in SendSerializedMalwareDetails.mattm@chromium.org2012-05-081-0/+3
* browser: Remove tab handler concept.tfarina@chromium.org2012-05-061-1/+1
* Stop including a continue URL for SafeBrowsing reports, to get the default co...bryner@chromium.org2012-05-011-14/+1
* Disable SafeBrowsingBlockingPageTest.MalwareIframeReportDetails because of bu...glider@chromium.org2012-04-281-5/+1
* Explicitly check the URLRequestStatus for SafeBrowsing responses.bryner@chromium.org2012-04-261-2/+4
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-2512-58/+78
* Use the correct remaining data length when parsing chunk headers.bryner@chromium.org2012-04-252-1/+16
* Do not validity check safe-browsing store if not opened.shess@chromium.org2012-04-251-4/+5
* Double-check safe-browsing database validity on update failure.shess@chromium.org2012-04-245-22/+177
* Reland rest of r131930 - Assert no URLRequests are leaking for safe browsing.willchan@chromium.org2012-04-171-0/+2
* Replace SafeBrowsing MAC with downloads over SSL.bryner@chromium.org2012-04-1612-840/+138
* Revert 131930 - Looks like we leak, need to go squash some leaks!willchan@chromium.org2012-04-131-2/+0
* Run safebrowsing_test_server with stdout and stderr unbuffered, to prevent in...mattm@chromium.org2012-04-121-0/+3
* Assert we do not leak requests for the system and safe browsing contexts.willchan@chromium.org2012-04-121-0/+2
* All classes that directly derive from net::URLRequestContextGetter should hav...rsleevi@chromium.org2012-04-061-1/+3
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-1/+2