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

Issue 618083003: QUIC - track the open and close states of disk cache entries of (Closed)

Created:
6 years, 2 months ago by ramant (doing other things)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, mef
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

QUIC - track the open and close states of disk cache entries of QuicServerInfo. BUG=417835 R=rch@chromium.org, asvitkine@chromium.org Committed: https://crrev.com/ddd25bc416a00c5cfd4a2b5051e514671088f639 Cr-Commit-Position: refs/heads/master@{#297776}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Minor change to QuicDiskCacheEntryState values #

Total comments: 6

Patch Set 3 : updated the doc per comments in Patch Set 2 #

Total comments: 4

Patch Set 4 : Fixed nits in Patch Set 3 #

Patch Set 5 : Merge with TOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -3 lines) Patch
M net/http/disk_cache_based_quic_server_info.cc View 1 2 3 4 6 chunks +24 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
ramant (doing other things)
6 years, 2 months ago (2014-09-30 22:36:10 UTC) #1
ramant (doing other things)
6 years, 2 months ago (2014-09-30 22:38:46 UTC) #3
Ryan Hamilton
lgtm https://codereview.chromium.org/618083003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/20001/tools/metrics/histograms/histograms.xml#newcode49745 tools/metrics/histograms/histograms.xml:49745: + <int value="0" label="QUIC_DISK_CACHE_ENTRY_OPENED"/> nit: consider making the ...
6 years, 2 months ago (2014-09-30 22:39:33 UTC) #4
ramant (doing other things)
Thanks much Ryan, raman https://codereview.chromium.org/618083003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/20001/tools/metrics/histograms/histograms.xml#newcode49745 tools/metrics/histograms/histograms.xml:49745: + <int value="0" label="QUIC_DISK_CACHE_ENTRY_OPENED"/> On ...
6 years, 2 months ago (2014-09-30 22:41:58 UTC) #5
ramant (doing other things)
Hi Ilya Sherman, It looks like Alexei is away. Could you take a look at ...
6 years, 2 months ago (2014-10-01 16:45:17 UTC) #7
Ilya Sherman
LGTM % nits. https://codereview.chromium.org/618083003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/40001/tools/metrics/histograms/histograms.xml#newcode16823 tools/metrics/histograms/histograms.xml:16823: + <summary>Tracks the open and close ...
6 years, 2 months ago (2014-10-01 19:47:37 UTC) #8
ramant (doing other things)
Hi Ilya, Updated the doc in histograms.xml. PTAL. thanks raman https://codereview.chromium.org/618083003/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/40001/tools/metrics/histograms/histograms.xml#newcode16823 ...
6 years, 2 months ago (2014-10-01 21:56:31 UTC) #9
Ilya Sherman
LGTM % nits: https://codereview.chromium.org/618083003/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/60001/tools/metrics/histograms/histograms.xml#newcode16842 tools/metrics/histograms/histograms.xml:16842: + Tracks the opening and closing ...
6 years, 2 months ago (2014-10-01 22:02:09 UTC) #10
ramant (doing other things)
https://codereview.chromium.org/618083003/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/618083003/diff/60001/tools/metrics/histograms/histograms.xml#newcode16842 tools/metrics/histograms/histograms.xml:16842: + Tracks the opening and closing of the disk ...
6 years, 2 months ago (2014-10-02 00:08:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/618083003/80001
6 years, 2 months ago (2014-10-02 00:09:21 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/73874) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/63283) android_aosp ...
6 years, 2 months ago (2014-10-02 00:13:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/618083003/140001
6 years, 2 months ago (2014-10-02 00:37:04 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:140001) as 4e25bc71cf274114911bfd365f4cad05cb5ceec8
6 years, 2 months ago (2014-10-02 03:15:38 UTC) #22
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 03:16:22 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ddd25bc416a00c5cfd4a2b5051e514671088f639
Cr-Commit-Position: refs/heads/master@{#297776}

Powered by Google App Engine
This is Rietveld 408576698