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

Issue 329723006: Determine prevalence of cache-control: no-store in main frame resources. (Closed)

Created:
6 years, 6 months ago by jkarlin
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, asvitkine+watch_chromium.org, jar+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Determine prevalence of cache-control: no-store in main frame resources. BUG=383394 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276651

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed to boolean histogram #

Patch Set 3 : Moved to net/ #

Patch Set 4 : Refactor name #

Total comments: 4

Patch Set 5 : Enum for histogram #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M net/http/http_cache_transaction.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
jkarlin
6 years, 6 months ago (2014-06-11 16:04:52 UTC) #1
jkarlin
davidben: Please review content/ isherman: Please review histograms.xml
6 years, 6 months ago (2014-06-11 16:18:50 UTC) #2
jkarlin
davidben: Please review content/ isherman: Please review histograms.xml
6 years, 6 months ago (2014-06-11 16:19:37 UTC) #3
davidben
I wonder if this is better tracked in HttpNetworkTransaction or HttpCache::Transaction or something for redirects ...
6 years, 6 months ago (2014-06-11 16:28:01 UTC) #4
jkarlin
https://codereview.chromium.org/329723006/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/329723006/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode787 content/browser/loader/resource_dispatcher_host_impl.cc:787: : CACHE_STORABLE_STORE; On 2014/06/11 16:28:01, David Benjamin wrote: > ...
6 years, 6 months ago (2014-06-11 16:50:06 UTC) #5
jkarlin
On 2014/06/11 16:28:01, David Benjamin wrote: > I wonder if this is better tracked in ...
6 years, 6 months ago (2014-06-11 17:14:09 UTC) #6
tburkard
lgtm
6 years, 6 months ago (2014-06-11 17:58:15 UTC) #7
Ilya Sherman
https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml#newcode13524 tools/metrics/histograms/histograms.xml:13524: + incremented. Please use an enum to label the ...
6 years, 6 months ago (2014-06-11 20:26:20 UTC) #8
davidben
net/ LGTM https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml#newcode13524 tools/metrics/histograms/histograms.xml:13524: + incremented. On 2014/06/11 20:26:20, Ilya Sherman ...
6 years, 6 months ago (2014-06-11 20:37:29 UTC) #9
jkarlin
PTAL https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/329723006/diff/60001/tools/metrics/histograms/histograms.xml#newcode13524 tools/metrics/histograms/histograms.xml:13524: + incremented. On 2014/06/11 20:26:20, Ilya Sherman wrote: ...
6 years, 6 months ago (2014-06-11 20:55:13 UTC) #10
Ilya Sherman
LGTM -- thanks!
6 years, 6 months ago (2014-06-11 21:42:11 UTC) #11
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 6 months ago (2014-06-11 21:53:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/329723006/80001
6 years, 6 months ago (2014-06-11 21:56:38 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 22:49:08 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 22:51:04 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_compile_dbg/builds/31435) win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/26262) mac_gpu ...
6 years, 6 months ago (2014-06-11 22:51:06 UTC) #16
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 6 months ago (2014-06-11 23:35:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/329723006/80001
6 years, 6 months ago (2014-06-11 23:37:07 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 00:54:20 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 01:07:13 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/28130) win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/26376) win_gpu ...
6 years, 6 months ago (2014-06-12 01:07:14 UTC) #21
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 6 months ago (2014-06-12 09:11:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/329723006/80001
6 years, 6 months ago (2014-06-12 09:13:08 UTC) #23
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 13:07:17 UTC) #24
Message was sent while issue was closed.
Change committed as 276651

Powered by Google App Engine
This is Rietveld 408576698