summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Add the UMA recording recall of URLRequests preconnected.kouhei@chromium.org2013-05-271-17/+46
* Implement WebPrescientNetworking to trigger preconnect from blink.kouhei@chromium.org2013-05-271-9/+14
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-12/+16
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-3/+3
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2/+2
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* 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-5/+6
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-3/+3
* Remove the expired DnsImpact field trial.stevet@chromium.org2012-10-291-2/+4
* Made sure that the Predictor leaves no URLs in the Prefs after Clearing Brows...engedy@chromium.org2012-10-121-0/+7
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-2/+2
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-1/+5
* Combine pref migration passes into a single common function, in preparation f...pkasting@chromium.org2012-03-141-15/+0
* Fix a crash when viewing about:dns.eroman@chromium.org2012-03-011-50/+18
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-4/+3
* Eliminate more TimeDelta static initializerstbreisacher@chromium.org2012-01-271-6/+9
* Updating Preconnect to no longer get the default context. Instead it now gets...rlp@chromium.org2012-01-141-11/+23
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+3
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* base::Bind fixesgroby@chromium.org2011-11-171-3/+4
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-7/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec...thakis@chromium.org2011-10-201-23/+11
* Updating Preconnect to no longer get the default context. Instead it now gets...rlp@chromium.org2011-10-201-11/+23
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-09-101-242/+690
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-8/+3
* Revert "Modifying prefetch to account for multi-profile."avi@chromium.org2011-08-191-684/+242
* Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-242/+684
* Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-684/+242
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-08-191-242/+684
* base: Remove using declaration of FundamentalValue as it's no longer necessary.tfarina@chromium.org2011-08-111-1/+1
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-5/+0