| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+3 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -4/+3 |
* | Use a direct include of strings headers in chrome/service/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -4/+2 |
* | chrome: Update the include paths of base/message_loop_proxy.h to its new loca... | tfarina@chromium.org | 2013-05-10 | 1 | -1/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -3/+0 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 2 | -2/+2 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+3 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -3/+0 |
* | Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ... | pauljensen@chromium.org | 2013-03-15 | 1 | -1/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 2 | -2/+2 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 2 | -16/+4 |
* | [net] Change factory methods for HostResolver and HostCache to return a scope... | szym@chromium.org | 2012-10-22 | 1 | -4/+1 |
* | Bring back service process throttler. | scottbyer@chromium.org | 2012-09-05 | 1 | -0/+2 |
* | Added TransportSecurityState to URLRequestContextStorage used in cloud print ... | vitalybuka@chromium.org | 2012-08-13 | 1 | -0/+1 |
* | Remove #pragma once from chrome/service | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont... | sergeyu@chromium.org | 2012-06-16 | 2 | -7/+7 |
* | Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService. | sergeyu@chromium.org | 2012-05-24 | 1 | -1/+1 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 2 | -8/+7 |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -1/+1 |
* | Update net/base/cookie_*.h includes to net/cookies/cookie_*.h . | erikwright@chromium.org | 2012-03-15 | 2 | -4/+4 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -3/+0 |
* | Add OVERRIDE to chrome/service/. | avi@chromium.org | 2011-11-19 | 1 | -3/+4 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 1 | -0/+3 |
* | Revert of 85854 which is a revert of 85852 - Add a command line option | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+1 |
* | Revert 85852 - Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -1/+0 |
* | Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+1 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 2 | -2/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Fix Linux proxy. | scottbyer@chromium.org | 2011-04-28 | 2 | -34/+24 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 2 | -29/+32 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 1 | -1/+1 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -2/+2 |
* | Added the HttpAuthHandlerFactory pointer to the net::HttpNetworkSession::Para... | sanjeevr@chromium.org | 2011-03-10 | 1 | -0/+2 |
* | Service process crash on Windows. | scottbyer@chromium.org | 2011-03-05 | 1 | -4/+4 |
* | Service process fixes for Linux. | scottbyer@chromium.org | 2011-03-03 | 2 | -15/+35 |
* | Revert 76612 - Service process fixes for Linux. | scottbyer@chromium.org | 2011-03-02 | 2 | -35/+15 |
* | Service process fixes for Linux. | scottbyer@chromium.org | 2011-03-02 | 2 | -15/+35 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 2 | -30/+28 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 2 | -28/+30 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 2 | -30/+28 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 2 | -28/+30 |
* | Revert r74728 which reverted r74561 for exposing a ChromeOS bug. | willchan@chromium.org | 2011-02-14 | 2 | -30/+28 |
* | Revert r74632 "Reland r74561 after fixing ChromeOS build breakage." | oshima@google.com | 2011-02-12 | 2 | -28/+30 |
* | Reland r74561 after fixing ChromeOS build breakage. | willchan@chromium.org | 2011-02-11 | 2 | -30/+28 |
* | Revert 74561 for breaking the ChromeOS build | willchan@chromium.org | 2011-02-11 | 2 | -28/+30 |
* | Introduce OffTheRecordProfileIOData and ProfileImplIOData. | willchan@chromium.org | 2011-02-11 | 2 | -30/+28 |