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

Issue 1241823002: Add UMA metrics for Bookmark widgets. (Closed)

Created:
5 years, 5 months ago by aurimas (slooooooooow)
Modified:
5 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA metrics for Bookmark widgets. - Adds UMA for when Bookmark Navigator and Bookmark Shortcut widgets get added. - Adds new EXTRA_SOURCE types for Bookmark Navigator and Bookmark Shortcut widgets. BUG=447706 Committed: https://crrev.com/9dfb76c42a8447c04d29dc70c3d08c39c91c6a77 Cr-Commit-Position: refs/heads/master@{#339147}

Patch Set 1 #

Total comments: 7

Patch Set 2 : newt's nits #

Patch Set 3 : Updated Histograms and Rappor #

Total comments: 2

Patch Set 4 : Nico's nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -2 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/bookmark/ShortcutActivity.java View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java View 1 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkWidgetProxy.java View 1 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/android/metrics/launch_metrics.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/shortcut_info.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/rappor/rappor.xml View 1 2 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
aurimas (slooooooooow)
+newt for chrome/android/java changes +dominickn for chrome/browser/android changes
5 years, 5 months ago (2015-07-15 01:30:41 UTC) #2
dominickn
chrome/browser/android LGTM I'll revisit https://codereview.chromium.org/1220813010/ and change everything to use the autogenerated enum rather than ...
5 years, 5 months ago (2015-07-15 01:55:34 UTC) #3
newt (away)
At last, we'll have stats for these :) A few comments inline. https://codereview.chromium.org/1241823002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java File chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java ...
5 years, 5 months ago (2015-07-15 02:56:00 UTC) #4
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/1241823002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java File chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java (right): https://chromiumcodereview.appspot.com/1241823002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java#newcode168 chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java:168: private void recordWidgetAdded() { On 2015/07/15 at 02:56:00, newt ...
5 years, 5 months ago (2015-07-16 01:15:31 UTC) #5
newt (away)
lgtm
5 years, 5 months ago (2015-07-16 01:18:00 UTC) #6
aurimas (slooooooooow)
+asvitkine for changes in tools/metrics/* and chrome/browser/android/metrics/launch_metrics.cc
5 years, 5 months ago (2015-07-16 01:30:05 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241823002/40001
5 years, 5 months ago (2015-07-16 01:30:27 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/80936)
5 years, 5 months ago (2015-07-16 04:19:50 UTC) #12
Alexei Svitkine (slow)
lgtm
5 years, 5 months ago (2015-07-16 14:49:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241823002/40001
5 years, 5 months ago (2015-07-16 14:59:16 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/79347)
5 years, 5 months ago (2015-07-16 15:08:55 UTC) #18
aurimas (slooooooooow)
+thakis for chrome/chrome.gyp
5 years, 5 months ago (2015-07-16 15:11:22 UTC) #19
aurimas (slooooooooow)
Actually add +thakis for chrome/chrome.gyp
5 years, 5 months ago (2015-07-16 15:11:53 UTC) #21
Nico
lgtm https://codereview.chromium.org/1241823002/diff/40001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://codereview.chromium.org/1241823002/diff/40001/chrome/android/BUILD.gn#newcode178 chrome/android/BUILD.gn:178: # GYP: //chrome/chrome_browser.gypi:tab_load_status_java add shortcut_source_java here?
5 years, 5 months ago (2015-07-16 20:26:26 UTC) #22
aurimas (slooooooooow)
https://codereview.chromium.org/1241823002/diff/40001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://codereview.chromium.org/1241823002/diff/40001/chrome/android/BUILD.gn#newcode178 chrome/android/BUILD.gn:178: # GYP: //chrome/chrome_browser.gypi:tab_load_status_java On 2015/07/16 at 20:26:26, Nico wrote: ...
5 years, 5 months ago (2015-07-16 20:29:53 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241823002/60001
5 years, 5 months ago (2015-07-16 20:35:08 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-16 22:55:17 UTC) #27
commit-bot: I haz the power
5 years, 5 months ago (2015-07-16 22:56:51 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9dfb76c42a8447c04d29dc70c3d08c39c91c6a77
Cr-Commit-Position: refs/heads/master@{#339147}

Powered by Google App Engine
This is Rietveld 408576698