summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...eroman@chromium.org2010-07-091-2/+2
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-4/+10
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-1/+8
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+5
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+6
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-9/+4
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-6/+5
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-3/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-11/+3
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+7
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-0/+8
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-111-0/+5
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-6/+7
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-0/+2
* Style nit -- bind asterisks to the left rather than right.eroman@chromium.org2009-11-131-1/+1
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-131-3/+8
* Change the request tracking done by about:net-internals to be per context rat...eroman@chromium.org2009-10-221-70/+3
* Add a response_info() accessor to URLRequest to get a reference to the net::H...michaeln@google.com2009-10-051-0/+3
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-041-2/+2
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-021-17/+63
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-10/+0
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-0/+2
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-0/+4
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+9
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-0/+3
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+4
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-3/+3
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-4/+17
* Document when the Delegate methods OnCertificateRequested andwtc@chromium.org2009-06-261-1/+9
* Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.willchan@chromium.org2009-06-171-3/+3
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+18
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-3/+5
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-7/+0
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+1
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-3/+5
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-14/+50
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-2/+3
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-251-6/+17
* Reverting 12470.willchan@chromium.org2009-03-251-17/+6
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-251-6/+17
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* Highlights of changes:hclam@chromium.org2009-03-131-0/+7
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-081-4/+13
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-071-13/+4
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-071-4/+13
* Reverting 11179.jcampan@chromium.org2009-03-071-13/+4
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-071-4/+13
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-7/+0
* Highlights of changes:hclam@chromium.org2009-03-051-0/+7
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-34/+18