summaryrefslogtreecommitdiffstats
path: root/content/public/common/url_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* roll rlz 130:132thakis@chromium.org2012-06-191-23/+0
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-34/+25
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-8/+8
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-4/+6
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-12/+10
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-199/+6
* Move URLFetcherImpl::Core into its own class and fileakalin@chromium.org2012-04-021-1/+2
* Add URLFetcher::SaveResponseToFileAtPathhashimoto@chromium.org2012-03-091-1/+13
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-4/+6
* Remove mach_broker_mac.h dependency from chrome.jam@chromium.org2012-02-291-1/+1
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-071-1/+8
* Added HTTP DELETE request type to content:URLFetcher.zelidrag@chromium.org2011-12-131-0/+2
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-2/+2
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-6/+4
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-0/+8
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-0/+224