- 4746202 Add missing noexcept specifiers to move ctors and assigns by tzik · 7 years ago
- 5491b00 Fix double-delete in ResolveProxyMsgHelper. by Matt Menke · 7 years ago
- 4dfa217 Add proxy look up API to NetworkContexts, convert PPAPI consumers. by Matt Menke · 7 years ago
- 0e9a499 Reland "Change ProxyResolutionService API to use std::unique_ptr<Request> instead of raw pointers." by Lily Houghton · 7 years ago
- dd49b6e Revert "Change ProxyResolutionService API to use std::unique_ptr<Request> instead of raw pointers." by Scott Violet · 7 years ago
- 2ae89dc Change ProxyResolutionService API to use std::unique_ptr<Request> instead of raw pointers. by Lily Houghton · 7 years ago
- 2ce14ce Apply base_bind_rewriters to //content by tzik · 7 years ago
- 8c2f97d Rename ProxyService class to ProxyResolutionService by Lily Houghton · 7 years ago
- 00e124d Rename net::Proxy::PacRequest to net::Proxy::Request by Lily Houghton · 7 years ago
- 2c0d2bb3 Convert 0 to nullptr in content using clang-tidy. by Ivan Kotenkov · 8 years ago
- f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
- 42834111 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
- 7bd591a Removing load_flags from ProxyService and ProxyDelegate by ryansturm · 9 years ago
- 4bab0683 Bypass the DataReductionProxy for all POST requests by ryansturm · 9 years ago
- a702da7 Add Finch experiment for selectively bypassing proxies. by [email protected] · 11 years ago
- e44d134 Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill their child processes. by [email protected] · 11 years ago
- b51352a Allow MessageFilters to restrict listening to specific message classes by [email protected] · 11 years ago
- da2c4ff Revert "Allow MessageFilters to restrict listening to specific message classes" by [email protected] · 11 years ago
- 2955e4e Allow MessageFilters to restrict listening to specific message classes by [email protected] · 11 years ago
- fc72bb1 Update content/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 59383c78 Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
- 4648832 Move remaining files in content\browser to the content namespace. by [email protected] · 13 years ago
- d9c2e51 Revert 164120 - content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
- 7a91c55 content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
- fb90c94 RefCounted types should not have public destructors, content/browser part 1 by [email protected] · 13 years ago
- 23578681 base::Bind: Convert net/proxy. by [email protected] · 14 years ago
- 2dd868f Stop using the default profile's proxy service for plugin proxy requests, and instead use the associated profile's proxy service. I proxy the IPC through the renderer first, as that makes it easy to get to the associated profile. by [email protected] · 14 years ago
- b68bf389 Removal of Profile from content part 9 of 9. by [email protected] · 14 years ago
- 9abfa19 Deprecate Profile::GetDefaultRequestContext(). by [email protected] · 14 years ago
- 97e6c4c Get rid of chrome dependencies from PluginProcessHost by moving dispatching of chrome specific messages to a chrome IPC filter. by [email protected] · 14 years ago[Renamed (98%) from chrome/browser/net/resolve_proxy_msg_helper.cc]
- 6104ea5d Stop refcounting ProxyService. by [email protected] · 14 years ago
- abe2c03 Moved URLRequestContextGetter to net/ so it can be used by projects such as jingle. by [email protected] · 14 years ago
- f6b224d Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, and derive from BrowserMessageFilter for easier filtering and replying. by [email protected] · 14 years ago
- 8ecad5e Move: by [email protected] · 15 years ago
- 68d2a05f Moved URLFetcher and related classes to chrome/common/net. by [email protected] · 15 years ago
- 5a1d7ca Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing NULL in place of a const BoundNetLog&. by [email protected] · 15 years ago
- be180c80 Move initialization of ChromeURLRequestContexts to the IO thread. by [email protected] · 16 years ago
- af9a7a5f Check for NULL Profile::GetDefaultRequestContext(). by [email protected] · 16 years ago
- 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
- ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
- f6fb2de Add parsing for PAC result strings -- ProxyInfo::UsePacString(). by [email protected] · 16 years ago
- 41b2780f Move proxy resolve requests out of plugin/renderer process, and into the browser. by [email protected] · 16 years ago