summaryrefslogtreecommitdiffstats
path: root/content/test/net
Commit message (Expand)AuthorAgeFilesLines
* Add a prerender browsertest for <a ping>.davidben@chromium.org2014-02-051-2/+7
* Beef up DNS probe browser tests, focusing on how they interact with Link Doctor.mmenke@chromium.org2013-11-273-5/+7
* Show IDN in error screens (DNS failure etc.)yuusuke@yandex-team.ru2013-10-042-10/+35
* Add header to defer redirects until prerenders become visible.davidben@chromium.org2013-10-011-0/+2
* Don't change PrerenderTracker state in WillTransferRequestToNewProcessdavidben@chromium.org2013-09-302-6/+18
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Remove WorkerPool dependency from URLRequestFileJob.earthdok@chromium.org2013-08-192-4/+14
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-183-3/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-092-2/+2
* Use a direct include of strings headers in content/test/, content/worker/.avi@chromium.org2013-06-114-5/+5
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-023-7/+8
* content: Move kViewSourceScheme constant into content namespace.tfarina@chromium.org2013-05-301-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-043-7/+6
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-303-3/+3
* Improve <adview> implementation and add tests.rpaquay@chromium.org2013-04-242-21/+59
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Add explicit base to FilePath.brettw@chromium.org2013-02-072-17/+18
* Persist download interrupt reason, both target and current paths, url_chain, ...rdsmith@chromium.org2013-02-032-2/+32
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-9/+14
* This refactor aims to avoid use of CR_DEFINE_STATIC_LOCAL and functions retur...pauljensen@chromium.org2013-01-025-169/+82
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-204-18/+227
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-3010-3/+36
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-2410-31/+54
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-201-1/+4
* Remove #pragma once from contentajwong@chromium.org2012-07-115-7/+2
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-293-4/+9
* Captive portals intercept all HTTP requests until the usermmenke@chromium.org2012-06-142-2/+12
* Remove the test URLRequestJobs from shipping code to just browser_tests. All ...jam@chromium.org2012-06-054-16/+12
* Fix reference holding on net::IOBuffer in URLRequestSlowDownloadJob.rdsmith@chromium.org2012-05-071-0/+1
* Modify URLRequestFailedDnsJob to allow any error code to bemmenke@chromium.org2012-03-194-85/+137
* Move the owners file that was beside all the test url request jobs to the new...jam@chromium.org2012-03-151-0/+11
* Move all the test URLRequestJobs to content/test/net.jam@chromium.org2012-03-1210-0/+868