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

Issue 264123004: Modify rappor parameters. (Closed)

Created:
6 years, 7 months ago by Steven Holte
Modified:
6 years, 7 months ago
CC:
chromium-reviews, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org, Devlin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Modify rappor parameters. Change the default parameters for ETLD+1 Rappor metrics. Allow number of cohorts to be set per metric. Modify metric names to distinguish from reports with old parameters. BUG=370599 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273100

Patch Set 1 #

Patch Set 2 : Revert platform/os part, modify metric names. #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Clear old pref #

Total comments: 2

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -23 lines) Patch
M chrome/browser/extensions/activity_log/activity_actions.cc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/prefs/pref_metrics_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/rappor/byte_vector_utils.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/rappor/byte_vector_utils.cc View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M components/rappor/byte_vector_utils_unittest.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M components/rappor/proto/rappor_metric.proto View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/rappor/rappor_metric.cc View 1 chunk +5 lines, -3 lines 2 comments Download
M components/rappor/rappor_metric_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M components/rappor/rappor_parameters.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M components/rappor/rappor_parameters.cc View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M components/rappor/rappor_pref_names.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M components/rappor/rappor_pref_names.cc View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M components/rappor/rappor_service.cc View 1 2 3 4 3 chunks +13 lines, -11 lines 0 comments Download
M components/rappor/rappor_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Steven Holte
6 years, 7 months ago (2014-05-19 21:49:04 UTC) #1
Alexei Svitkine (slow)
https://codereview.chromium.org/264123004/diff/20001/components/rappor/byte_vector_utils.cc File components/rappor/byte_vector_utils.cc (right): https://codereview.chromium.org/264123004/diff/20001/components/rappor/byte_vector_utils.cc#newcode83 components/rappor/byte_vector_utils.cc:83: for (size_t i = 0, len = lhs.size(); i ...
6 years, 7 months ago (2014-05-20 06:59:49 UTC) #2
Steven Holte
https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc File components/rappor/rappor_pref_names.cc (left): https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc#oldcode11 components/rappor/rappor_pref_names.cc:11: const char kRapporCohort[] = "rappor.cohort"; On 2014/05/20 06:59:49, Alexei ...
6 years, 7 months ago (2014-05-20 18:28:03 UTC) #3
Steven Holte
https://codereview.chromium.org/264123004/diff/20001/components/rappor/byte_vector_utils.cc File components/rappor/byte_vector_utils.cc (right): https://codereview.chromium.org/264123004/diff/20001/components/rappor/byte_vector_utils.cc#newcode83 components/rappor/byte_vector_utils.cc:83: for (size_t i = 0, len = lhs.size(); i ...
6 years, 7 months ago (2014-05-20 22:53:53 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc File components/rappor/rappor_pref_names.cc (left): https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc#oldcode11 components/rappor/rappor_pref_names.cc:11: const char kRapporCohort[] = "rappor.cohort"; On 2014/05/20 18:28:03, Steven ...
6 years, 7 months ago (2014-05-21 09:13:36 UTC) #5
Steven Holte
https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc File components/rappor/rappor_pref_names.cc (left): https://codereview.chromium.org/264123004/diff/20001/components/rappor/rappor_pref_names.cc#oldcode11 components/rappor/rappor_pref_names.cc:11: const char kRapporCohort[] = "rappor.cohort"; On 2014/05/21 09:13:37, Alexei ...
6 years, 7 months ago (2014-05-21 19:02:56 UTC) #6
Alexei Svitkine (slow)
code changes LGTM % nit Maybe have Ulfar or someone else familiar with the intention ...
6 years, 7 months ago (2014-05-22 13:17:11 UTC) #7
Steven Holte
+felt@ for chrome/browser/extensions/activity_log/activity_actions.cc +battre@ chrome/browser/prefs/pref_metrics_service.cc Both of these files just change the name of the ...
6 years, 7 months ago (2014-05-22 20:02:26 UTC) #8
battre
chrome/browser/prefs/pref_metrics_service.cc LGTM
6 years, 7 months ago (2014-05-22 20:18:17 UTC) #9
felt
On 2014/05/22 20:18:17, battre wrote: > chrome/browser/prefs/pref_metrics_service.cc LGTM lgtm, cc'ing devlin so that he knows ...
6 years, 7 months ago (2014-05-22 23:30:01 UTC) #10
Devlin
https://codereview.chromium.org/264123004/diff/100001/chrome/browser/extensions/activity_log/activity_actions.cc File chrome/browser/extensions/activity_log/activity_actions.cc (right): https://codereview.chromium.org/264123004/diff/100001/chrome/browser/extensions/activity_log/activity_actions.cc#newcode49 chrome/browser/extensions/activity_log/activity_actions.cc:49: "Extensions.PossibleAdInjection2"; Nit: please add a short comment stating why ...
6 years, 7 months ago (2014-05-22 23:36:44 UTC) #11
Steven Holte
https://codereview.chromium.org/264123004/diff/80001/components/rappor/rappor_parameters.h File components/rappor/rappor_parameters.h (right): https://codereview.chromium.org/264123004/diff/80001/components/rappor/rappor_parameters.h#newcode28 components/rappor/rappor_parameters.h:28: // The number of cohorts to divide the reports ...
6 years, 7 months ago (2014-05-23 21:54:04 UTC) #12
Devlin
lgtm, thanks. :)
6 years, 7 months ago (2014-05-23 22:04:19 UTC) #13
ulfar
https://codereview.chromium.org/264123004/diff/120001/components/rappor/rappor_metric.cc File components/rappor/rappor_metric.cc (right): https://codereview.chromium.org/264123004/diff/120001/components/rappor/rappor_metric.cc#newcode18 components/rappor/rappor_metric.cc:18: (cohort_seed % parameters.num_cohorts) * This is the only place ...
6 years, 7 months ago (2014-05-27 17:52:13 UTC) #14
Steven Holte
https://codereview.chromium.org/264123004/diff/120001/components/rappor/rappor_metric.cc File components/rappor/rappor_metric.cc (right): https://codereview.chromium.org/264123004/diff/120001/components/rappor/rappor_metric.cc#newcode18 components/rappor/rappor_metric.cc:18: (cohort_seed % parameters.num_cohorts) * On 2014/05/27 17:52:14, ulfar wrote: ...
6 years, 7 months ago (2014-05-27 17:58:42 UTC) #15
ulfar
lgtm LGTM. These parameters offer better utility, as with about a 100 million reports from ...
6 years, 7 months ago (2014-05-27 18:49:50 UTC) #16
Steven Holte
The CQ bit was checked by holte@chromium.org
6 years, 7 months ago (2014-05-27 18:51:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/holte@chromium.org/264123004/120001
6 years, 7 months ago (2014-05-27 18:52:41 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium ...
6 years, 7 months ago (2014-05-27 23:27:46 UTC) #19
commit-bot: I haz the power
6 years, 7 months ago (2014-05-28 01:22:03 UTC) #20
Message was sent while issue was closed.
Change committed as 273100

Powered by Google App Engine
This is Rietveld 408576698