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

Issue 989523003: Add metrics for tracking how Chrome handled shortcut launches (Closed)

Created:
5 years, 9 months ago by gone
Modified:
5 years, 9 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add metrics for tracking how Chrome handled shortcut launches * Generalizes WebappMetrics as LaunchMetrics to allow recording information about Home screen bookmark launches, which are handled as Tabs. * Removes the previous count metric without marking it as obsolete because the downstream calling code never landed. * Splits the previous RAPPOR metric into two to differentiate between shortcut and web app launches. Again, calling code never landed. BUG=462745 Committed: https://crrev.com/0e71dffca1885161e052d5c9fd3afed5c8aab5e1 Cr-Commit-Position: refs/heads/master@{#319551}

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 8

Patch Set 3 : Renames #

Patch Set 4 : Renaming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -93 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappMetrics.java View 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 4 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/android/metrics/launch_metrics.h View 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/android/metrics/launch_metrics.cc View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
D chrome/browser/android/webapps/webapp_metrics.h View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/android/webapps/webapp_metrics.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M chrome/chrome_browser.gypi View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 chunk +0 lines, -9 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +12 lines, -0 lines 0 comments Download
M tools/metrics/rappor/rappor.xml View 1 2 2 chunks +18 lines, -9 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
gone
Take two. Effectively expanded the previous CL to support another similar use case.
5 years, 9 months ago (2015-03-06 20:00:36 UTC) #2
Ilya Sherman
https://codereview.chromium.org/989523003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/989523003/diff/20001/tools/metrics/histograms/histograms.xml#newcode11201 tools/metrics/histograms/histograms.xml:11201: +<histogram name="HomeScreen.Launch" enum="HomeScreenLaunch"> It looks like you're creating a ...
5 years, 9 months ago (2015-03-06 21:08:11 UTC) #3
Ted C
https://codereview.chromium.org/989523003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java File chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java (right): https://codereview.chromium.org/989523003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java#newcode16 chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java:16: public class LaunchMetrics { Should this be HomescreenLaunchMetrics? This ...
5 years, 9 months ago (2015-03-06 21:12:48 UTC) #4
gone
https://codereview.chromium.org/989523003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java File chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java (right): https://codereview.chromium.org/989523003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java#newcode16 chrome/android/java/src/org/chromium/chrome/browser/metrics/LaunchMetrics.java:16: public class LaunchMetrics { On 2015/03/06 21:12:48, Ted C ...
5 years, 9 months ago (2015-03-06 22:14:09 UTC) #5
Ilya Sherman
metrics LGTM, thanks.
5 years, 9 months ago (2015-03-07 00:04:46 UTC) #6
Ted C
lgtm - the method name clarifications work for me.
5 years, 9 months ago (2015-03-07 00:23:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/989523003/60001
5 years, 9 months ago (2015-03-07 00:36:09 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) mac_chromium_rel_ng on ...
5 years, 9 months ago (2015-03-07 02:37:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/989523003/60001
5 years, 9 months ago (2015-03-07 02:42:07 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-07 03:46:41 UTC) #14
commit-bot: I haz the power
5 years, 9 months ago (2015-03-07 03:47:39 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0e71dffca1885161e052d5c9fd3afed5c8aab5e1
Cr-Commit-Position: refs/heads/master@{#319551}

Powered by Google App Engine
This is Rietveld 408576698