summaryrefslogtreecommitdiffstats
path: root/content/test/test_url_fetcher_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-342/+0
* Move URLFetcherImpl to net/akalin@chromium.org2012-06-151-6/+6
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-071-0/+3
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move URLFetcherFactory from content to netakalin@chromium.org2012-05-251-2/+2
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-6/+6
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-6/+6
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-4/+7
* Move URLFetcherImpl::Core into its own class and fileakalin@chromium.org2012-04-021-1/+2
* Add URLFetcher::SaveResponseToFileAtPathhashimoto@chromium.org2012-03-091-0/+5
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-5/+6
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-071-0/+4
* Added missing member initializationgroby@chromium.org2012-01-281-2/+3
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-4/+5
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-14/+13
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-6/+6
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-78/+145
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-9/+9
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-13/+11
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-0/+10
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-0/+4
* Add support to download web store promo logos over https.jstritar@chromium.org2011-09-081-7/+35
* r99621 breaks sync tests.loislo@chromium.org2011-09-051-30/+6
* Add support to download web store promo logos over https.jstritar@chromium.org2011-09-051-6/+30
* Pre- and Auto-login should not log the user out of an already signed inrogerta@chromium.org2011-08-151-0/+4
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-0/+213