summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-121-0/+5
* Make URLRequestContext::CopyFrom take a const pointer.mkosiba@chromium.org2012-05-111-20/+20
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-6/+5
* Add more variables to the URLRequest leak assertion crash dumps.willchan@chromium.org2012-05-041-0/+4
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-021-0/+2
* Expose a way to assert there are no URLRequests left.willchan@chromium.org2012-04-101-1/+5
* Track URLRequestContext references in a set.willchan@chromium.org2012-04-061-1/+15
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-2/+2
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-2/+0
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-0/+2
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-2/+0
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-2/+0
* Revert 105675 - Revert 105669 - Additional infrastructure code supporting the...palmer@chromium.org2011-10-161-0/+2
* Revert 105669 - Additional infrastructure code supporting the report fraudule...lipalani@chromium.org2011-10-151-2/+0
* Additional infrastructure code supporting the report fraudulent certificate c...palmer@chromium.org2011-10-151-0/+2
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+2
* Reland r94047 - Make Profile own ProfileIOData.willchan@chromium.org2011-07-291-1/+3
* Revert r94047 "Make Profile own ProfileIOData."oshima@google.com2011-07-261-3/+1
* Make Profile own ProfileIOData.willchan@chromium.org2011-07-261-1/+3
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-0/+2
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-0/+1
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+0
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-0/+1
* Switch to using the system request context for OCSP.willchan@chromium.org2011-05-161-3/+1
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-1/+3
* Add missing initializer for |proxy_service_| in URLRequestContext constructor.marshall@chromium.org2011-05-131-0/+1
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-2/+0
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-9/+0
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-0/+9
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-151-0/+23
* Reland r74842willchan@chromium.org2011-02-161-4/+6
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-6/+4
* Reland r74842willchan@chromium.org2011-02-161-4/+6
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-6/+4
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-4/+6
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-6/+4
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-4/+6
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-6/+4
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-4/+6
* More net/ method ordering.erg@google.com2011-01-261-4/+4
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+6
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-0/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-161-0/+1
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-0/+1
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-1/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-0/+1
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-1/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-0/+1
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-0/+1