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

Issue 1130793006: Add UMA actions and histogram for the NPAPI InfoBar. (Closed)

Created:
5 years, 7 months ago by Will Harris
Modified:
5 years, 7 months ago
CC:
chromium-reviews, jam, 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 UMA actions and histogram for the NPAPI InfoBar. BUG=380227 Committed: https://crrev.com/ad9bbee14283c370141cc8a84bc7ec8bff78190a Cr-Commit-Position: refs/heads/master@{#329473}

Patch Set 1 #

Total comments: 3

Patch Set 2 : format and add missing description #

Total comments: 2

Patch Set 3 : change to histogram #

Total comments: 14

Patch Set 4 : code review comments. add two more plugins. #

Total comments: 2

Patch Set 5 : put unknown at top of histogram #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -0 lines) Patch
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 2 3 4 4 chunks +64 lines, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_metadata.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_metadata.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
Will Harris
PTAL :)
5 years, 7 months ago (2015-05-12 00:37:26 UTC) #2
Will Harris
https://codereview.chromium.org/1130793006/diff/1/chrome/browser/plugins/chrome_plugin_service_filter.cc File chrome/browser/plugins/chrome_plugin_service_filter.cc (right): https://codereview.chromium.org/1130793006/diff/1/chrome/browser/plugins/chrome_plugin_service_filter.cc#newcode95 chrome/browser/plugins/chrome_plugin_service_filter.cc:95: UserMetricsAction("NPAPIRemovalInfobar.Shown.Removed.Java")); this code shamelessly stolen from plugin_infobar_delegates.cc
5 years, 7 months ago (2015-05-12 00:38:35 UTC) #3
Bernhard Bauer
lgtm https://codereview.chromium.org/1130793006/diff/1/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1130793006/diff/1/tools/metrics/actions/actions.xml#newcode8215 tools/metrics/actions/actions.xml:8215: <description>Please enter the description of the metric.</description> Please ...
5 years, 7 months ago (2015-05-12 10:03:14 UTC) #4
Will Harris
https://codereview.chromium.org/1130793006/diff/1/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/1130793006/diff/1/tools/metrics/actions/actions.xml#newcode8215 tools/metrics/actions/actions.xml:8215: <description>Please enter the description of the metric.</description> On 2015/05/12 ...
5 years, 7 months ago (2015-05-12 16:02:40 UTC) #5
Alexei Svitkine (slow)
https://codereview.chromium.org/1130793006/diff/20001/chrome/browser/plugins/chrome_plugin_service_filter.cc File chrome/browser/plugins/chrome_plugin_service_filter.cc (right): https://codereview.chromium.org/1130793006/diff/20001/chrome/browser/plugins/chrome_plugin_service_filter.cc#newcode92 chrome/browser/plugins/chrome_plugin_service_filter.cc:92: UserMetricsAction("NPAPIRemovalInfobar.Shown.Removed")); I think these would be better captured as ...
5 years, 7 months ago (2015-05-12 16:29:07 UTC) #6
Will Harris
Changed to histogram. PTAL. https://codereview.chromium.org/1130793006/diff/20001/chrome/browser/plugins/chrome_plugin_service_filter.cc File chrome/browser/plugins/chrome_plugin_service_filter.cc (right): https://codereview.chromium.org/1130793006/diff/20001/chrome/browser/plugins/chrome_plugin_service_filter.cc#newcode92 chrome/browser/plugins/chrome_plugin_service_filter.cc:92: UserMetricsAction("NPAPIRemovalInfobar.Shown.Removed")); On 2015/05/12 16:29:07, Alexei ...
5 years, 7 months ago (2015-05-12 17:25:25 UTC) #7
Alexei Svitkine (slow)
https://codereview.chromium.org/1130793006/diff/40001/chrome/browser/plugins/chrome_plugin_service_filter.cc File chrome/browser/plugins/chrome_plugin_service_filter.cc (right): https://codereview.chromium.org/1130793006/diff/40001/chrome/browser/plugins/chrome_plugin_service_filter.cc#newcode43 chrome/browser/plugins/chrome_plugin_service_filter.cc:43: enum PluginGroup { Nit: Add a comment that this ...
5 years, 7 months ago (2015-05-12 17:38:16 UTC) #8
Will Harris
All done. Also added two plugins we want to histogram. PTAL. https://codereview.chromium.org/1130793006/diff/40001/chrome/browser/plugins/chrome_plugin_service_filter.cc File chrome/browser/plugins/chrome_plugin_service_filter.cc (right): ...
5 years, 7 months ago (2015-05-12 18:25:48 UTC) #9
Alexei Svitkine (slow)
lgtm % nit https://codereview.chromium.org/1130793006/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1130793006/diff/60001/tools/metrics/histograms/histograms.xml#newcode59981 tools/metrics/histograms/histograms.xml:59981: + <int value="9" label="Other Plugin"/> Nit: ...
5 years, 7 months ago (2015-05-12 18:33:02 UTC) #10
Will Harris
Thanks for the reviews! https://codereview.chromium.org/1130793006/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1130793006/diff/60001/tools/metrics/histograms/histograms.xml#newcode59981 tools/metrics/histograms/histograms.xml:59981: + <int value="9" label="Other Plugin"/> ...
5 years, 7 months ago (2015-05-12 19:02:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130793006/80001
5 years, 7 months ago (2015-05-12 19:05:15 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-12 20:28:03 UTC) #15
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 20:29:02 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ad9bbee14283c370141cc8a84bc7ec8bff78190a
Cr-Commit-Position: refs/heads/master@{#329473}

Powered by Google App Engine
This is Rietveld 408576698