Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 6312008: Remove revalidation check from PrerenderResourceHandler. (Closed)

Created:
9 years, 11 months ago by cbentzel
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., mmenke
Visibility:
Public.

Description

Remove revalidation check from PrerenderResourceHandler. This was initially a way to try to prevent prerendering non-idempotent GETs. A large number of pages were unable to prerender effectively this way due to short max-age's or other cache directives. BUG=None TEST=unit_tests --gtest_filter="*PrerenderResourceHandler*" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72130

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -102 lines) Patch
M chrome/browser/prerender/prerender_resource_handler.h View 4 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/prerender/prerender_resource_handler.cc View 6 chunks +4 lines, -39 lines 0 comments Download
M chrome/browser/prerender/prerender_resource_handler_unittest.cc View 7 chunks +3 lines, -53 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
cbentzel
This removes the cache revalidation checks. cc'ed Darin, who initially asked for something similar to ...
9 years, 11 months ago (2011-01-20 16:12:23 UTC) #1
darin (slow to review)
Doesn't this get you back to the original problem? How do you know that you ...
9 years, 11 months ago (2011-01-20 17:18:34 UTC) #2
cbentzel
Regarding cookies: One avenue we are considering is having a new CookieStore for each prerendered ...
9 years, 11 months ago (2011-01-20 17:56:44 UTC) #3
darin (slow to review)
That sounds reasonable to me. Note that there will be complications with the "blocked cookie" ...
9 years, 11 months ago (2011-01-20 18:04:54 UTC) #4
darin (slow to review)
Actually, even if JavaScript is not executed, in the near future, HTML on the page ...
9 years, 11 months ago (2011-01-20 18:27:10 UTC) #5
cbentzel
Do you have a pointer to documentation for the filesystem URL scheme? Web search for ...
9 years, 11 months ago (2011-01-20 19:22:40 UTC) #6
cbentzel
On Thu, Jan 20, 2011 at 1:04 PM, Darin Fisher <darin@chromium.org> wrote: > That sounds ...
9 years, 11 months ago (2011-01-20 19:39:31 UTC) #7
darin (slow to review)
It is presently something that Eric is working on adding to the spec. -Darin On ...
9 years, 11 months ago (2011-01-20 20:36:56 UTC) #8
tburkard
9 years, 11 months ago (2011-01-20 21:33:59 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698