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

Issue 240613004: Add UMA logging of extension creation flags. (Closed)

Created:
6 years, 8 months ago by calamity
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, jar (doing other things), asvitkine+watch_chromium.org, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Add UMA logging of extension creation flags. This CL adds an Extensions.LoadCreationFlags UMA histogram which logs an aggregate of a user's extension's flags. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270029

Patch Set 1 : #

Total comments: 2

Patch Set 2 : add comment #

Total comments: 5

Patch Set 3 : add kInitFromValueFlagBits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -0 lines) Patch
M chrome/browser/extensions/installed_loader.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M extensions/common/extension.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M extensions/common/extension.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
calamity
6 years, 8 months ago (2014-04-22 01:20:50 UTC) #1
benwells
lgtm https://codereview.chromium.org/240613004/diff/60001/chrome/browser/extensions/installed_loader.cc File chrome/browser/extensions/installed_loader.cc (right): https://codereview.chromium.org/240613004/diff/60001/chrome/browser/extensions/installed_loader.cc#newcode121 chrome/browser/extensions/installed_loader.cc:121: for (int i = 1; i < Extension::LAST_INIT_FROM_VALUE_FLAGS; ...
6 years, 8 months ago (2014-04-22 06:41:44 UTC) #2
calamity
+jar for histograms.xml OWNERS. https://codereview.chromium.org/240613004/diff/60001/chrome/browser/extensions/installed_loader.cc File chrome/browser/extensions/installed_loader.cc (right): https://codereview.chromium.org/240613004/diff/60001/chrome/browser/extensions/installed_loader.cc#newcode121 chrome/browser/extensions/installed_loader.cc:121: for (int i = 1; ...
6 years, 8 months ago (2014-04-22 06:56:28 UTC) #3
jar (doing other things)
https://codereview.chromium.org/240613004/diff/80001/chrome/browser/extensions/installed_loader.cc File chrome/browser/extensions/installed_loader.cc (right): https://codereview.chromium.org/240613004/diff/80001/chrome/browser/extensions/installed_loader.cc#newcode130 chrome/browser/extensions/installed_loader.cc:130: "Extensions.LoadCreationFlags", i, highest_flag_bit + 1); Other than |i| (which ...
6 years, 7 months ago (2014-04-29 01:32:25 UTC) #4
jar (doing other things)
6 years, 7 months ago (2014-04-29 01:32:53 UTC) #5
jar (doing other things)
As per comments, I suspect there are a few bugs here. Please switch to constants ...
6 years, 7 months ago (2014-04-29 16:25:56 UTC) #6
calamity
https://codereview.chromium.org/240613004/diff/80001/chrome/browser/extensions/installed_loader.cc File chrome/browser/extensions/installed_loader.cc (right): https://codereview.chromium.org/240613004/diff/80001/chrome/browser/extensions/installed_loader.cc#newcode124 chrome/browser/extensions/installed_loader.cc:124: ++highest_flag_bit; On 2014/04/29 16:25:56, jar wrote: > I didn't ...
6 years, 7 months ago (2014-05-12 03:39:09 UTC) #7
Alexei Svitkine (slow)
lgtm
6 years, 7 months ago (2014-05-12 19:51:17 UTC) #8
calamity
The CQ bit was checked by calamity@chromium.org
6 years, 7 months ago (2014-05-13 02:38:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/240613004/100001
6 years, 7 months ago (2014-05-13 02:38:52 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-05-13 05:34:20 UTC) #11
Message was sent while issue was closed.
Change committed as 270029

Powered by Google App Engine
This is Rietveld 408576698