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

Issue 15675002: Add the UMA recording recall of URLRequests preconnected. (Closed)

Created:
7 years, 7 months ago by kouhei (in TOK)
Modified:
7 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, tburkard, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add the UMA recording recall of URLRequests preconnected. This is to be observed in the "preconnect on link UIEvents" Finch field trial to see its effect. BUG=235361 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202395

Patch Set 1 #

Patch Set 2 : style fix #

Total comments: 4

Patch Set 3 : move logic to predictor #

Total comments: 11

Patch Set 4 : nits fix #

Patch Set 5 : rebase only #

Patch Set 6 : rebase only #

Patch Set 7 : add missing files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -84 lines) Patch
M chrome/browser/net/connect_interceptor.h View 1 2 3 4 2 chunks +1 line, -31 lines 0 comments Download
M chrome/browser/net/connect_interceptor.cc View 1 2 3 4 4 chunks +4 lines, -36 lines 0 comments Download
M chrome/browser/net/predictor.h View 1 2 3 4 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/net/predictor.cc View 1 2 3 4 5 7 chunks +46 lines, -17 lines 0 comments Download
A chrome/browser/net/timed_cache.h View 1 2 3 4 6 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/net/timed_cache.cc View 1 2 3 4 6 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
kouhei (in TOK)
mmenke: Would you take a look? I think this is similar to the metric you ...
7 years, 7 months ago (2013-05-22 06:37:43 UTC) #1
mmenke
This is very much like what I was thinking. https://codereview.chromium.org/15675002/diff/1008/chrome/browser/net/connect_interceptor.cc File chrome/browser/net/connect_interceptor.cc (right): https://codereview.chromium.org/15675002/diff/1008/chrome/browser/net/connect_interceptor.cc#newcode98 chrome/browser/net/connect_interceptor.cc:98: ...
7 years, 7 months ago (2013-05-22 17:58:43 UTC) #2
kouhei (in TOK)
Thanks for your comments. Updated patch. https://codereview.chromium.org/15675002/diff/1008/chrome/browser/net/connect_interceptor.cc File chrome/browser/net/connect_interceptor.cc (right): https://codereview.chromium.org/15675002/diff/1008/chrome/browser/net/connect_interceptor.cc#newcode98 chrome/browser/net/connect_interceptor.cc:98: recent_preconnects_.SetRecentlySeen(request_scheme_host); I tried ...
7 years, 7 months ago (2013-05-23 07:31:13 UTC) #3
mmenke
https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc File chrome/browser/net/predictor.cc (right): https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc#newcode842 chrome/browser/net/predictor.cc:842: motivation, count)); I hadn't realized the Predictor lived on ...
7 years, 7 months ago (2013-05-23 15:28:36 UTC) #4
kouhei (in TOK)
Thank you for your comments. Updated patch. https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc File chrome/browser/net/predictor.cc (right): https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc#newcode842 chrome/browser/net/predictor.cc:842: motivation, count)); ...
7 years, 7 months ago (2013-05-24 00:34:36 UTC) #5
mmenke
Looks good. LGTM! https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc File chrome/browser/net/predictor.cc (right): https://codereview.chromium.org/15675002/diff/6001/chrome/browser/net/predictor.cc#newcode842 chrome/browser/net/predictor.cc:842: motivation, count)); On 2013/05/24 00:34:37, kouhei ...
7 years, 7 months ago (2013-05-24 18:28:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/15675002/13001
7 years, 7 months ago (2013-05-27 00:05:14 UTC) #7
commit-bot: I haz the power
Failed to apply patch for chrome/browser/net/connect_interceptor.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-27 00:05:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/15675002/23001
7 years, 7 months ago (2013-05-27 00:37:55 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/browser/net/predictor.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-27 05:48:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/15675002/36002
7 years, 7 months ago (2013-05-27 07:22:52 UTC) #11
commit-bot: I haz the power
7 years, 7 months ago (2013-05-27 09:44:04 UTC) #12
Message was sent while issue was closed.
Change committed as 202395

Powered by Google App Engine
This is Rietveld 408576698