- 4588b3d Put DnsProbeService on IOThread. by [email protected] · 13 years ago
- d1208ba3 Add a SafeSearch preference, policy and implementation. by [email protected] · 13 years ago
- ee4c30d Provide mutable members of UrlRequestContext via pure-virtual interface. Create a pure-virtual interface called HttpUserAgentSettings that provides access to the Accept-Language, Accept-Charset, and User-Agent HTTP headers. Each UrlRequestContext should have a HttpUserAgentSettings implementation attached via set_http_user_agent_settings(). by [email protected] · 13 years ago
- 3d5aaad Add NetworkChangeNotifier connectivity events to the NetLog. by [email protected] · 13 years ago
- 7a299a9 Coalesce payload length statistics in ChromeNetworkDelegate by [email protected] · 13 years ago
- c54a891 [net] Change factory methods for HostResolver and HostCache to return a scoped_ptr. by [email protected] · 13 years ago
- ec44ee0 SPDY proxy authentication support. by [email protected] · 13 years ago
- 11f5e3a On OS X, observe Keychain/Trust Settings changes and announce them via CertDatabase by [email protected] · 13 years ago
- 84ed2976 Fix bug in setting IOThread::Globals by [email protected] · 13 years ago
- 9d8cfb68 Implement 'Do Not Track' header by [email protected] · 13 years ago
- e6426c1b Disable TLS channel id if cookies are disabled or third-party cookies are blocked. by [email protected] · 13 years ago
- c2dad29 Remove static variables from HttpStreamFactory. by [email protected] · 13 years ago
- 026876f3 [net] Add AsyncDns field trial. by [email protected] · 13 years ago
- a9e0d141 Add histograms for network activity, and total/cumulative by [email protected] · 13 years ago
- e9c41d2 Add ManagedModeURLFilter. by [email protected] · 13 years ago
- cde8b3c Add histograms to NetworkChangeNotifier to identify ways to improve interface by [email protected] · 13 years ago
- 5a07c19 Adding histograms showing fraction of page load times spent in the disk cache, for full and partial page loads. by [email protected] · 13 years ago
- 5a38dfd Move ExtensionEventRouter and related into extensions namespace by [email protected] · 13 years ago
- 815c69cf Set the system network delegate on the SystemURLRequestContext. by [email protected] · 13 years ago
- efe22215 Remove SSLHostInfo. by [email protected] · 13 years ago
- 3dc1bc4 Move content::URLFetcher static functions to net::URLFetcher by [email protected] · 13 years ago
- 4969b012 Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestContextGetter. by [email protected] · 13 years ago
- 2fa0891 NetLogEventParameter to Callback refactoring 11. by [email protected] · 13 years ago
- a1d4ab07 Introduce a delegate to avoid hardcoding "chrome-extension" in net/. by [email protected] · 13 years ago
- e0845d5f RefCounted types should not have public destructors, net/ edition by [email protected] · 13 years ago
- ef2bf42 Stop refcounting URLRequestContext. by [email protected] · 13 years ago
- 5bab49ec Make ServerBoundCertService use TaskRunner interface instead of using WorkerPool directly. by [email protected] · 13 years ago
- a73a280 Make URLRequestThrottlerManager a member of URLRequestContext. by [email protected] · 13 years ago
- f43b89f3 Refactor TransportSecurityState. by [email protected] · 13 years ago
- 649d1c0 RefCounted types should not have public destructors, chrome/browser/ part 6 by [email protected] · 13 years ago
- 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
- c93123fa Assert system request context has no leaks *after* destroying the pipelining client. by [email protected] · 13 years ago
- 7613faae Fix HttpPipeliningCompatibilityClient ownership. by [email protected] · 13 years ago
- 2ed8037 Partially reland r131930. Only assert on system context leaks this time. by [email protected] · 13 years ago
- 31eec0a Revert 131930 - Looks like we leak, need to go squash some leaks! BUG=123224 by [email protected] · 13 years ago
- 5827718 Assert we do not leak requests for the system and safe browsing contexts. by [email protected] · 13 years ago
- 13ed17f8 All classes that directly derive from net::URLRequestContextGetter should have "protected" by [email protected] · 13 years ago
- dc73a7b Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. by [email protected] · 13 years ago
- e5e2de42 Revert 128789 - Media failures on Win/Mac/Linux starting with this CL. by [email protected] · 13 years ago
- 85ec28c Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. by [email protected] · 13 years ago
- 32cb7fb Rename origin_bound_cert files to server_bound_cert. by [email protected] · 13 years ago
- 9f59fac Make CertVerifier a pure virtual interface. by [email protected] · 13 years ago
- 9c4eff2 Change Origin bound certs -> Domain bound certs. by [email protected] · 13 years ago
- aa84a7e Update net/base/cookie_*.h includes to net/cookies/cookie_*.h . by [email protected] · 13 years ago
- fba65f7b Add a source id to global NetLog entries, which makes them by [email protected] · 13 years ago
- 8c434cbc net: always enable NSS's HTTP fetches by [email protected] · 13 years ago
- 9c8ae8c Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. by [email protected] · 13 years ago
- b3601bc2 [net] Asynchronous DNS ready for experiments. by [email protected] · 13 years ago
- 5151774 Remove PassiveLogCollector, and its supporting infrastructure. by [email protected] · 13 years ago
- 075c032 Add SafeBrowsingURLRequestContext which stores cookies. by [email protected] · 13 years ago
- d24fc3a0 Swiching SDCHDictionaryFetcher from using the deprecated GetDefaultRequestContext to using the system request context. by [email protected] · 13 years ago
- af66993 Move cleanup that happens on IO thread destruction to content, so that not every embedder has to know to do it. This also allows us to hide some of these functions from embedders. by [email protected] · 13 years ago
- 9990736 Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- 71fdf77 Fix race condition in ChromeProxyConfigService by [email protected] · 14 years ago
- 3ed7496f Revert: Revert "net: remove DNS certificate checking code." by [email protected] · 14 years ago
- 93fa037 Revert "net: remove DNS certificate checking code." by [email protected] · 14 years ago
- 58acc37 net: remove DNS certificate checking code. by [email protected] · 14 years ago
- a2a4197 net: replace DnsRRResoler with TransportSecurityState in plumbing. by [email protected] · 14 years ago
- b09f76d6 Clear DNS cache and passive log collector on incognito close. by [email protected] · 14 years ago
- dd48370 Remove IOThread::message_loop(). by [email protected] · 14 years ago
- 3fc40c14 Switch to IWYU for files that previously were getting a bunch of by [email protected] · 14 years ago
- 2e5b60a2 Have content/ create and destroy its own threads. (Re-land) by [email protected] · 14 years ago
- 14f79fe Revert 111695 - Have content/ create and destroy its own threads. by [email protected] · 14 years ago
- 042666f Have content/ create and destroy its own threads. by [email protected] · 14 years ago
- 21ee224e base::Bind() conversion for IOThread. by [email protected] · 14 years ago
- 199b4bd07 aura: Avoid pref crash when using WebKit compositor. by [email protected] · 14 years ago
- 6f96cbcb redesign and reimplement proxy config service and tracker, revise proxy ui on cros by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- 36aea270 Convert chrome callers of UrlFetcher to use the interface. I'll switch tests to use composition instead of inheritence in a future change. by [email protected] · 14 years ago
- a78f427 Refactor: Remove HostResolver::GetAsHostResolverImpl() by [email protected] · 14 years ago
- 5d1fa24 Move content_client.h into content/public. by [email protected] · 14 years ago
- b7552023 Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), so by [email protected] · 14 years ago
- 489d1a8 Add GetHostCache to HostResolver interface, and use the by [email protected] · 14 years ago
- 17291a02 Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. by [email protected] · 14 years ago
- db96a88 Introduce net::HttpServerPropertiesManager to manage server-specific properties. by [email protected] · 14 years ago
- 4a10949 Fix the race condition with sdch_manager initialization and delete. by [email protected] · 14 years ago
- 3b543ab Moved SDCH initialization from UI thread to IO thread. by [email protected] · 14 years ago
- ffd7d73 Move URLFetcher from content/common to content/common/net. by [email protected] · 14 years ago
- 200a1f1 Fix Linux Views build breakage. by [email protected] · 14 years ago
- 6a394af Move URLFetcher from content/common to content/common/net. by [email protected] · 14 years ago
- 67372ecf Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- 6a5f77c3 Introduced the URLBlacklistManager, and wired it to various places. by [email protected] · 14 years ago
- b50391416 Revert "Modifying prefetch to account for multi-profile." by [email protected] · 14 years ago
- d237cec Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- 9f07c9b7 Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- b1af343 Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- 273e37d Instantiate OriginBoundCertService in relevant places and do plumbing to pass it down to HttpNetworkSession. by [email protected] · 14 years ago
- 18590f2 Reland r94047 - Make Profile own ProfileIOData. by [email protected] · 14 years ago
- 058e2886 Revert r94047 "Make Profile own ProfileIOData." by [email protected] · 14 years ago
- d982616 Make Profile own ProfileIOData. by [email protected] · 14 years ago
- 4b0112ab File reorganization: move AsyncHostResolver files to net/dns. by [email protected] · 14 years ago
- d987cca Implemented AsyncHostResolver -- asynchronous HostResolver! by [email protected] · 14 years ago
- ea42d58 Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver. by [email protected] · 14 years ago
- bae82ae Implemented AsyncHostResolver -- asynchronous HostResolver. by [email protected] · 14 years ago
- de093d1 Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver. by [email protected] · 14 years ago
- c1ca700 Implement AsyncHostResolver, an asynchronous HostResolver. by [email protected] · 14 years ago
- 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago