summaryrefslogtreecommitdiffstats
path: root/content/common/net
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-222-0/+8
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* roll rlz 130:132thakis@chromium.org2012-06-191-14/+0
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-26/+10
* Move URLFetcherImpl to net/akalin@chromium.org2012-06-154-1570/+64
* Move URLFetcherCore to net/akalin@chromium.org2012-06-134-1430/+7
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-075-32/+122
* Reorder definitions to match declarations for url_fetcher_core.*.pkasting@chromium.org2012-06-061-214/+224
* Add sanity-CHECK that UrlFetcherCore is passed a valid URLwez@chromium.org2012-05-251-0/+1
* Move URLFetcherFactory from content to netakalin@chromium.org2012-05-252-7/+10
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-235-33/+35
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-225-28/+27
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-224-32/+46
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-122-0/+5
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-28/+28
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-7/+7
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-023-97/+163
* add methods to URLFetcherDelegate to get download data from URLFetcherCore:kuan@chromium.org2012-04-272-0/+24
* Fixed a bug in URLFetcherCore that caused random failures if stopped (because...primiano@chromium.org2012-04-251-0/+5
* Valgrind: Fix uninitialized variable from r133076.thestig@chromium.org2012-04-191-0/+1
* Remove references to renderer from URLFetcherCoreakalin@chromium.org2012-04-193-30/+49
* URLFetcher: Skip posting to IO thread if already on IO thread.willchan@chromium.org2012-04-171-1/+5
* All classes that directly derive from net::URLRequestContextGetter should hav...rsleevi@chromium.org2012-04-061-2/+3
* Move URLFetcherImpl::Core into its own class and fileakalin@chromium.org2012-04-024-1148/+1356
* 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