summaryrefslogtreecommitdiffstats
path: root/content/common/net/url_fetcher_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove references to renderer from URLFetcherCoreakalin@chromium.org2012-04-191-2/+17
* Move URLFetcherImpl::Core into its own class and fileakalin@chromium.org2012-04-021-1125/+38
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-3/+5
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-5/+3
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-3/+5
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-231-5/+3
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-231-3/+5
* Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-151-2/+44
* Revert 126589 - Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-141-42/+2
* Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-141-2/+42
* Add URLFetcher::SaveResponseToFileAtPathhashimoto@chromium.org2012-03-091-34/+100
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-6/+33
* Rename URLFetcherImpl::Core::TempFileWriter to FileWriterhashimoto@chromium.org2012-03-031-107/+97
* Add download progress notification to URLFetcher.kinaba@chromium.org2012-02-291-1/+34
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-071-1/+6
* Convert use of int ms to TimeDelta in files owned by eroman.tedvessenes@gmail.com2012-01-281-1/+2
* [Coverity] Fixed call by value to by referencegroby@chromium.org2012-01-121-3/+3
* Added HTTP DELETE request type to content:URLFetcher.zelidrag@chromium.org2011-12-131-0/+4
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* URLFetcher should not act on writes to closed temp files.skerner@chromium.org2011-11-111-0/+16
* Convert some non-debug logging on content/common to debug logging.brettw@chromium.org2011-10-291-8/+8
* Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-8/+8
* Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-8/+8
* Add histogram to measure string response size of URLFetcher.skerner@chromium.org2011-10-281-0/+4
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-2/+2
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-0/+1110