summaryrefslogtreecommitdiffstats
path: root/content/common/net
Commit message (Expand)AuthorAgeFilesLines
* 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-152-2/+103
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-141-2/+2
* Revert 126589 - Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-142-95/+2
* Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-142-2/+95
* Make test server to talk with the python test server which is running on remo...jnd@chromium.org2012-03-121-0/+3
* Add URLFetcher::SaveResponseToFileAtPathhashimoto@chromium.org2012-03-093-61/+273
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-095-11/+85
* Order content::URLFetcher test code correctlyhashimoto@chromium.org2012-03-031-102/+109
* Rename URLFetcherImpl::Core::TempFileWriter to FileWriterhashimoto@chromium.org2012-03-032-108/+98
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-24/+0
* Add download progress notification to URLFetcher.kinaba@chromium.org2012-02-292-4/+139
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-241-16/+46
* content::URLFetcher: Add HTTP PUT request type and method to append header st...kuan@chromium.org2012-02-072-2/+8
* URLFetcherTempFileTest should not be flaky after 120507.sergeyu@chromium.org2012-02-051-8/+2
* Mark URLFetcherTempFileTest.LargeGet FLAKY_ on ChromeOS to stop halting the treedbeam@chromium.org2012-02-051-2/+8
* Enable SmallGet. The test that caused original failure has been disabled in 1...sergeyu@chromium.org2012-02-051-2/+2
* Disable URLFetcherTempFileTest.SmallGettim@chromium.org2012-02-021-2/+2
* 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
* base::Bind() cleanup in URLFetcherImpl test.dcheng@chromium.org2011-12-131-24/+12
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-8/+8
* 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-282-4/+4
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-273-124/+126
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-262-60/+20
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-0/+9
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-253-278/+149
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-243-245/+91
* base::Bind: Final cleanup in url_fetcher.cc.jhawkins@chromium.org2011-10-181-23/+12
* URLFetcher: Minor cleanups.jhawkins@chromium.org2011-10-181-5/+1
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-10/+7
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-171-6/+4
* base::Bind: Convert FileUtilProxy::CreateTemporaryCallback.jhawkins@chromium.org2011-10-171-3/+7
* Move backoff_delay_ to the inner Core class so that core_ iswtc@chromium.org2011-10-163-11/+18
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-3/+1
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-282-0/+15
* Update OnURLFetchComplete() to use new params in AutofillDownloadManager.skerner@chromium.org2011-09-231-6/+4
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-2/+3
* Fix URLFetcherTest.CancelAll.willchan@chromium.org2011-09-131-29/+22