summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+2
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-101-1/+1
* Make the TCP Fast Open Flag modifiable from about:flags.rdsmith@chromium.org2013-04-101-0/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+9
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-9/+6
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+9
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* [SPDY] Remove obsolete about:flags entry for enabling SPDY/3akalin@chromium.org2013-03-211-2/+0
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2/+2
* Tracking received data amounts on a daily basisbengr@chromium.org2013-03-191-0/+5
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+9
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-9/+0
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Remove calls to URLRequestContext::network_delegate() in chrome browser code.tedv@chromium.org2013-03-111-0/+1
* Set default for BuiltInDnsClientEnabled pref after metrics is available.szym@chromium.org2013-03-081-5/+7
* [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)akalin@chromium.org2013-03-051-9/+5
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-251-4/+0
* Support spdy proxy origin settings via gyp.bengr@chromium.org2013-02-211-7/+11
* Switch IOThread to standard way of doing pref registrations.joi@chromium.org2013-02-211-8/+0
* Remove the HTTP pipelining flag.simonjam@chromium.org2013-02-121-2/+0
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-2/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-17/+20
* Consistently use PolicyNamespace at PolicyBundle and PolicyService.joaodasilva@chromium.org2013-02-041-2/+2
* Remember V8 default isolate for ProxyResolverV8 on Androidjknotten@chromium.org2013-02-041-2/+2
* Make the v8 Isolate used in the proxy resolver explicit.jochen@chromium.org2013-02-011-0/+7
* Add a new enable_user_alternate_protocol_ports flag.rch@chromium.org2013-02-011-2/+9
* Add a command-line flag to have URLFetcher ignore certificate requestsrsleevi@chromium.org2013-01-311-0/+2
* Add support for a --enable-quic command line flag.rch@chromium.org2013-01-291-0/+4
* Add a command line option to enable SPDY request encoding for QUIC requests. rch@chromium.org2013-01-251-0/+4
* Remove dead code around ChromeProxyConfigService creation.pauljensen@chromium.org2013-01-181-8/+3
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+5
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-161-0/+7
* Revert 173311rch@chromium.org2012-12-151-7/+0
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-151-0/+7
* Start calculating new combined NetworkChangeNotifier signal from previous OnI...pauljensen@chromium.org2012-12-081-1/+19
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-66/+84
* Ensure that NSS HTTP IO is initialized on iOS.wtc@chromium.org2012-12-011-10/+10
* Add a InitializeNetworkSessionParams method IOThread to remove duplicate code.rch@chromium.org2012-11-301-39/+23
* Move EnableSpdy from HttpNetworkLayer to IOThread.rch@chromium.org2012-11-301-1/+63
* Move InitializeNetworkOptions from ChromeBrowserMain to IOThread. This is in ...rch@chromium.org2012-11-291-0/+74
* Show a blocking page/interstitial when blocking requests in managed mode.bauerb@chromium.org2012-11-291-11/+3
* Add policy for disabling the built-in asynchronous DNS client.szym@chromium.org2012-11-261-17/+15
* [net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo...szym@chromium.org2012-11-171-3/+5
* Put DnsProbeService on IOThread.ttuttle@chromium.org2012-11-141-0/+2
* Add a SafeSearch preference, policy and implementation.sergiu@chromium.org2012-11-081-0/+2
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-071-20/+10