summaryrefslogtreecommitdiffstats
path: root/content/test/test_url_fetcher_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Add URLFetcher::SaveResponseToFileAtPathhashimoto@chromium.org2012-03-091-0/+3
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-2/+3
* Tiny comment tweaks for clarity.pkasting@chromium.org2012-03-021-3/+4
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-071-1/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-14/+13
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-49/+85
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-8/+8
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-6/+11
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-0/+4
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-0/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Add support to download web store promo logos over https.jstritar@chromium.org2011-09-081-1/+1
* Pre- and Auto-login should not log the user out of an already signed inrogerta@chromium.org2011-08-151-10/+13
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-0/+237