summaryrefslogtreecommitdiffstats
path: root/content/common/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-134-0/+2355
* Fix Linux Views build breakage.willchan@chromium.org2011-09-134-2355/+0
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-134-0/+2355