summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/predictor.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Avoid learning about subresources of old navigationsjar@chromium.org2011-06-021-14/+16
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-1/+1
* Consistently trim learned referrer databasejar@chromium.org2011-04-061-14/+88
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-281-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-5/+5
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-5/+5
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-5/+5
* Support predictive redundant preconnection jar@chromium.org2011-02-111-1/+2
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-6/+11
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-11/+6
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-291-6/+11
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-7/+9
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-2/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-20/+20
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+2
* Fix several spelling mistakes, mostly in comments.mdm@chromium.org2010-09-141-1/+1
* Fix DCHECK when loading chrome://net-internalsvandebo@chromium.org2010-09-031-1/+1
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-4/+9
* Handle nested frames more correctly in preconnection logicjar@chromium.org2010-08-251-2/+2
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-1/+1
* Reduce "false positive" in preconnect rates.jar@chromium.org2010-08-181-4/+101
* Intercept navigations, not DNS resolutions, to predict startupjar@chromium.org2010-08-151-3/+5
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+6
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-0/+14
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-14/+0
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-0/+14
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-14/+0