| Commit message (Expand) | Author | Age | Files | Lines |
* | components: Move PrefRegistrySyncable into user_prefs namespace. | tfarina@chromium.org | 2013-05-06 | 1 | -3/+5 |
* | SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS. | rtenneti@chromium.org | 2013-04-30 | 1 | -2/+9 |
* | Removing base::DictionaryValue::key_iterator which was displaced by Dictionar... | pneubeck@chromium.org | 2013-03-10 | 1 | -12/+8 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | HttpServerProperties - Histograms for the number of spdy_servers, | rtenneti@chromium.org | 2013-02-20 | 1 | -0/+7 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -2/+3 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+3 |
* | Remove PrefObserver usage, batch 9. | joi@chromium.org | 2012-11-21 | 1 | -11/+7 |
* | Added completion notification to the call chain from Profile's ClearNetworkin... | engedy@chromium.org | 2012-11-05 | 1 | -3/+23 |
* | Remove content::NotificationObserver dependency from most Prefs code. | joi@chromium.org | 2012-11-01 | 1 | -8/+4 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -4/+4 |
* | Coverity: Fix a few leaks. | jhawkins@chromium.org | 2012-06-25 | 1 | -17/+12 |
* | Http_server_preferences - added version number to the data that is | rtenneti@chromium.org | 2012-06-22 | 1 | -49/+74 |
* | Persist the alternate protocol as a string not an int to allow the enum to be... | rch@chromium.org | 2012-04-10 | 1 | -8/+14 |
* | SPDY - persist SPDY settings. | rtenneti@chromium.org | 2012-03-24 | 1 | -22/+66 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -5/+5 |
* | SPDY - don't persist SpdySettings until we convert it to a map. | rtenneti@google.com | 2012-03-15 | 1 | -56/+2 |
* | SPDY - integration of spdy/3 code. | rtenneti@google.com | 2012-03-12 | 1 | -4/+13 |
* | Ignore the following http server properties in prefs file | rtenneti@chromium.org | 2012-01-11 | 1 | -10/+17 |
* | Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657) | thakis@chromium.org | 2011-12-07 | 1 | -11/+87 |
* | Revert 113315 (speculative revert for http://crbug.com/106657) | thakis@chromium.org | 2011-12-07 | 1 | -87/+11 |
* | Save pipelining capabilities for the most used hosts between sessions. | simonjam@chromium.org | 2011-12-07 | 1 | -11/+87 |
* | Persist dynamically learned SPDY settings (like CWND). | rtenneti@chromium.org | 2011-11-15 | 1 | -224/+326 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+8 |
* | Persist Alternate-Protocol. | willchan@chromium.org | 2011-10-12 | 1 | -41/+229 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 1 | -7/+42 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 1 | -0/+220 |