| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1 | akalin@chromium.org | 2013-04-12 | 1 | -0/+2 |
* | [net] Move host_cache files from net/base to net/dns | szym@chromium.org | 2013-04-10 | 1 | -1/+1 |
* | Make the TCP Fast Open Flag modifiable from about:flags. | rdsmith@chromium.org | 2013-04-10 | 1 | -0/+8 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -6/+9 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -9/+6 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -6/+9 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | [SPDY] Remove obsolete about:flags entry for enabling SPDY/3 | akalin@chromium.org | 2013-03-21 | 1 | -2/+0 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | Tracking received data amounts on a daily basis | bengr@chromium.org | 2013-03-19 | 1 | -0/+5 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+9 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -9/+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 | 1 | -2/+2 |
* | Remove calls to URLRequestContext::network_delegate() in chrome browser code. | tedv@chromium.org | 2013-03-11 | 1 | -0/+1 |
* | Set default for BuiltInDnsClientEnabled pref after metrics is available. | szym@chromium.org | 2013-03-08 | 1 | -5/+7 |
* | [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control) | akalin@chromium.org | 2013-03-05 | 1 | -9/+5 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC. | rch@chromium.org | 2013-02-25 | 1 | -4/+0 |
* | Support spdy proxy origin settings via gyp. | bengr@chromium.org | 2013-02-21 | 1 | -7/+11 |
* | Switch IOThread to standard way of doing pref registrations. | joi@chromium.org | 2013-02-21 | 1 | -8/+0 |
* | Remove the HTTP pipelining flag. | simonjam@chromium.org | 2013-02-12 | 1 | -2/+0 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -2/+2 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 1 | -17/+20 |
* | Consistently use PolicyNamespace at PolicyBundle and PolicyService. | joaodasilva@chromium.org | 2013-02-04 | 1 | -2/+2 |
* | Remember V8 default isolate for ProxyResolverV8 on Android | jknotten@chromium.org | 2013-02-04 | 1 | -2/+2 |
* | Make the v8 Isolate used in the proxy resolver explicit. | jochen@chromium.org | 2013-02-01 | 1 | -0/+7 |
* | Add a new enable_user_alternate_protocol_ports flag. | rch@chromium.org | 2013-02-01 | 1 | -2/+9 |
* | Add a command-line flag to have URLFetcher ignore certificate requests | rsleevi@chromium.org | 2013-01-31 | 1 | -0/+2 |
* | Add support for a --enable-quic command line flag. | rch@chromium.org | 2013-01-29 | 1 | -0/+4 |
* | Add a command line option to enable SPDY request encoding for QUIC requests. | rch@chromium.org | 2013-01-25 | 1 | -0/+4 |
* | Remove dead code around ChromeProxyConfigService creation. | pauljensen@chromium.org | 2013-01-18 | 1 | -8/+3 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+5 |
* | Integrating the QuicStreamFactory into the network stack. | rch@chromium.org | 2012-12-16 | 1 | -0/+7 |
* | Revert 173311 | rch@chromium.org | 2012-12-15 | 1 | -7/+0 |
* | Integrating the QuicStreamFactory into the network stack. | rch@chromium.org | 2012-12-15 | 1 | -0/+7 |
* | Start calculating new combined NetworkChangeNotifier signal from previous OnI... | pauljensen@chromium.org | 2012-12-08 | 1 | -1/+19 |
* | Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli... | rch@chromium.org | 2012-12-04 | 1 | -66/+84 |
* | Ensure that NSS HTTP IO is initialized on iOS. | wtc@chromium.org | 2012-12-01 | 1 | -10/+10 |
* | Add a InitializeNetworkSessionParams method IOThread to remove duplicate code. | rch@chromium.org | 2012-11-30 | 1 | -39/+23 |
* | Move EnableSpdy from HttpNetworkLayer to IOThread. | rch@chromium.org | 2012-11-30 | 1 | -1/+63 |
* | Move InitializeNetworkOptions from ChromeBrowserMain to IOThread. This is in ... | rch@chromium.org | 2012-11-29 | 1 | -0/+74 |
* | Show a blocking page/interstitial when blocking requests in managed mode. | bauerb@chromium.org | 2012-11-29 | 1 | -11/+3 |
* | Add policy for disabling the built-in asynchronous DNS client. | szym@chromium.org | 2012-11-26 | 1 | -17/+15 |
* | [net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo... | szym@chromium.org | 2012-11-17 | 1 | -3/+5 |
* | Put DnsProbeService on IOThread. | ttuttle@chromium.org | 2012-11-14 | 1 | -0/+2 |
* | Add a SafeSearch preference, policy and implementation. | sergiu@chromium.org | 2012-11-08 | 1 | -0/+2 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 1 | -20/+10 |