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

Issue 412003003: Additional metrics for disabled extensions and content verification (Closed)

Created:
6 years, 5 months ago by asargent_no_longer_on_chrome
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Additional metrics for disabled extensions and content verification BUG=396319 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285688

Patch Set 1 #

Total comments: 8

Patch Set 2 : fixes from review feedback #

Total comments: 13

Patch Set 3 : responded to review comments #

Patch Set 4 : changed NONE label to UNKNOWN in ExtensionDisableReason #

Patch Set 5 : merged latest origin/master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -3 lines) Patch
M chrome/browser/extensions/extension_system_impl.cc View 3 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/extensions/installed_loader.cc View 1 2 4 chunks +25 lines, -0 lines 0 comments Download
M extensions/browser/extension_prefs.h View 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/browser/extension_prefs.cc View 3 chunks +15 lines, -0 lines 0 comments Download
M extensions/common/extension.h View 2 chunks +6 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +52 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
asargent_no_longer_on_chrome
isherman: histograms usage and histograms.xml rockot: extensions code Thanks!
6 years, 5 months ago (2014-07-23 21:53:25 UTC) #1
Ilya Sherman
+Jesse for histograms review
6 years, 5 months ago (2014-07-23 21:57:11 UTC) #2
Ken Rockot(use gerrit already)
https://codereview.chromium.org/412003003/diff/1/chrome/browser/extensions/extension_system_impl.cc File chrome/browser/extensions/extension_system_impl.cc (right): https://codereview.chromium.org/412003003/diff/1/chrome/browser/extensions/extension_system_impl.cc#newcode240 chrome/browser/extensions/extension_system_impl.cc:240: } else if (!ContainsKey(would_be_disabled_ids_, extension_id)) { Your choice between ...
6 years, 5 months ago (2014-07-24 03:56:02 UTC) #3
asargent_no_longer_on_chrome
https://codereview.chromium.org/412003003/diff/1/chrome/browser/extensions/extension_system_impl.cc File chrome/browser/extensions/extension_system_impl.cc (right): https://codereview.chromium.org/412003003/diff/1/chrome/browser/extensions/extension_system_impl.cc#newcode240 chrome/browser/extensions/extension_system_impl.cc:240: } else if (!ContainsKey(would_be_disabled_ids_, extension_id)) { On 2014/07/24 03:56:01, ...
6 years, 5 months ago (2014-07-24 17:08:12 UTC) #4
Ken Rockot(use gerrit already)
LGTM!
6 years, 5 months ago (2014-07-24 17:23:57 UTC) #5
asargent_no_longer_on_chrome
On 2014/07/24 17:23:57, Ken Rockot wrote: > LGTM! isherman/jwd - ping
6 years, 5 months ago (2014-07-24 21:15:09 UTC) #6
Ilya Sherman
https://codereview.chromium.org/412003003/diff/20001/chrome/browser/extensions/extension_system_impl.cc File chrome/browser/extensions/extension_system_impl.cc (right): https://codereview.chromium.org/412003003/diff/20001/chrome/browser/extensions/extension_system_impl.cc#newcode241 chrome/browser/extensions/extension_system_impl.cc:241: UMA_HISTOGRAM_BOOLEAN("Extensions.CorruptExtensionWouldBeDisabled", true); It looks like you're probably planning to ...
6 years, 5 months ago (2014-07-24 21:55:51 UTC) #7
asargent_no_longer_on_chrome
Thanks for review! Responded to comments - please take another look. https://codereview.chromium.org/412003003/diff/20001/chrome/browser/extensions/extension_system_impl.cc File chrome/browser/extensions/extension_system_impl.cc (right): ...
6 years, 5 months ago (2014-07-25 00:09:16 UTC) #8
Ilya Sherman
Histograms LGTM, thanks. https://codereview.chromium.org/412003003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/412003003/diff/20001/tools/metrics/histograms/histograms.xml#newcode37974 tools/metrics/histograms/histograms.xml:37974: + <int value="0" label="NONE"/> On 2014/07/25 ...
6 years, 5 months ago (2014-07-25 03:14:53 UTC) #9
asargent_no_longer_on_chrome
On 2014/07/25 03:14:53, Ilya Sherman wrote: > Histograms LGTM, thanks. > > https://codereview.chromium.org/412003003/diff/20001/tools/metrics/histograms/histograms.xml > File ...
6 years, 4 months ago (2014-07-25 18:01:12 UTC) #10
asargent_no_longer_on_chrome
The CQ bit was checked by asargent@chromium.org
6 years, 4 months ago (2014-07-25 18:01:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/412003003/80001
6 years, 4 months ago (2014-07-25 18:02:30 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-07-25 21:45:29 UTC) #13
Message was sent while issue was closed.
Change committed as 285688

Powered by Google App Engine
This is Rietveld 408576698