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

Issue 2869223002: Metrics logging for user engagement of the Reload and Feedback buttons (Closed)

Created:
3 years, 7 months ago by PL
Modified:
3 years, 6 months ago
CC:
chromium-reviews, marq+watch_chromium.org, ios-reviews+chrome_chromium.org, noyau+watch_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Metrics logging for Sad Tab Reload and Feedback buttons. BUG=719781 Review-Url: https://codereview.chromium.org/2869223002 Cr-Commit-Position: refs/heads/master@{#478431} Committed: https://chromium.googlesource.com/chromium/src/+/1b59498f081885d9f82539f478653669b2c5c5a6

Patch Set 1 #

Total comments: 3

Patch Set 2 : Using shared file #

Total comments: 2

Patch Set 3 : Migrating Desktop to use shared symbols, explicitly setting enum values" #

Total comments: 1

Patch Set 4 : Experimental change to compile metrics types for Java #

Patch Set 5 : Attempt to get Java generating sad tab enum #

Patch Set 6 : Attempt 2 to make Java enum work #

Total comments: 1

Patch Set 7 : Tweak to DEPS file for ui_metrics #

Patch Set 8 : Adding to DEPS file for Desktop build #

Patch Set 9 : Fix Mac build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M chrome/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/sad_tab.cc View 1 2 3 4 5 6 7 8 4 chunks +11 lines, -18 lines 0 comments Download
A components/ui_metrics/BUILD.gn View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
A components/ui_metrics/sadtab_metrics_types.h View 1 2 3 4 5 6 1 chunk +28 lines, -0 lines 0 comments Download
M ios/chrome/browser/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/sad_tab/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/sad_tab/sad_tab_view.mm View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 78 (47 generated)
PL
This is a change that will add logging for user engagement of the new reload ...
3 years, 7 months ago (2017-05-09 22:38:23 UTC) #2
Eugene But (OOO till 7-30)
Could you please update CL description to have one line summary. https://codereview.chromium.org/2869223002/diff/1/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm File ios/chrome/browser/ui/sad_tab/sad_tab_view.mm (right): ...
3 years, 7 months ago (2017-05-09 22:45:58 UTC) #3
PL
https://codereview.chromium.org/2869223002/diff/1/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm File ios/chrome/browser/ui/sad_tab/sad_tab_view.mm (right): https://codereview.chromium.org/2869223002/diff/1/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm#newcode123 ios/chrome/browser/ui/sad_tab/sad_tab_view.mm:123: typedef NS_ENUM(NSInteger, SadTabViewEvent) { On 2017/05/09 22:45:58, Eugene But ...
3 years, 7 months ago (2017-05-09 22:57:20 UTC) #5
Sidney San Martín
On 2017/05/09 22:57:20, PL wrote: > https://codereview.chromium.org/2869223002/diff/1/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm > File ios/chrome/browser/ui/sad_tab/sad_tab_view.mm (right): > > https://codereview.chromium.org/2869223002/diff/1/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm#newcode123 > ...
3 years, 7 months ago (2017-05-12 03:03:20 UTC) #6
PL
Thanks Eugene, Sidney! This change now uses a shared header file, which should be adoptable ...
3 years, 7 months ago (2017-05-16 23:18:49 UTC) #7
Eugene But (OOO till 7-30)
+Nico for ui OWNERS Peter, do you want to make changes for Mac as well ...
3 years, 7 months ago (2017-05-16 23:49:33 UTC) #8
Sidney San Martín
On 2017/05/16 23:49:33, Eugene But wrote: > +Nico for ui OWNERS > > Peter, do ...
3 years, 7 months ago (2017-05-19 20:54:06 UTC) #9
PL
Thanks! I will see if I can get this Mac version building here, before opening ...
3 years, 6 months ago (2017-05-23 23:06:38 UTC) #10
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/2869223002/40001
3 years, 6 months ago (2017-05-23 23:08:13 UTC) #12
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 6 months ago (2017-05-23 23:08:17 UTC) #14
Sidney San Martín
https://codereview.chromium.org/2869223002/diff/40001/ui/base/ui_metrics_types.h File ui/base/ui_metrics_types.h (right): https://codereview.chromium.org/2869223002/diff/40001/ui/base/ui_metrics_types.h#newcode12 ui/base/ui_metrics_types.h:12: SAD_TAB_EVENT_DISPLAYED = 0, Is it necessary to prefix these ...
3 years, 6 months ago (2017-05-24 14:28:26 UTC) #19
Sidney San Martín
By the way, just in case you didn't know, there's a "dry run" button here ...
3 years, 6 months ago (2017-05-24 14:30:41 UTC) #20
PL
Thanks for your patience Sidney, Eugene! I think this now generates the correct Java enums ...
3 years, 6 months ago (2017-05-26 18:36:10 UTC) #37
Eugene But (OOO till 7-30)
lgtm
3 years, 6 months ago (2017-05-26 18:38:16 UTC) #38
Sidney San Martín
lgtm
3 years, 6 months ago (2017-05-26 18:40:35 UTC) #39
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/2869223002/100001
3 years, 6 months ago (2017-05-26 18:43:55 UTC) #41
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/448992)
3 years, 6 months ago (2017-05-26 18:52:16 UTC) #43
PL
On 2017/05/26 18:52:16, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 6 months ago (2017-05-26 20:29:32 UTC) #44
PL
+ Sky@, Hello! Sky@ could you review the use of these files, as they need ...
3 years, 6 months ago (2017-05-26 20:42:44 UTC) #46
sky
https://codereview.chromium.org/2869223002/diff/100001/ui/base/ui_metrics_types.h File ui/base/ui_metrics_types.h (right): https://codereview.chromium.org/2869223002/diff/100001/ui/base/ui_metrics_types.h#newcode8 ui/base/ui_metrics_types.h:8: namespace ui { Sorry for the bike shed. The ...
3 years, 6 months ago (2017-05-26 23:07:31 UTC) #47
sky
On 2017/05/26 23:07:31, sky wrote: > https://codereview.chromium.org/2869223002/diff/100001/ui/base/ui_metrics_types.h > File ui/base/ui_metrics_types.h (right): > > https://codereview.chromium.org/2869223002/diff/100001/ui/base/ui_metrics_types.h#newcode8 > ...
3 years, 6 months ago (2017-05-26 23:10:42 UTC) #48
PL
On 2017/05/26 23:10:42, sky wrote: > On 2017/05/26 23:07:31, sky wrote: > > > https://codereview.chromium.org/2869223002/diff/100001/ui/base/ui_metrics_types.h ...
3 years, 6 months ago (2017-06-07 17:38:18 UTC) #49
PL
+ sdefresne as an owner of some of the new areas this change affects. Sylvain, ...
3 years, 6 months ago (2017-06-08 00:28:40 UTC) #61
sdefresne
lgtm But, I'm wondering whether we should put this in //components/crash/core maybe. +mark: WDYT?
3 years, 6 months ago (2017-06-09 14:47:42 UTC) #65
Mark Mentovai
LGTM. I suppose it could. Doesn’t have to, though. Let’s leave it here and if ...
3 years, 6 months ago (2017-06-09 14:55:21 UTC) #66
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/2869223002/160001
3 years, 6 months ago (2017-06-09 16:09:29 UTC) #69
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/460195)
3 years, 6 months ago (2017-06-09 16:18:28 UTC) #71
PL
On 2017/06/09 16:18:28, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 6 months ago (2017-06-09 17:09:53 UTC) #72
sky
LGTM
3 years, 6 months ago (2017-06-09 18:18:23 UTC) #73
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/2869223002/160001
3 years, 6 months ago (2017-06-09 20:57:01 UTC) #75
commit-bot: I haz the power
3 years, 6 months ago (2017-06-09 21:57:06 UTC) #78
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/1b59498f081885d9f82539f47865...

Powered by Google App Engine
This is Rietveld 408576698