| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Don't write default profile during shutdown | oshima@chromium.org | 2013-10-05 | 1 | -5/+2 |
* | Predictor::PreconnectUsage: mark preconnect as used when appeared in navigati... | kouhei@chromium.org | 2013-08-23 | 1 | -4/+3 |
* | Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https. | cdn@chromium.org | 2013-08-22 | 1 | -2/+2 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -2/+4 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+1 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | Add metrics for calculating precision/recall of link navigation pre-connect t... | kouhei@chromium.org | 2013-08-06 | 1 | -10/+159 |
* | Allow Chrome OS login profile to have different default pref values | bartfab@chromium.org | 2013-07-05 | 1 | -1/+2 |
* | Use a direct include of time headers in chrome/browser/, part 4. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -2/+1 |
* | Use a direct include of strings headers in chrome/browser/j*-n*/. | avi@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -2/+5 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Add the UMA recording recall of URLRequests preconnected. | kouhei@chromium.org | 2013-05-27 | 1 | -17/+46 |
* | Implement WebPrescientNetworking to trigger preconnect from blink. | kouhei@chromium.org | 2013-05-27 | 1 | -9/+14 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 1 | -12/+16 |
* | components: Move PrefRegistrySyncable into user_prefs namespace. | tfarina@chromium.org | 2013-05-06 | 1 | -3/+3 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | 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 | -5/+6 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -3/+3 |
* | Remove the expired DnsImpact field trial. | stevet@chromium.org | 2012-10-29 | 1 | -2/+4 |
* | Made sure that the Predictor leaves no URLs in the Prefs after Clearing Brows... | engedy@chromium.org | 2012-10-12 | 1 | -0/+7 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 1 | -2/+2 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 1 | -1/+5 |
* | Combine pref migration passes into a single common function, in preparation f... | pkasting@chromium.org | 2012-03-14 | 1 | -15/+0 |
* | Fix a crash when viewing about:dns. | eroman@chromium.org | 2012-03-01 | 1 | -50/+18 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 1 | -4/+3 |
* | Eliminate more TimeDelta static initializers | tbreisacher@chromium.org | 2012-01-27 | 1 | -6/+9 |
* | Updating Preconnect to no longer get the default context. Instead it now gets... | rlp@chromium.org | 2012-01-14 | 1 | -11/+23 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -3/+3 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | base::Bind fixes | groby@chromium.org | 2011-11-17 | 1 | -3/+4 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -7/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec... | thakis@chromium.org | 2011-10-20 | 1 | -23/+11 |
* | Updating Preconnect to no longer get the default context. Instead it now gets... | rlp@chromium.org | 2011-10-20 | 1 | -11/+23 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Modifying prefetch to account for multi-profile. | rlp@chromium.org | 2011-09-10 | 1 | -242/+690 |
* | Reduce number of unnamed-type-template-args violations (mostly when passing v... | pkasting@chromium.org | 2011-09-01 | 1 | -8/+3 |
* | Revert "Modifying prefetch to account for multi-profile." | avi@chromium.org | 2011-08-19 | 1 | -684/+242 |
* | Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. | avi@chromium.org | 2011-08-19 | 1 | -242/+684 |
* | Revert 97446 - Modifying prefetch to account for multi-profile. | avi@chromium.org | 2011-08-19 | 1 | -684/+242 |
* | Modifying prefetch to account for multi-profile. | rlp@chromium.org | 2011-08-19 | 1 | -242/+684 |
* | base: Remove using declaration of FundamentalValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-01 | 1 | -5/+0 |