summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* For histograms, add the target URL for prerendered redirects stored intburkard@chromium.org2011-04-011-0/+18
* Add pending preloads indexed by routing id. Start preloading once we navigate.dominich@google.com2011-03-231-0/+73
* Limit prerender by only allowing one every X ms (X currently set to 500).dominich@google.com2011-03-211-2/+65
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* AddPreload checks alias URLs of existing PrerenderContents.cbentzel@chromium.org2011-02-231-17/+28
* Cancel prerender if any of the visited URLs are https, part 3.cbentzel@chromium.org2011-02-201-12/+12
* Fixes lack of referrer when prerendering.mmenke@chromium.org2011-02-161-4/+5
* Move FinalStatus out of PrerenderContents, and add prerender namespace.cbentzel@chromium.org2011-02-151-17/+21
* Histogram why a prerendered page was used or abandoned.cbentzel@chromium.org2011-01-311-15/+48
* Browser test for prerendering in generalmmenke@google.com2011-01-261-1/+8
* For prerendering, keep track of all the intermediate redirects, and hook intotburkard@chromium.org2011-01-181-11/+48
* Add PrerenderResourceHandler and hook it into the ResourceDispatcherHost.cbentzel@chromium.org2011-01-121-2/+5
* Unit test for PrerenderManagertburkard@chromium.org2010-12-161-0/+179