summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* Add cross origin to Blink-driven preconnectyoav2015-07-291-17/+22
* Update SplitString calls in chrome.brettw2015-07-211-2/+2
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-121-4/+6
* Adding DCHECK for CurrentlyOn(BrowserThread::IO)anujk.sharma2015-05-011-2/+1
* favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/netanujk.sharma2015-04-291-37/+37
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-271-4/+2
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-75/+16
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Write the predictor state on shutdown on Android.lizeb2015-03-241-0/+2
* Re-enable relevant parts of the predictor when preconnect is enabled.lizeb2015-03-051-6/+6
* Wrapped data reduction proxy initialization into its own classbengr2015-01-241-0/+2
* This CL removes the long-obsolete ProxyAdvisor, and all references to it.marq2014-12-181-48/+1
* Instrumenting Predictor::StartSomeQueuedResolutions and ProfileIOData::Init t...vadimt2014-12-121-0/+17
* Instrumenting context getter and predictor to find jank.vadimt2014-12-091-0/+21
* Instrumenting callbacks of SingleRequestHostResolver to find jank.vadimt2014-12-081-0/+5
* Instrumenting janky internals of Predictor::FinalizeInitializationOnIOThread.vadimt2014-12-021-0/+9
* Instrumenting Predictor to locate the source of jankiness.vadimt2014-11-261-0/+27
* Don't preresolve DNS if a fixed proxy configuration is in place.bemasc2014-10-201-1/+16
* Data reduction proxy to a layered component.megjablon2014-10-141-1/+1
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-251-3/+1
* Enable TCP preconnect and DNS preresolve on cellular.bnc@chromium.org2014-08-131-45/+32
* Poll CanPredictNetworkActions in Predictor class.bnc@chromium.org2014-07-211-40/+74
* Remove mousedown preconnect UMA measurement codeskouhei@chromium.org2014-06-271-155/+0
* Added alternative configuration for the data reduction proxybengr@chromium.org2014-05-311-2/+2
* Revert 273810 "Added alternative configuration for the data redu..."battre@chromium.org2014-05-301-2/+2
* Added alternative configuration for the data reduction proxybengr@chromium.org2014-05-301-2/+2
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Make HSTS headers not clobber preloaded pins.palmer@chromium.org2014-05-071-8/+3
* Renamed namespaces in src/chrome.vitalybuka@chromium.org2014-04-301-3/+2
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-2/+3
* Make the network predictor HSTS-aware.davidben@chromium.org2014-04-021-3/+50
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-6/+6
* Move preconnect hint check into DataReductionProxySettings and add Finch supp...marq@chromium.org2013-12-101-3/+2
* Adds a proxy advisor object to the network predictor which sends HEAD request...marq@google.com2013-11-161-1/+50
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-301-1/+1
* Don't write default profile during shutdownoshima@chromium.org2013-10-051-5/+2
* Predictor::PreconnectUsage: mark preconnect as used when appeared in navigati...kouhei@chromium.org2013-08-231-4/+3
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-2/+2
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-2/+4
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-1/+1
* Remove unused variable declaration.etienneb@chromium.org2013-08-071-1/+0
* Add metrics for calculating precision/recall of link navigation pre-connect t...kouhei@chromium.org2013-08-061-10/+159
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-051-1/+2
* Use a direct include of time headers in chrome/browser/, part 4.avi@chromium.org2013-06-281-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.dcheng@chromium.org2013-06-121-2/+1
* Use a direct include of strings headers in chrome/browser/j*-n*/.avi@chromium.org2013-06-101-2/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+5