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

Issue 2633283002: Add a new histogram for EngagementScore to check whether it's zero (Closed)

Created:
3 years, 11 months ago by charleszhao
Modified:
3 years, 10 months ago
Reviewers:
dominickn, kcarattini, jwd
CC:
chromium-reviews, dominickn+watch_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

(1) Add a new histogram for EngagementScore to check whether it's zero or non-zero. (2) The score is treated as 0 if it's less than ScoreCleanupThreshold. BUG=656834 Review-Url: https://codereview.chromium.org/2633283002 Cr-Commit-Position: refs/heads/master@{#446956} Committed: https://chromium.googlesource.com/chromium/src/+/169ed39de473bb196dcb5960e4c19ced3336de4e

Patch Set 1 #

Total comments: 2

Patch Set 2 : "Changed onwer." #

Total comments: 9

Patch Set 3 : Changed histogram.xml description and owner order. Also changed the method of counting zero. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M chrome/browser/engagement/site_engagement_metrics.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/engagement/site_engagement_metrics.cc View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (31 generated)
charleszhao
3 years, 11 months ago (2017-01-18 22:21:47 UTC) #8
kcarattini
Thanks for doing this! Kendra https://codereview.chromium.org/2633283002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2633283002/diff/1/tools/metrics/histograms/histograms.xml#newcode62462 tools/metrics/histograms/histograms.xml:62462: + <owner>calamity@chromium.org</owner> I think ...
3 years, 11 months ago (2017-01-18 23:53:45 UTC) #9
charleszhao
https://codereview.chromium.org/2633283002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2633283002/diff/1/tools/metrics/histograms/histograms.xml#newcode62462 tools/metrics/histograms/histograms.xml:62462: + <owner>calamity@chromium.org</owner> On 2017/01/18 23:53:45, kcarattini wrote: > I ...
3 years, 11 months ago (2017-01-19 22:38:20 UTC) #10
dominickn
Thanks Charles https://codereview.chromium.org/2633283002/diff/20001/chrome/browser/engagement/site_engagement_metrics.cc File chrome/browser/engagement/site_engagement_metrics.cc (right): https://codereview.chromium.org/2633283002/diff/20001/chrome/browser/engagement/site_engagement_metrics.cc#newcode102 chrome/browser/engagement/site_engagement_metrics.cc:102: const double threshold_0 = SiteEngagementScore::GetScoreCleanupThreshold(); I think ...
3 years, 11 months ago (2017-01-20 02:11:53 UTC) #11
dominickn
Also: please remove the (1) from the title
3 years, 11 months ago (2017-01-20 02:12:29 UTC) #12
charleszhao
Thanks Kendra, Dom. https://codereview.chromium.org/2633283002/diff/20001/chrome/browser/engagement/site_engagement_metrics.cc File chrome/browser/engagement/site_engagement_metrics.cc (right): https://codereview.chromium.org/2633283002/diff/20001/chrome/browser/engagement/site_engagement_metrics.cc#newcode102 chrome/browser/engagement/site_engagement_metrics.cc:102: const double threshold_0 = SiteEngagementScore::GetScoreCleanupThreshold(); On ...
3 years, 11 months ago (2017-01-20 03:17:01 UTC) #13
dominickn
lgtm, thanks Charles
3 years, 11 months ago (2017-01-23 02:51:39 UTC) #14
kcarattini
lgtm
3 years, 11 months ago (2017-01-23 03:07:09 UTC) #15
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/2633283002/40001
3 years, 11 months ago (2017-01-23 03:52:53 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/352773)
3 years, 11 months ago (2017-01-23 04:45:18 UTC) #19
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/2633283002/40001
3 years, 11 months ago (2017-01-24 06:42:16 UTC) #27
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/348414)
3 years, 11 months ago (2017-01-24 06:49:23 UTC) #29
dominickn
You need a reviewer for tools/metrics/histograms/histograms.xml
3 years, 11 months ago (2017-01-24 06:52:40 UTC) #30
charleszhao
On 2017/01/24 06:52:40, dominickn wrote: > You need a reviewer for tools/metrics/histograms/histograms.xml Thanks! Dom.
3 years, 11 months ago (2017-01-24 07:20:13 UTC) #31
charleszhao
On 2017/01/24 07:20:13, charleszhao wrote: > On 2017/01/24 06:52:40, dominickn wrote: > > You need ...
3 years, 11 months ago (2017-01-24 07:53:25 UTC) #33
charleszhao
Thanks jwd for the owner review!
3 years, 11 months ago (2017-01-24 07:54:09 UTC) #34
jwd
lgtm
3 years, 11 months ago (2017-01-24 21:34:13 UTC) #35
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/2633283002/40001
3 years, 11 months ago (2017-01-24 22:21:03 UTC) #37
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/2633283002/40001
3 years, 10 months ago (2017-01-30 03:46:53 UTC) #48
commit-bot: I haz the power
3 years, 10 months ago (2017-01-30 03:51:38 UTC) #51
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/169ed39de473bb196dcb5960e4c1...

Powered by Google App Engine
This is Rietveld 408576698