summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prerender/prerender_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Cancel prerender if any of the visited URLs are https, part 3.cbentzel@chromium.org2011-02-201-6/+29
* Revert 75393 - Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-181-29/+6
* Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-181-6/+29
* Fixes lack of referrer when prerendering.mmenke@chromium.org2011-02-161-13/+20
* Revert 75001 - Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-151-29/+6
* Cancel prerender if any of the visited URLs are https.cbentzel@chromium.org2011-02-151-6/+29
* Move FinalStatus out of PrerenderContents, and add prerender namespace.cbentzel@chromium.org2011-02-151-0/+4
* Remove revalidation check from PrerenderResourceHandler.cbentzel@chromium.org2011-01-211-39/+4
* For prerendering, keep track of all the intermediate redirects, and hook intotburkard@chromium.org2011-01-181-7/+16
* Add PrerenderResourceHandler and hook it into the ResourceDispatcherHost.cbentzel@chromium.org2011-01-121-0/+179