| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cross origin to Blink-driven preconnect | yoav | 2015-07-29 | 1 | -17/+22 |
* | Update SplitString calls in chrome. | brettw | 2015-07-21 | 1 | -2/+2 |
* | Move JoinString to the base namespace. | brettw | 2015-07-15 | 1 | -1/+1 |
* | Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt... | hongchan | 2015-07-14 | 1 | -1/+1 |
* | Move JoinString to the base namespace. | brettw | 2015-07-14 | 1 | -1/+1 |
* | chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-12 | 1 | -4/+6 |
* | Adding DCHECK for CurrentlyOn(BrowserThread::IO) | anujk.sharma | 2015-05-01 | 1 | -2/+1 |
* | favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/net | anujk.sharma | 2015-04-29 | 1 | -37/+37 |
* | Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF | raymes | 2015-04-27 | 1 | -4/+2 |
* | Remove unnecessary instrumentation for several jank bugs. | pkasting | 2015-04-08 | 1 | -75/+16 |
* | Move NetLog code from src/net/base to src/net/log. | eroman | 2015-04-02 | 1 | -1/+1 |
* | Write the predictor state on shutdown on Android. | lizeb | 2015-03-24 | 1 | -0/+2 |
* | Re-enable relevant parts of the predictor when preconnect is enabled. | lizeb | 2015-03-05 | 1 | -6/+6 |
* | Wrapped data reduction proxy initialization into its own class | bengr | 2015-01-24 | 1 | -0/+2 |
* | This CL removes the long-obsolete ProxyAdvisor, and all references to it. | marq | 2014-12-18 | 1 | -48/+1 |
* | Instrumenting Predictor::StartSomeQueuedResolutions and ProfileIOData::Init t... | vadimt | 2014-12-12 | 1 | -0/+17 |
* | Instrumenting context getter and predictor to find jank. | vadimt | 2014-12-09 | 1 | -0/+21 |
* | Instrumenting callbacks of SingleRequestHostResolver to find jank. | vadimt | 2014-12-08 | 1 | -0/+5 |
* | Instrumenting janky internals of Predictor::FinalizeInitializationOnIOThread. | vadimt | 2014-12-02 | 1 | -0/+9 |
* | Instrumenting Predictor to locate the source of jankiness. | vadimt | 2014-11-26 | 1 | -0/+27 |
* | Don't preresolve DNS if a fixed proxy configuration is in place. | bemasc | 2014-10-20 | 1 | -1/+16 |
* | Data reduction proxy to a layered component. | megjablon | 2014-10-14 | 1 | -1/+1 |
* | Remove the "snionly" concept from the HSTS preload. | Adam Langley | 2014-09-25 | 1 | -3/+1 |
* | Enable TCP preconnect and DNS preresolve on cellular. | bnc@chromium.org | 2014-08-13 | 1 | -45/+32 |
* | Poll CanPredictNetworkActions in Predictor class. | bnc@chromium.org | 2014-07-21 | 1 | -40/+74 |
* | Remove mousedown preconnect UMA measurement codes | kouhei@chromium.org | 2014-06-27 | 1 | -155/+0 |
* | Added alternative configuration for the data reduction proxy | bengr@chromium.org | 2014-05-31 | 1 | -2/+2 |
* | Revert 273810 "Added alternative configuration for the data redu..." | battre@chromium.org | 2014-05-30 | 1 | -2/+2 |
* | Added alternative configuration for the data reduction proxy | bengr@chromium.org | 2014-05-30 | 1 | -2/+2 |
* | components: Extract pref_registry component out of user_prefs. | tfarina@chromium.org | 2014-05-15 | 1 | -1/+1 |
* | Make HSTS headers not clobber preloaded pins. | palmer@chromium.org | 2014-05-07 | 1 | -8/+3 |
* | Renamed namespaces in src/chrome. | vitalybuka@chromium.org | 2014-04-30 | 1 | -3/+2 |
* | Moved data reduction proxy chrome code to component | bengr@chromium.org | 2014-04-14 | 1 | -2/+3 |
* | Make the network predictor HSTS-aware. | davidben@chromium.org | 2014-04-02 | 1 | -3/+50 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -6/+6 |
* | Move preconnect hint check into DataReductionProxySettings and add Finch supp... | marq@chromium.org | 2013-12-10 | 1 | -3/+2 |
* | Adds a proxy advisor object to the network predictor which sends HEAD request... | marq@google.com | 2013-11-16 | 1 | -1/+50 |
* | 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 |