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

Issue 341823005: Collects stats on how user interacts with the bubble. (Closed)

Created:
6 years, 5 months ago by yao
Modified:
6 years, 5 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Collects stats on how user interacts with the bubble. BUG=377813 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282592

Patch Set 1 #

Patch Set 2 : Correct issue. #

Patch Set 3 : Update histograms.xml file. #

Patch Set 4 : Add close callback to buuble frame #

Patch Set 5 : Finding reasons for the crash #

Patch Set 6 : Resolved crash #

Patch Set 7 : Nits #

Total comments: 8

Patch Set 8 : Address comments #

Patch Set 9 : Nits #

Patch Set 10 : Rebase #

Patch Set 11 : Fix comment. #

Total comments: 2

Patch Set 12 : Add back alrady-opted-in option. #

Patch Set 13 : Revert bubble_frame files and collects the ingored stats as Mike suggested. #

Patch Set 14 : Add callk to super's virtual function #

Total comments: 4

Patch Set 15 : Address comments #

Total comments: 3

Patch Set 16 : Addressed comments on histograms.xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -6 lines) Patch
M chrome/browser/ui/views/session_crashed_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/session_crashed_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +42 lines, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
yao
6 years, 5 months ago (2014-07-01 19:54:08 UTC) #1
Alexei Svitkine (slow)
https://codereview.chromium.org/341823005/diff/120001/chrome/browser/ui/views/session_crashed_bubble_view.cc File chrome/browser/ui/views/session_crashed_bubble_view.cc (right): https://codereview.chromium.org/341823005/diff/120001/chrome/browser/ui/views/session_crashed_bubble_view.cc#newcode94 chrome/browser/ui/views/session_crashed_bubble_view.cc:94: prefs::kMetricsReportingEnabled)->IsUserModifiable(); Hmm, I just noticed that this is wrong. ...
6 years, 5 months ago (2014-07-02 15:07:26 UTC) #2
yao
Hi Jesse, Since Alexei is OOO, could you do the review for me? Thanks! Yiyao ...
6 years, 5 months ago (2014-07-07 17:47:46 UTC) #3
jwd
https://codereview.chromium.org/341823005/diff/200001/chrome/browser/ui/views/session_crashed_bubble_view.cc File chrome/browser/ui/views/session_crashed_bubble_view.cc (right): https://codereview.chromium.org/341823005/diff/200001/chrome/browser/ui/views/session_crashed_bubble_view.cc#newcode73 chrome/browser/ui/views/session_crashed_bubble_view.cc:73: SESSION_CRASHED_BUBBLE_ALREADY_UMA_OPTIN, Is this being used anywhere anymore?
6 years, 5 months ago (2014-07-09 15:37:52 UTC) #4
yao
https://codereview.chromium.org/341823005/diff/200001/chrome/browser/ui/views/session_crashed_bubble_view.cc File chrome/browser/ui/views/session_crashed_bubble_view.cc (right): https://codereview.chromium.org/341823005/diff/200001/chrome/browser/ui/views/session_crashed_bubble_view.cc#newcode73 chrome/browser/ui/views/session_crashed_bubble_view.cc:73: SESSION_CRASHED_BUBBLE_ALREADY_UMA_OPTIN, On 2014/07/09 15:37:52, Jesse Doherty wrote: > Is ...
6 years, 5 months ago (2014-07-09 15:47:03 UTC) #5
jwd
lgtm
6 years, 5 months ago (2014-07-09 18:08:18 UTC) #6
yao
+msw for owner's review, Thanks
6 years, 5 months ago (2014-07-09 18:10:10 UTC) #7
msw
I don't think changing BubbleFrameView is the right approach. Are you actually concerned with specifically ...
6 years, 5 months ago (2014-07-09 20:03:08 UTC) #8
yao
Hi Mike, I changed it as how you suggested (with a flag). Thanks, Yiyao
6 years, 5 months ago (2014-07-10 19:23:49 UTC) #9
msw
lgtm with nits https://codereview.chromium.org/341823005/diff/260001/chrome/browser/ui/views/session_crashed_bubble_view.cc File chrome/browser/ui/views/session_crashed_bubble_view.cc (right): https://codereview.chromium.org/341823005/diff/260001/chrome/browser/ui/views/session_crashed_bubble_view.cc#newcode363 chrome/browser/ui/views/session_crashed_bubble_view.cc:363: restored_ = true; nit: you should ...
6 years, 5 months ago (2014-07-10 19:58:37 UTC) #10
yao
Thanks for your review Mike :) https://codereview.chromium.org/341823005/diff/260001/chrome/browser/ui/views/session_crashed_bubble_view.cc File chrome/browser/ui/views/session_crashed_bubble_view.cc (right): https://codereview.chromium.org/341823005/diff/260001/chrome/browser/ui/views/session_crashed_bubble_view.cc#newcode363 chrome/browser/ui/views/session_crashed_bubble_view.cc:363: restored_ = true; ...
6 years, 5 months ago (2014-07-10 20:19:12 UTC) #11
yao
The CQ bit was checked by yiyaoliu@chromium.org
6 years, 5 months ago (2014-07-10 21:40:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yiyaoliu@chromium.org/341823005/280001
6 years, 5 months ago (2014-07-10 21:41:14 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-10 22:40:48 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 22:44:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/79249)
6 years, 5 months ago (2014-07-10 22:44:41 UTC) #16
yao
Hi Ilya, Could you do an owner's review for file histograms.xml? Thanks, Yiyao
6 years, 5 months ago (2014-07-10 22:50:46 UTC) #17
Ilya Sherman
LGTM % nits: https://codereview.chromium.org/341823005/diff/280001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/341823005/diff/280001/tools/metrics/histograms/histograms.xml#newcode45766 tools/metrics/histograms/histograms.xml:45766: + <int value="1" label="There is error ...
6 years, 5 months ago (2014-07-10 23:16:45 UTC) #18
yao
The CQ bit was checked by yiyaoliu@chromium.org
6 years, 5 months ago (2014-07-11 03:40:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yiyaoliu@chromium.org/341823005/300001
6 years, 5 months ago (2014-07-11 03:42:08 UTC) #20
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 09:26:40 UTC) #21
Message was sent while issue was closed.
Change committed as 282592

Powered by Google App Engine
This is Rietveld 408576698