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

Issue 10829282: Added a histogram to track number of http/https resources. (Closed)

Created:
8 years, 4 months ago by frankwang
Modified:
8 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Added a histogram to track number of http/https resources. R=gavinp@chromium.org,darin@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151338

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M content/browser/renderer_host/duplicate_content_resource_handler.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
frankwang
I added a histogram to track the number of http/https resources as per Gavin's suggestion ...
8 years, 4 months ago (2012-08-10 18:29:16 UTC) #1
darin (slow to review)
LGTM https://chromiumcodereview.appspot.com/10829282/diff/1/content/browser/renderer_host/duplicate_content_resource_handler.cc File content/browser/renderer_host/duplicate_content_resource_handler.cc (right): https://chromiumcodereview.appspot.com/10829282/diff/1/content/browser/renderer_host/duplicate_content_resource_handler.cc#newcode95 content/browser/renderer_host/duplicate_content_resource_handler.cc:95: bool is_http_or_https = request_->url().SchemeIs("http") || weren't you going ...
8 years, 4 months ago (2012-08-11 06:18:35 UTC) #2
gavinp
LGTM. I do think it would also be good to track the size of each ...
8 years, 4 months ago (2012-08-12 16:18:46 UTC) #3
gavinp
And yeah, you should rebase this like Darin suggested. On 2012/08/12 16:18:46, gavinp wrote: > ...
8 years, 4 months ago (2012-08-12 16:19:03 UTC) #4
frankwang
A patch is in progress. I thought I would put this histogram in also to ...
8 years, 4 months ago (2012-08-13 04:41:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/frankwang@google.com/10829282/6001
8 years, 4 months ago (2012-08-13 19:27:37 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 20:43:13 UTC) #7
Change committed as 151338

Powered by Google App Engine
This is Rietveld 408576698