summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-231-11/+5
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-18/+18
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-271/+3
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-191-3/+6
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-171-33/+8
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-11/+3
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-161-25/+0
* Various small cleanups in URLRequestJob:adamk@chromium.org2011-03-161-14/+7
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-081-8/+0
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-4/+5
* Send fatal proxy errors to the network delegate.jochen@chromium.org2011-02-231-0/+12
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+5
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-395/+395
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+2
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-061-19/+47
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...cbentzel@chromium.org2010-07-311-47/+19
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-07-311-19/+47
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+3
* Revert "Add the actual data being read to the OnBytesRead callback."phajdan.jr@chromium.org2010-07-221-48/+20
* Add the actual data being read to the OnBytesRead callback.cbentzel@chromium.org2010-07-211-20/+48
* Move implementation from header to source.erg@chromium.org2010-07-151-4/+63
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...eroman@chromium.org2010-07-091-5/+3
* Generate some histograms to see how well our compression is working.mbelshe@chromium.org2010-05-211-2/+98
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+4
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-2/+2
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-1/+9
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+17
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-22/+30
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-2/+2
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+7
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-4/+0
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-151-27/+33
* Change names of SDCH related histograms.jar@chromium.org2009-05-021-24/+24
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-301-2/+167
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-6/+11
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+6
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-1/+7
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-13/+22
* Make sure filter buffer is flushed after it fills its output quotajar@chromium.org2009-02-241-5/+23
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-4/+6
* revert r8603rvargas@google.com2009-01-241-6/+4