summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/http_server_properties_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-3/+5
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-2/+9
* Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...pneubeck@chromium.org2013-03-101-12/+8
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* HttpServerProperties - Histograms for the number of spdy_servers,rtenneti@chromium.org2013-02-201-0/+7
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-2/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+3
* Remove PrefObserver usage, batch 9.joi@chromium.org2012-11-211-11/+7
* Added completion notification to the call chain from Profile's ClearNetworkin...engedy@chromium.org2012-11-051-3/+23
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-011-8/+4
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-4/+4
* Coverity: Fix a few leaks.jhawkins@chromium.org2012-06-251-17/+12
* Http_server_preferences - added version number to the data that isrtenneti@chromium.org2012-06-221-49/+74
* Persist the alternate protocol as a string not an int to allow the enum to be...rch@chromium.org2012-04-101-8/+14
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-241-22/+66
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-5/+5
* SPDY - don't persist SpdySettings until we convert it to a map.rtenneti@google.com2012-03-151-56/+2
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-4/+13
* Ignore the following http server properties in prefs filertenneti@chromium.org2012-01-111-10/+17
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-11/+87
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-87/+11
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-11/+87
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-224/+326
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+8
* Persist Alternate-Protocol.willchan@chromium.org2011-10-121-41/+229
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-7/+42
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+220