summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_resource_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add pending preloads indexed by routing id. Start preloading once we navigate.dominich@google.com2011-03-231-2/+3
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-1/+1
* Cancel prerender if any of the visited URLs are https, part 3.cbentzel@chromium.org2011-02-201-4/+25
* Revert 75393 - Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-181-25/+4
* Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-181-4/+25
* Fixes lack of referrer when prerendering.mmenke@chromium.org2011-02-161-5/+18
* Revert 75001 - Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-151-25/+4
* Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-151-4/+25
* Move FinalStatus out of PrerenderContents, and add prerender namespace.cbentzel@chromium.org2011-02-151-1/+5
* Remove revalidation check from PrerenderResourceHandler.cbentzel@chromium.org2011-01-211-53/+3
* Fix leak in PrerenderResouceHandlerTest.cbentzel@chromium.org2011-01-191-5/+14
* For prerendering, keep track of all the intermediate redirects, and hook intotburkard@chromium.org2011-01-181-2/+12
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-1/+1
* Add PrerenderResourceHandler and hook it into the ResourceDispatcherHost.cbentzel@chromium.org2011-01-121-0/+214