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

Issue 511623002: Add a mechanism for collecting Rappor samples on a daily interval. (Closed)

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

Description

Add a mechanism for collecting Rappor samples on a daily interval. BUG=400927 Committed: https://crrev.com/07637b015c74b180c1163f38c1458ec41647644e Cr-Commit-Position: refs/heads/master@{#296025}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Histogram #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 20

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 8

Patch Set 7 : DailyEvent #

Total comments: 10

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : AdInjectionTest Fix #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -33 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/ad_injection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/metrics/metrics_services_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
A components/metrics/daily_event.h View 1 2 3 4 5 6 7 8 9 1 chunk +92 lines, -0 lines 0 comments Download
A components/metrics/daily_event.cc View 1 2 3 4 5 6 7 1 chunk +106 lines, -0 lines 0 comments Download
A components/metrics/daily_event_unittest.cc View 1 2 3 4 5 6 1 chunk +96 lines, -0 lines 0 comments Download
M components/rappor/rappor_pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/rappor_pref_names.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/rappor/rappor_service.h View 1 2 3 4 5 6 7 chunks +27 lines, -15 lines 0 comments Download
M components/rappor/rappor_service.cc View 1 2 3 4 5 6 7 chunks +27 lines, -12 lines 0 comments Download
M components/rappor/rappor_service_unittest.cc View 2 chunks +21 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (10 generated)
Steven Holte
holte@chromium.org changed reviewers: + jwd@chromium.org
6 years, 3 months ago (2014-08-26 22:18:27 UTC) #1
Steven Holte
6 years, 3 months ago (2014-08-26 22:18:27 UTC) #2
jwd
https://codereview.chromium.org/511623002/diff/1/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): https://codereview.chromium.org/511623002/diff/1/components/metrics/daily_interval.cc#newcode53 components/metrics/daily_interval.cc:53: DVLOG(1) << "DailyInterval clock change detected."; It might be ...
6 years, 3 months ago (2014-08-29 15:24:16 UTC) #3
Steven Holte
https://codereview.chromium.org/511623002/diff/1/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): https://codereview.chromium.org/511623002/diff/1/components/metrics/daily_interval.cc#newcode53 components/metrics/daily_interval.cc:53: DVLOG(1) << "DailyInterval clock change detected."; On 2014/08/29 15:24:15, ...
6 years, 3 months ago (2014-09-03 19:33:45 UTC) #4
jwd
lgtm
6 years, 3 months ago (2014-09-05 19:54:03 UTC) #5
Alexei Svitkine (slow)
Can you associate a crbug since this is a non-trivial change? https://codereview.chromium.org/511623002/diff/20001/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): ...
6 years, 3 months ago (2014-09-05 20:00:33 UTC) #7
Steven Holte
https://codereview.chromium.org/511623002/diff/20001/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): https://codereview.chromium.org/511623002/diff/20001/components/metrics/daily_interval.cc#newcode88 components/metrics/daily_interval.cc:88: DailyObserver, observers_, OnDailyInterval()); On 2014/09/05 20:00:33, Alexei Svitkine wrote: ...
6 years, 3 months ago (2014-09-05 21:15:08 UTC) #8
Steven Holte
+jam for chrome_browser_main.cc
6 years, 3 months ago (2014-09-05 22:16:04 UTC) #10
Alexei Svitkine (slow)
Looks good generally, just some minor style comments. https://codereview.chromium.org/511623002/diff/60001/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): https://codereview.chromium.org/511623002/diff/60001/components/metrics/daily_interval.cc#newcode23 components/metrics/daily_interval.cc:23: void ...
6 years, 3 months ago (2014-09-08 15:34:21 UTC) #11
jam
On 2014/09/05 22:16:04, Steven Holte wrote: > +jam for chrome_browser_main.cc lgtm
6 years, 3 months ago (2014-09-12 04:05:54 UTC) #12
Steven Holte
https://codereview.chromium.org/511623002/diff/60001/components/metrics/daily_interval.cc File components/metrics/daily_interval.cc (right): https://codereview.chromium.org/511623002/diff/60001/components/metrics/daily_interval.cc#newcode23 components/metrics/daily_interval.cc:23: void RecordIntervalTypeHistogram(const char* pref_name, IntervalType t) { On 2014/09/08 ...
6 years, 3 months ago (2014-09-12 21:23:32 UTC) #13
Alexei Svitkine (slow)
https://codereview.chromium.org/511623002/diff/80001/components/metrics/daily_observer.h File components/metrics/daily_observer.h (right): https://codereview.chromium.org/511623002/diff/80001/components/metrics/daily_observer.h#newcode12 components/metrics/daily_observer.h:12: // DailyObserver receives notifications from a DailyInterval. For an ...
6 years, 3 months ago (2014-09-15 17:50:38 UTC) #14
Steven Holte
https://codereview.chromium.org/511623002/diff/80001/components/metrics/daily_observer.h File components/metrics/daily_observer.h (right): https://codereview.chromium.org/511623002/diff/80001/components/metrics/daily_observer.h#newcode12 components/metrics/daily_observer.h:12: // DailyObserver receives notifications from a DailyInterval. On 2014/09/15 ...
6 years, 3 months ago (2014-09-15 20:17:10 UTC) #15
Alexei Svitkine (slow)
https://codereview.chromium.org/511623002/diff/100001/components/metrics/daily_interval.h File components/metrics/daily_interval.h (right): https://codereview.chromium.org/511623002/diff/100001/components/metrics/daily_interval.h#newcode19 components/metrics/daily_interval.h:19: // chrome is restarted more frequently. It is based ...
6 years, 3 months ago (2014-09-15 20:29:41 UTC) #16
Steven Holte
Renamed DailyInterval to DailyEvent, which is more consistent. https://codereview.chromium.org/511623002/diff/100001/components/metrics/daily_interval.h File components/metrics/daily_interval.h (right): https://codereview.chromium.org/511623002/diff/100001/components/metrics/daily_interval.h#newcode19 components/metrics/daily_interval.h:19: // ...
6 years, 3 months ago (2014-09-15 21:27:04 UTC) #17
Alexei Svitkine (slow)
LGTM with a few more nits. https://codereview.chromium.org/511623002/diff/120001/components/metrics/daily_event.cc File components/metrics/daily_event.cc (right): https://codereview.chromium.org/511623002/diff/120001/components/metrics/daily_event.cc#newcode24 components/metrics/daily_event.cc:24: IntervalType t) { ...
6 years, 3 months ago (2014-09-15 21:32:32 UTC) #18
Steven Holte
https://codereview.chromium.org/511623002/diff/120001/components/metrics/daily_event.cc File components/metrics/daily_event.cc (right): https://codereview.chromium.org/511623002/diff/120001/components/metrics/daily_event.cc#newcode24 components/metrics/daily_event.cc:24: IntervalType t) { On 2014/09/15 21:32:32, Alexei Svitkine wrote: ...
6 years, 3 months ago (2014-09-15 21:43:09 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/511623002/180001
6 years, 3 months ago (2014-09-15 22:04:05 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/14470) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/15762) linux_chromium_rel_swarming ...
6 years, 3 months ago (2014-09-16 00:47:32 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/511623002/200001
6 years, 3 months ago (2014-09-19 21:15:04 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/17381)
6 years, 3 months ago (2014-09-19 21:59:14 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/17381)
6 years, 3 months ago (2014-09-19 21:59:52 UTC) #29
Steven Holte
On 2014/09/19 21:59:52, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-19 23:22:27 UTC) #30
Ilya Sherman
On 2014/09/19 23:22:27, Steven Holte wrote: > On 2014/09/19 21:59:52, I haz the power (commit-bot) ...
6 years, 3 months ago (2014-09-20 00:04:38 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/511623002/220001
6 years, 3 months ago (2014-09-20 00:35:53 UTC) #33
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-20 02:37:20 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/511623002/220001
6 years, 3 months ago (2014-09-22 19:14:14 UTC) #37
commit-bot: I haz the power
Committed patchset #12 (id:220001) as 72e370f82adf050c98732db8b38f034bf647e261
6 years, 3 months ago (2014-09-22 19:15:11 UTC) #38
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 19:15:44 UTC) #39
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/07637b015c74b180c1163f38c1458ec41647644e
Cr-Commit-Position: refs/heads/master@{#296025}

Powered by Google App Engine
This is Rietveld 408576698