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

Issue 309693002: Add a value for end-to-end reloads in Cache policy (Closed)

Created:
6 years, 6 months ago by clamy
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, Nate Chapin, gavinp+loader_chromium.org, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add a value for ent-to-end reloads in Cache policy This CL adds a value for end-to-end reload in the cache policy. This will allow WebURLLoader to set the right load flag (net::LOAD_BYPASSING_CACHE) when sending the resource request to the browser, without blink having to set any HTPP cache header ("Pragma: no-cache", "Cache-Control: no-cache"). https://chromiumcodereview.appspot.com/308083009/ is the Chrome CL that handles the new value. BUG=376025 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175386

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed Przemek's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M Source/core/loader/FrameFetchContext.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceRequest.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M public/platform/WebURLRequest.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
clamy
PTAL: this is the second patch in a series of 3 to introduce a new ...
6 years, 6 months ago (2014-05-30 18:20:07 UTC) #1
ppi
Makes sense overall, please find a few questions below. Thanks! https://codereview.chromium.org/309693002/diff/1/Source/core/loader/FrameFetchContext.cpp File Source/core/loader/FrameFetchContext.cpp (right): https://codereview.chromium.org/309693002/diff/1/Source/core/loader/FrameFetchContext.cpp#newcode94 ...
6 years, 6 months ago (2014-06-01 23:57:04 UTC) #2
clamy
Thanks for the review :)! https://chromiumcodereview.appspot.com/309693002/diff/1/Source/core/loader/FrameFetchContext.cpp File Source/core/loader/FrameFetchContext.cpp (right): https://chromiumcodereview.appspot.com/309693002/diff/1/Source/core/loader/FrameFetchContext.cpp#newcode94 Source/core/loader/FrameFetchContext.cpp:94: if (request.cachePolicy() == ReloadIgnoringCacheData ...
6 years, 6 months ago (2014-06-02 05:54:47 UTC) #3
ppi
lgtm, thanks!
6 years, 6 months ago (2014-06-03 14:56:31 UTC) #4
clamy
@abarth, japhet: PTAL. This is the second patch in a series of 5 aiming at ...
6 years, 6 months ago (2014-06-03 15:01:04 UTC) #5
Nate Chapin
LGTM +eseidel for public/ review
6 years, 6 months ago (2014-06-03 16:18:42 UTC) #6
eseidel
rslgtm
6 years, 6 months ago (2014-06-03 16:44:15 UTC) #7
clamy
The CQ bit was checked by clamy@chromium.org
6 years, 6 months ago (2014-06-03 16:44:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clamy@chromium.org/309693002/20001
6 years, 6 months ago (2014-06-03 16:45:30 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 16:48:24 UTC) #10
Message was sent while issue was closed.
Change committed as 175386

Powered by Google App Engine
This is Rietveld 408576698