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

Issue 419683014: Randomly select a single rappor sample when more than one is collected. (Closed)

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

Description

Randomly select a single rappor sample when more than one is collected. BUG=400553 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287698

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -17 lines) Patch
M components/rappor/bloom_filter.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M components/rappor/bloom_filter.cc View 1 2 chunks +11 lines, -1 line 0 comments Download
M components/rappor/bloom_filter_unittest.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M components/rappor/rappor_metric.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M components/rappor/rappor_metric.cc View 1 4 chunks +12 lines, -1 line 0 comments Download
M components/rappor/rappor_metric_unittest.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Steven Holte
6 years, 4 months ago (2014-07-30 03:37:01 UTC) #1
Alexei Svitkine (slow)
Please file a crbug for this work. https://codereview.chromium.org/419683014/diff/1/components/rappor/bloom_filter.cc File components/rappor/bloom_filter.cc (right): https://codereview.chromium.org/419683014/diff/1/components/rappor/bloom_filter.cc#newcode43 components/rappor/bloom_filter.cc:43: DCHECK_EQ(bytes.size(), bytes_.size()); ...
6 years, 4 months ago (2014-07-30 17:12:47 UTC) #2
Steven Holte
https://codereview.chromium.org/419683014/diff/1/components/rappor/bloom_filter.cc File components/rappor/bloom_filter.cc (right): https://codereview.chromium.org/419683014/diff/1/components/rappor/bloom_filter.cc#newcode43 components/rappor/bloom_filter.cc:43: DCHECK_EQ(bytes.size(), bytes_.size()); On 2014/07/30 17:12:47, Alexei Svitkine wrote: > ...
6 years, 4 months ago (2014-08-04 23:30:27 UTC) #3
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/419683014/diff/20001/components/rappor/rappor_metric.h File components/rappor/rappor_metric.h (right): https://codereview.chromium.org/419683014/diff/20001/components/rappor/rappor_metric.h#newcode38 components/rappor/rappor_metric.h:38: // A random sample will be used when ...
6 years, 4 months ago (2014-08-05 13:22:05 UTC) #4
Steven Holte
https://codereview.chromium.org/419683014/diff/20001/components/rappor/rappor_metric.h File components/rappor/rappor_metric.h (right): https://codereview.chromium.org/419683014/diff/20001/components/rappor/rappor_metric.h#newcode38 components/rappor/rappor_metric.h:38: // A random sample will be used when reporting ...
6 years, 4 months ago (2014-08-05 20:32:32 UTC) #5
Steven Holte
The CQ bit was checked by holte@chromium.org
6 years, 4 months ago (2014-08-05 20:32:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/holte@chromium.org/419683014/40001
6 years, 4 months ago (2014-08-05 20:34:32 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-06 00:45:53 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 06:08:14 UTC) #9
Message was sent while issue was closed.
Change committed as 287698

Powered by Google App Engine
This is Rietveld 408576698