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

Issue 2222573003: Add use counter for chrome.loadTimes (Closed)

Created:
4 years, 4 months ago by panicker
Modified:
4 years, 4 months ago
CC:
Bryan McQuade, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dglazkov+blink, extensions-reviews_chromium.org, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add use counter for chrome.loadTimes BUG=621512 Committed: https://crrev.com/3fcbfceb613b77295f543c55a9147b3343986571 Cr-Commit-Position: refs/heads/master@{#410427}

Patch Set 1 #

Total comments: 9

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1 line) Patch
M chrome/renderer/loadtimes_extension_bindings.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebLocalFrame.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (15 generated)
panicker
Hey Elliot, This plumbing is based on our conversation a couple weeks ago. Does this ...
4 years, 4 months ago (2016-08-05 19:17:12 UTC) #2
esprehn
https://codereview.chromium.org/2222573003/diff/1/chrome/renderer/loadtimes_extension_bindings.cc File chrome/renderer/loadtimes_extension_bindings.cc (right): https://codereview.chromium.org/2222573003/diff/1/chrome/renderer/loadtimes_extension_bindings.cc#newcode113 chrome/renderer/loadtimes_extension_bindings.cc:113: if (frame) { I'd usually write: if (WebLocalFrame* frame ...
4 years, 4 months ago (2016-08-05 20:57:36 UTC) #3
panicker
Thanks for the review. PTAL. https://codereview.chromium.org/2222573003/diff/1/chrome/renderer/loadtimes_extension_bindings.cc File chrome/renderer/loadtimes_extension_bindings.cc (right): https://codereview.chromium.org/2222573003/diff/1/chrome/renderer/loadtimes_extension_bindings.cc#newcode113 chrome/renderer/loadtimes_extension_bindings.cc:113: if (frame) { On ...
4 years, 4 months ago (2016-08-05 23:06:14 UTC) #4
esprehn
lgtm https://codereview.chromium.org/2222573003/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (right): https://codereview.chromium.org/2222573003/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h#newcode1274 third_party/WebKit/Source/core/frame/UseCounter.h:1274: ChromeLoadtimesConnectionInfo = 1498, On 2016/08/05 at 23:06:14, Shubhie ...
4 years, 4 months ago (2016-08-05 23:07:53 UTC) #5
dcheng
On 2016/08/05 23:07:53, esprehn wrote: > lgtm > > https://codereview.chromium.org/2222573003/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h > File third_party/WebKit/Source/core/frame/UseCounter.h (right): > ...
4 years, 4 months ago (2016-08-07 00:16:50 UTC) #9
dcheng
On 2016/08/07 00:16:50, dcheng (OOO Aug 1 - Aug 11) wrote: > On 2016/08/05 23:07:53, ...
4 years, 4 months ago (2016-08-07 00:18:39 UTC) #10
esprehn
We are, this project is actually trying to delete this entire api, so doing this ...
4 years, 4 months ago (2016-08-07 05:24:03 UTC) #11
esprehn
We are, this project is actually trying to delete this entire api, so doing this ...
4 years, 4 months ago (2016-08-07 05:24:03 UTC) #12
dcheng
On 2016/08/07 05:24:03, esprehn wrote: > We are, this project is actually trying to delete ...
4 years, 4 months ago (2016-08-07 13:47:13 UTC) #13
panicker
On 2016/08/07 13:47:13, dcheng (OOO Aug 1 - Aug 11) wrote: > On 2016/08/07 05:24:03, ...
4 years, 4 months ago (2016-08-08 17:28:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2222573003/20001
4 years, 4 months ago (2016-08-08 19:47:40 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/233063)
4 years, 4 months ago (2016-08-08 19:59:03 UTC) #22
panicker
Bryan, Ilya -- could you please review for OWNERS for loadtimes and histograms respectively? Thank ...
4 years, 4 months ago (2016-08-08 20:08:10 UTC) #24
Bryan McQuade
LGTM for loadtimes_extension_bindings, thanks!
4 years, 4 months ago (2016-08-08 20:10:58 UTC) #26
Ilya Sherman
metrics lgtm
4 years, 4 months ago (2016-08-08 20:13:03 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2222573003/20001
4 years, 4 months ago (2016-08-08 20:14:39 UTC) #29
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-08 20:20:28 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 20:23:39 UTC) #33
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3fcbfceb613b77295f543c55a9147b3343986571
Cr-Commit-Position: refs/heads/master@{#410427}

Powered by Google App Engine
This is Rietveld 408576698