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

Issue 1888043002: Differentiate between small and large images in caching metrics (Closed)

Created:
4 years, 8 months ago by jkarlin
Modified:
4 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, gavinp+disk_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Differentiate between small and large images in caching metrics This CL differentiates between small and large images when reporting caching pattern metrics. The purpose is to separate tracking pixel caching behavior from other images. BUG=603551 Committed: https://crrev.com/3eec862179fbac345c64156e255f7878e015e807 Cr-Commit-Position: refs/heads/master@{#387572}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment from PS1 #

Total comments: 2

Patch Set 3 : Forgot a brace #

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

Messages

Total messages: 13 (3 generated)
jkarlin
ttuttle@ PTAL at http_cache_transaction.cc isherman@ PTAL at histograms.xml Thanks!
4 years, 8 months ago (2016-04-14 14:08:06 UTC) #2
Deprecated (see juliatuttle)
https://codereview.chromium.org/1888043002/diff/1/net/http/http_cache_transaction.cc File net/http/http_cache_transaction.cc (right): https://codereview.chromium.org/1888043002/diff/1/net/http/http_cache_transaction.cc#newcode2726 net/http/http_cache_transaction.cc:2726: if (response_headers->GetContentLength() < 100) { GetContentLength returns -1 if ...
4 years, 8 months ago (2016-04-14 14:11:33 UTC) #3
jkarlin
Thanks! https://codereview.chromium.org/1888043002/diff/1/net/http/http_cache_transaction.cc File net/http/http_cache_transaction.cc (right): https://codereview.chromium.org/1888043002/diff/1/net/http/http_cache_transaction.cc#newcode2726 net/http/http_cache_transaction.cc:2726: if (response_headers->GetContentLength() < 100) { On 2016/04/14 14:11:33, ...
4 years, 8 months ago (2016-04-14 14:28:52 UTC) #4
Deprecated (see juliatuttle)
https://codereview.chromium.org/1888043002/diff/20001/net/http/http_cache_transaction.cc File net/http/http_cache_transaction.cc (right): https://codereview.chromium.org/1888043002/diff/20001/net/http/http_cache_transaction.cc#newcode2727 net/http/http_cache_transaction.cc:2727: if (content_length >= 0 && content_length < 100) Looks ...
4 years, 8 months ago (2016-04-14 14:30:19 UTC) #5
jkarlin
https://codereview.chromium.org/1888043002/diff/20001/net/http/http_cache_transaction.cc File net/http/http_cache_transaction.cc (right): https://codereview.chromium.org/1888043002/diff/20001/net/http/http_cache_transaction.cc#newcode2727 net/http/http_cache_transaction.cc:2727: if (content_length >= 0 && content_length < 100) On ...
4 years, 8 months ago (2016-04-14 14:54:58 UTC) #6
Deprecated (see juliatuttle)
Thanks, http_cache_transaction.cc lgtm!
4 years, 8 months ago (2016-04-14 16:44:29 UTC) #7
Ilya Sherman
metrics LGTM
4 years, 8 months ago (2016-04-14 21:35:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1888043002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1888043002/40001
4 years, 8 months ago (2016-04-15 11:00:10 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-15 11:05:09 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 11:06:15 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3eec862179fbac345c64156e255f7878e015e807
Cr-Commit-Position: refs/heads/master@{#387572}

Powered by Google App Engine
This is Rietveld 408576698