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

Issue 509203002: Create a mechanism for reporting rappor metrics from non-UMA (Closed)

Created:
6 years, 3 months ago by Steven Holte
Modified:
6 years, 1 month ago
CC:
chromium-reviews, Ilya Sherman, asvitkine+watch_chromium.org, noƩ, vpihur, hodie
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Create a mechanism for reporting rappor metrics from non-UMA users. BUG=418242 Committed: https://crrev.com/ee8e70627d8d9ed12f3c92763dc2bf2fc7084600 Cr-Commit-Position: refs/heads/master@{#302682}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Update parameters #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : Rename, add params to rappor.xml #

Total comments: 10

Patch Set 7 : ReportingLevel #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -58 lines) Patch
M chrome/browser/extensions/activity_log/ad_injection_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M components/rappor/rappor_metric.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M components/rappor/rappor_metric_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M components/rappor/rappor_parameters.h View 1 2 3 4 5 6 3 chunks +17 lines, -0 lines 0 comments Download
M components/rappor/rappor_parameters.cc View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M components/rappor/rappor_service.h View 1 2 3 4 5 6 5 chunks +13 lines, -9 lines 0 comments Download
M components/rappor/rappor_service.cc View 1 2 3 4 5 6 7 7 chunks +55 lines, -30 lines 0 comments Download
M components/rappor/rappor_service_unittest.cc View 1 2 3 4 5 6 7 3 chunks +55 lines, -13 lines 0 comments Download
M tools/metrics/rappor/rappor.xml View 1 2 3 4 5 6 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
Steven Holte
holte@chromium.org changed reviewers: + jwd@chromium.org
6 years, 3 months ago (2014-08-28 00:24:07 UTC) #1
Steven Holte
This is just a rough draft, but FYI.
6 years, 3 months ago (2014-08-28 00:24:07 UTC) #2
jwd
https://codereview.chromium.org/509203002/diff/1/components/rappor/rappor_parameters.h File components/rappor/rappor_parameters.h (right): https://codereview.chromium.org/509203002/diff/1/components/rappor/rappor_parameters.h#newcode48 components/rappor/rappor_parameters.h:48: // to be enabled. The comment seems backwards to ...
6 years, 3 months ago (2014-08-29 15:45:47 UTC) #3
vpihur
Because of some recent discussions on anonymity and tracking, we decided to use a much ...
6 years, 3 months ago (2014-09-12 17:42:20 UTC) #5
Steven Holte
Updated the parameter to 8 bits 128 cohorts. https://codereview.chromium.org/509203002/diff/1/components/rappor/rappor_parameters.h File components/rappor/rappor_parameters.h (right): https://codereview.chromium.org/509203002/diff/1/components/rappor/rappor_parameters.h#newcode48 components/rappor/rappor_parameters.h:48: // ...
6 years, 3 months ago (2014-09-19 22:48:47 UTC) #6
Steven Holte
jwd@, this should be ready for review now. PTAL.
6 years, 2 months ago (2014-09-26 22:04:10 UTC) #7
jwd
LGTM with one comment. https://codereview.chromium.org/509203002/diff/40001/components/rappor/rappor_metric.cc File components/rappor/rappor_metric.cc (right): https://codereview.chromium.org/509203002/diff/40001/components/rappor/rappor_metric.cc#newcode24 components/rappor/rappor_metric.cc:24: DCHECK_EQ(RapporParameters::kMaxCohorts % parameters.num_cohorts, 0); Can ...
6 years, 2 months ago (2014-10-03 19:53:03 UTC) #8
Steven Holte
+asvitkine for OWNERs https://codereview.chromium.org/509203002/diff/40001/components/rappor/rappor_metric.cc File components/rappor/rappor_metric.cc (right): https://codereview.chromium.org/509203002/diff/40001/components/rappor/rappor_metric.cc#newcode24 components/rappor/rappor_metric.cc:24: DCHECK_EQ(RapporParameters::kMaxCohorts % parameters.num_cohorts, 0); On 2014/10/03 ...
6 years, 2 months ago (2014-10-03 20:09:23 UTC) #10
Alexei Svitkine (slow)
I assume it's already been discussed, but can you get someone from privacy team to ...
6 years, 2 months ago (2014-10-03 20:28:51 UTC) #11
Steven Holte
https://codereview.chromium.org/509203002/diff/60001/components/rappor/rappor_metric.cc File components/rappor/rappor_metric.cc (right): https://codereview.chromium.org/509203002/diff/60001/components/rappor/rappor_metric.cc#newcode26 components/rappor/rappor_metric.cc:26: DCHECK_EQ(RapporParameters::kMaxCohorts % parameters.num_cohorts, 0); On 2014/10/03 20:28:50, Alexei Svitkine ...
6 years, 2 months ago (2014-10-03 21:41:11 UTC) #12
Alexei Svitkine (slow)
Thanks. I'm wondering if hodie@ is in the loop for this plan? Maybe I'm not ...
6 years, 1 month ago (2014-11-03 21:48:21 UTC) #13
Steven Holte
hodie@ should be aware of this. I've tweaked this change a bit, which should make ...
6 years, 1 month ago (2014-11-04 02:44:20 UTC) #14
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/509203002/diff/120001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (right): https://codereview.chromium.org/509203002/diff/120001/components/rappor/rappor_service.cc#newcode107 components/rappor/rappor_service.cc:107: if (reporting_level <= REPORTING_DISABLED) { Nit: No {}'s ...
6 years, 1 month ago (2014-11-04 15:39:24 UTC) #15
Steven Holte
+felt for chrome/browser/extensions/activity_log/ad_injection_unittest.cc https://codereview.chromium.org/509203002/diff/120001/components/rappor/rappor_service.cc File components/rappor/rappor_service.cc (right): https://codereview.chromium.org/509203002/diff/120001/components/rappor/rappor_service.cc#newcode107 components/rappor/rappor_service.cc:107: if (reporting_level <= REPORTING_DISABLED) { On ...
6 years, 1 month ago (2014-11-04 18:57:22 UTC) #17
felt
+Devlin for /activity_log/ code, since he wrote that portion
6 years, 1 month ago (2014-11-04 20:12:59 UTC) #19
Devlin
lgtm as long as the test still passes
6 years, 1 month ago (2014-11-04 20:19:55 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/509203002/140001
6 years, 1 month ago (2014-11-04 20:39:57 UTC) #22
commit-bot: I haz the power
Committed patchset #8 (id:140001)
6 years, 1 month ago (2014-11-04 22:27:22 UTC) #23
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 22:29:24 UTC) #24
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/ee8e70627d8d9ed12f3c92763dc2bf2fc7084600
Cr-Commit-Position: refs/heads/master@{#302682}

Powered by Google App Engine
This is Rietveld 408576698