| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Avoid learning about subresources of old navigations | jar@chromium.org | 2011-06-02 | 1 | -14/+16 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Consistently trim learned referrer database | jar@chromium.org | 2011-04-06 | 1 | -14/+88 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -5/+5 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -5/+5 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 1 | -5/+5 |
* | Support predictive redundant preconnection | jar@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Support predictive request for multiple preconnections | jar@chromium.org | 2010-11-30 | 1 | -6/+11 |
* | Revert 67614 - Support predictive request for multiple preconnections | jar@chromium.org | 2010-11-30 | 1 | -11/+6 |
* | Support predictive request for multiple preconnections | jar@chromium.org | 2010-11-29 | 1 | -6/+11 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -7/+9 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+1 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part8: | tfarina@chromium.org | 2010-10-09 | 1 | -20/+20 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -2/+2 |
* | Fix several spelling mistakes, mostly in comments. | mdm@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Fix DCHECK when loading chrome://net-internals | vandebo@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Update the Preconnect logic to use the new HttpStreamFactory for | mbelshe@chromium.org | 2010-09-03 | 1 | -4/+9 |
* | Handle nested frames more correctly in preconnection logic | jar@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Spelling correction: "nonexistant" -> "nonexistent". | viettrungluu@chromium.org | 2010-08-22 | 1 | -1/+1 |
* | Reduce "false positive" in preconnect rates. | jar@chromium.org | 2010-08-18 | 1 | -4/+101 |
* | Intercept navigations, not DNS resolutions, to predict startup | jar@chromium.org | 2010-08-15 | 1 | -3/+5 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -0/+6 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -0/+14 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -14/+0 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -0/+14 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -14/+0 |