1. 4588b3d Put DnsProbeService on IOThread. by [email protected] · 13 years ago
  2. d1208ba3 Add a SafeSearch preference, policy and implementation. by [email protected] · 13 years ago
  3. 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
  4. 3d5aaad Add NetworkChangeNotifier connectivity events to the NetLog. by [email protected] · 13 years ago
  5. 7a299a9 Coalesce payload length statistics in ChromeNetworkDelegate by [email protected] · 13 years ago
  6. c54a891 [net] Change factory methods for HostResolver and HostCache to return a scoped_ptr. by [email protected] · 13 years ago
  7. ec44ee0 SPDY proxy authentication support. by [email protected] · 13 years ago
  8. 11f5e3a On OS X, observe Keychain/Trust Settings changes and announce them via CertDatabase by [email protected] · 13 years ago
  9. 84ed2976 Fix bug in setting IOThread::Globals by [email protected] · 13 years ago
  10. 9d8cfb68 Implement 'Do Not Track' header by [email protected] · 13 years ago
  11. e6426c1b Disable TLS channel id if cookies are disabled or third-party cookies are blocked. by [email protected] · 13 years ago
  12. c2dad29 Remove static variables from HttpStreamFactory. by [email protected] · 13 years ago
  13. 026876f3 [net] Add AsyncDns field trial. by [email protected] · 13 years ago
  14. a9e0d141 Add histograms for network activity, and total/cumulative by [email protected] · 13 years ago
  15. e9c41d2 Add ManagedModeURLFilter. by [email protected] · 13 years ago
  16. cde8b3c Add histograms to NetworkChangeNotifier to identify ways to improve interface by [email protected] · 13 years ago
  17. 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
  18. 5a38dfd Move ExtensionEventRouter and related into extensions namespace by [email protected] · 13 years ago
  19. 815c69cf Set the system network delegate on the SystemURLRequestContext. by [email protected] · 13 years ago
  20. efe22215 Remove SSLHostInfo. by [email protected] · 13 years ago
  21. 3dc1bc4 Move content::URLFetcher static functions to net::URLFetcher by [email protected] · 13 years ago
  22. 4969b012 Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestContextGetter. by [email protected] · 13 years ago
  23. 2fa0891 NetLogEventParameter to Callback refactoring 11. by [email protected] · 13 years ago
  24. a1d4ab07 Introduce a delegate to avoid hardcoding "chrome-extension" in net/. by [email protected] · 13 years ago
  25. e0845d5f RefCounted types should not have public destructors, net/ edition by [email protected] · 13 years ago
  26. ef2bf42 Stop refcounting URLRequestContext. by [email protected] · 13 years ago
  27. 5bab49ec Make ServerBoundCertService use TaskRunner interface instead of using WorkerPool directly. by [email protected] · 13 years ago
  28. a73a280 Make URLRequestThrottlerManager a member of URLRequestContext. by [email protected] · 13 years ago
  29. f43b89f3 Refactor TransportSecurityState. by [email protected] · 13 years ago
  30. 649d1c0 RefCounted types should not have public destructors, chrome/browser/ part 6 by [email protected] · 13 years ago
  31. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  32. c93123fa Assert system request context has no leaks *after* destroying the pipelining client. by [email protected] · 13 years ago
  33. 7613faae Fix HttpPipeliningCompatibilityClient ownership. by [email protected] · 13 years ago
  34. 2ed8037 Partially reland r131930. Only assert on system context leaks this time. by [email protected] · 13 years ago
  35. 31eec0a Revert 131930 - Looks like we leak, need to go squash some leaks! BUG=123224 by [email protected] · 13 years ago
  36. 5827718 Assert we do not leak requests for the system and safe browsing contexts. by [email protected] · 13 years ago
  37. 13ed17f8 All classes that directly derive from net::URLRequestContextGetter should have "protected" by [email protected] · 13 years ago
  38. dc73a7b Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. by [email protected] · 13 years ago
  39. e5e2de42 Revert 128789 - Media failures on Win/Mac/Linux starting with this CL. by [email protected] · 13 years ago
  40. 85ec28c Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. by [email protected] · 13 years ago
  41. 32cb7fb Rename origin_bound_cert files to server_bound_cert. by [email protected] · 13 years ago
  42. 9f59fac Make CertVerifier a pure virtual interface. by [email protected] · 13 years ago
  43. 9c4eff2 Change Origin bound certs -> Domain bound certs. by [email protected] · 13 years ago
  44. aa84a7e Update net/base/cookie_*.h includes to net/cookies/cookie_*.h . by [email protected] · 13 years ago
  45. fba65f7b Add a source id to global NetLog entries, which makes them by [email protected] · 13 years ago
  46. 8c434cbc net: always enable NSS's HTTP fetches by [email protected] · 13 years ago
  47. 9c8ae8c Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. by [email protected] · 13 years ago
  48. b3601bc2 [net] Asynchronous DNS ready for experiments. by [email protected] · 13 years ago
  49. 5151774 Remove PassiveLogCollector, and its supporting infrastructure. by [email protected] · 13 years ago
  50. 075c032 Add SafeBrowsingURLRequestContext which stores cookies. by [email protected] · 13 years ago
  51. d24fc3a0 Swiching SDCHDictionaryFetcher from using the deprecated GetDefaultRequestContext to using the system request context. by [email protected] · 13 years ago
  52. 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
  53. 9990736 Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
  54. b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
  55. b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
  56. 71fdf77 Fix race condition in ChromeProxyConfigService by [email protected] · 14 years ago
  57. 3ed7496f Revert: Revert "net: remove DNS certificate checking code." by [email protected] · 14 years ago
  58. 93fa037 Revert "net: remove DNS certificate checking code." by [email protected] · 14 years ago
  59. 58acc37 net: remove DNS certificate checking code. by [email protected] · 14 years ago
  60. a2a4197 net: replace DnsRRResoler with TransportSecurityState in plumbing. by [email protected] · 14 years ago
  61. b09f76d6 Clear DNS cache and passive log collector on incognito close. by [email protected] · 14 years ago
  62. dd48370 Remove IOThread::message_loop(). by [email protected] · 14 years ago
  63. 3fc40c14 Switch to IWYU for files that previously were getting a bunch of by [email protected] · 14 years ago
  64. 2e5b60a2 Have content/ create and destroy its own threads. (Re-land) by [email protected] · 14 years ago
  65. 14f79fe Revert 111695 - Have content/ create and destroy its own threads. by [email protected] · 14 years ago
  66. 042666f Have content/ create and destroy its own threads. by [email protected] · 14 years ago
  67. 21ee224e base::Bind() conversion for IOThread. by [email protected] · 14 years ago
  68. 199b4bd07 aura: Avoid pref crash when using WebKit compositor. by [email protected] · 14 years ago
  69. 6f96cbcb redesign and reimplement proxy config service and tracker, revise proxy ui on cros by [email protected] · 14 years ago
  70. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  71. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  72. 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
  73. a78f427 Refactor: Remove HostResolver::GetAsHostResolverImpl() by [email protected] · 14 years ago
  74. 5d1fa24 Move content_client.h into content/public. by [email protected] · 14 years ago
  75. b7552023 Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), so by [email protected] · 14 years ago
  76. 489d1a8 Add GetHostCache to HostResolver interface, and use the by [email protected] · 14 years ago
  77. 17291a02 Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. by [email protected] · 14 years ago
  78. db96a88 Introduce net::HttpServerPropertiesManager to manage server-specific properties. by [email protected] · 14 years ago
  79. 4a10949 Fix the race condition with sdch_manager initialization and delete. by [email protected] · 14 years ago
  80. 3b543ab Moved SDCH initialization from UI thread to IO thread. by [email protected] · 14 years ago
  81. ffd7d73 Move URLFetcher from content/common to content/common/net. by [email protected] · 14 years ago
  82. 200a1f1 Fix Linux Views build breakage. by [email protected] · 14 years ago
  83. 6a394af Move URLFetcher from content/common to content/common/net. by [email protected] · 14 years ago
  84. 67372ecf Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  85. 6a5f77c3 Introduced the URLBlacklistManager, and wired it to various places. by [email protected] · 14 years ago
  86. b50391416 Revert "Modifying prefetch to account for multi-profile." by [email protected] · 14 years ago
  87. d237cec Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  88. 9f07c9b7 Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  89. b1af343 Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  90. 273e37d Instantiate OriginBoundCertService in relevant places and do plumbing to pass it down to HttpNetworkSession. by [email protected] · 14 years ago
  91. 18590f2 Reland r94047 - Make Profile own ProfileIOData. by [email protected] · 14 years ago
  92. 058e2886 Revert r94047 "Make Profile own ProfileIOData." by [email protected] · 14 years ago
  93. d982616 Make Profile own ProfileIOData. by [email protected] · 14 years ago
  94. 4b0112ab File reorganization: move AsyncHostResolver files to net/dns. by [email protected] · 14 years ago
  95. d987cca Implemented AsyncHostResolver -- asynchronous HostResolver! by [email protected] · 14 years ago
  96. ea42d58 Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver. by [email protected] · 14 years ago
  97. bae82ae Implemented AsyncHostResolver -- asynchronous HostResolver. by [email protected] · 14 years ago
  98. de093d1 Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver. by [email protected] · 14 years ago
  99. c1ca700 Implement AsyncHostResolver, an asynchronous HostResolver. by [email protected] · 14 years ago
  100. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago