summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_context_storage.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+3
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-3/+0
* Fix ServerBoundCertServiceRequest leaks by system request context.mattm@chromium.org2012-12-281-0/+1
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-071-0/+4
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-021-0/+3
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-5/+5
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-3/+0
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-0/+3
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-3/+0
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-3/+0
* Revert 105675 - Revert 105669 - Additional infrastructure code supporting the...palmer@chromium.org2011-10-161-0/+4
* Revert 105669 - Additional infrastructure code supporting the report fraudule...lipalani@chromium.org2011-10-151-4/+0
* Additional infrastructure code supporting the report fraudulent certificate c...palmer@chromium.org2011-10-151-0/+4
* Fix leak of HttpServerProperties in URLRequestContextStorage.willchan@chromium.org2011-10-111-1/+1
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+3
* Make TransportSecurityState not ref-counted for simplicity.phajdan.jr@chromium.org2011-09-271-1/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Instantiate OriginBoundCertService in relevant places and do plumbing to pass...rkn@chromium.org2011-08-111-0/+4
* net: Add NET_API to url_request.rvargas@google.com2011-05-201-1/+2
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-0/+3
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-3/+0
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-3/+3
* Create a URLRequestContextStorage object to provide storage for URLRequestCon...willchan@chromium.org2011-02-231-0/+92