summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.h
Commit message (Expand)AuthorAgeFilesLines
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-0/+5
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-2/+4
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+14
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-14/+0
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+14
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-1/+7
* net: Add NET_API to url_request.rvargas@google.com2011-05-201-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-69/+14
* Fix up the last easy URLRequestJob refcounting offenders.willchan@chromium.org2011-03-211-27/+27
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-191-0/+3
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-171-13/+11
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-15/+6
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-161-7/+0
* Various small cleanups in URLRequestJob:adamk@chromium.org2011-03-161-25/+16
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-081-4/+0
* 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-11/+6
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-6/+6
* net: Add namespace net to more files.tfarina@chromium.org2010-12-171-7/+5
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+0
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-13/+15
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-5/+11
* Make URLRequestJob RefCounted instead of RefCountedThreadSafe.willchan@chromium.org2010-11-191-5/+2
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-061-5/+19
* Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...cbentzel@chromium.org2010-07-311-19/+5
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-07-311-5/+19
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Revert "Add the actual data being read to the OnBytesRead callback."phajdan.jr@chromium.org2010-07-221-20/+6
* Add the actual data being read to the OnBytesRead callback.cbentzel@chromium.org2010-07-211-6/+20
* Move implementation from header to source.erg@chromium.org2010-07-151-21/+15
* Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...eroman@chromium.org2010-07-091-1/+1
* Generate some histograms to see how well our compression is working.mbelshe@chromium.org2010-05-211-0/+11
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-1/+2
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-1/+5
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-301-5/+0
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-1/+3
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-4/+3
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-1/+7
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+4
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-4/+10
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-151-1/+1
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-301-1/+53
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-0/+4
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-101-0/+6
* Move position of declaration per nit on larger CL that landedjar@chromium.org2009-03-301-3/+1