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

Issue 187593009: Match Pepper UMA histograms by prefix (Closed)

Created:
6 years, 9 months ago by elijahtaylor1
Modified:
6 years, 9 months ago
Reviewers:
bbudge, Ilya Sherman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Match Pepper UMA histograms by prefix Previously each individual histogram name had to be hashed and whitelisted. This had the drawback of older versions of Chrome not knowing about newer histogram names which were added, and then would be discarded. Now we match against known prefixes to allow a broader range of future histogram names. BUG=317833 R=bbudge@chromium.org, isherman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255487

Patch Set 1 #

Total comments: 6

Patch Set 2 : feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M chrome/renderer/pepper/pepper_uma_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/pepper/pepper_uma_host.cc View 1 3 chunks +13 lines, -13 lines 1 comment Download

Messages

Total messages: 19 (0 generated)
elijahtaylor1
PTAL isherman: as discussed offline bbudge: pepper host OWNERS
6 years, 9 months ago (2014-03-06 00:19:34 UTC) #1
Ilya Sherman
https://codereview.chromium.org/187593009/diff/1/chrome/renderer/pepper/pepper_uma_host.cc File chrome/renderer/pepper/pepper_uma_host.cc (right): https://codereview.chromium.org/187593009/diff/1/chrome/renderer/pepper/pepper_uma_host.cc#newcode29 chrome/renderer/pepper/pepper_uma_host.cc:29: const int kWhitelistedHistogramPrefixLength = 12; Hmm, maybe scan up ...
6 years, 9 months ago (2014-03-06 00:34:14 UTC) #2
elijahtaylor1
https://codereview.chromium.org/187593009/diff/1/chrome/renderer/pepper/pepper_uma_host.cc File chrome/renderer/pepper/pepper_uma_host.cc (right): https://codereview.chromium.org/187593009/diff/1/chrome/renderer/pepper/pepper_uma_host.cc#newcode29 chrome/renderer/pepper/pepper_uma_host.cc:29: const int kWhitelistedHistogramPrefixLength = 12; On 2014/03/06 00:34:14, Ilya ...
6 years, 9 months ago (2014-03-06 00:46:26 UTC) #3
Ilya Sherman
https://codereview.chromium.org/187593009/diff/20001/chrome/renderer/pepper/pepper_uma_host.cc File chrome/renderer/pepper/pepper_uma_host.cc (right): https://codereview.chromium.org/187593009/diff/20001/chrome/renderer/pepper/pepper_uma_host.cc#newcode35 chrome/renderer/pepper/pepper_uma_host.cc:35: histogram.substr(0, histogram.find('.'))); Did you verify that this does the ...
6 years, 9 months ago (2014-03-06 00:47:38 UTC) #4
elijahtaylor1
On 2014/03/06 00:47:38, Ilya Sherman wrote: > https://codereview.chromium.org/187593009/diff/20001/chrome/renderer/pepper/pepper_uma_host.cc > File chrome/renderer/pepper/pepper_uma_host.cc (right): > > https://codereview.chromium.org/187593009/diff/20001/chrome/renderer/pepper/pepper_uma_host.cc#newcode35 ...
6 years, 9 months ago (2014-03-06 00:52:33 UTC) #5
Ilya Sherman
Cool. LGTM, thanks.
6 years, 9 months ago (2014-03-06 00:52:59 UTC) #6
bbudge
lgtm
6 years, 9 months ago (2014-03-06 01:15:20 UTC) #7
elijahtaylor1
The CQ bit was checked by elijahtaylor@chromium.org
6 years, 9 months ago (2014-03-06 16:10:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elijahtaylor@chromium.org/187593009/20001
6 years, 9 months ago (2014-03-06 16:12:02 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 16:15:37 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 9 months ago (2014-03-06 16:15:37 UTC) #11
elijahtaylor1
The CQ bit was checked by elijahtaylor@chromium.org
6 years, 9 months ago (2014-03-06 16:26:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elijahtaylor@chromium.org/187593009/20001
6 years, 9 months ago (2014-03-06 16:26:14 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 19:56:41 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=276534
6 years, 9 months ago (2014-03-06 19:56:41 UTC) #15
elijahtaylor1
The CQ bit was checked by elijahtaylor@chromium.org
6 years, 9 months ago (2014-03-06 21:07:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elijahtaylor@chromium.org/187593009/20001
6 years, 9 months ago (2014-03-06 21:17:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elijahtaylor@chromium.org/187593009/20001
6 years, 9 months ago (2014-03-06 22:04:24 UTC) #18
commit-bot: I haz the power
6 years, 9 months ago (2014-03-07 01:09:23 UTC) #19
Message was sent while issue was closed.
Change committed as 255487

Powered by Google App Engine
This is Rietveld 408576698