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

Issue 2834009: Implement Password Manager aggregate metrics reporting (Closed)

Created:
10 years, 6 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
Jay Civelli
CC:
chromium-reviews
Visibility:
Public.

Description

Implement Password Manager aggregate metrics reporting This patch implements UMA histograms for the total number of saved passwords and the number of usernames per site/realm. BUG=45946 R=jcivelli@chromium.org TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50677

Patch Set 1 #

Total comments: 2

Patch Set 2 : update w/ review feedback #

Patch Set 3 : add mac impl, fix GROUP BY bug #

Patch Set 4 : rebase to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M chrome/browser/password_manager/login_database.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/login_database.cc View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_store_default.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dirk Pranke
Note that this depends on the previous patch for the interface stubs.
10 years, 6 months ago (2010-06-16 22:39:30 UTC) #1
Jay Civelli
LGTM http://codereview.chromium.org/2834009/diff/1/2 File chrome/browser/password_manager/login_database.cc (right): http://codereview.chromium.org/2834009/diff/1/2#newcode132 chrome/browser/password_manager/login_database.cc:132: "SELECT signon_realm, COUNT(username_value) FROM logins")); Nit: should be ...
10 years, 6 months ago (2010-06-17 06:07:31 UTC) #2
Dirk Pranke
http://codereview.chromium.org/2834009/diff/1/2 File chrome/browser/password_manager/login_database.cc (right): http://codereview.chromium.org/2834009/diff/1/2#newcode132 chrome/browser/password_manager/login_database.cc:132: "SELECT signon_realm, COUNT(username_value) FROM logins")); On 2010/06/17 06:07:31, Jay ...
10 years, 6 months ago (2010-06-17 23:37:54 UTC) #3
Dirk Pranke
Jay, Can you take another look? Turns out the Mac port was one line, and ...
10 years, 6 months ago (2010-06-18 00:18:15 UTC) #4
Jay Civelli
10 years, 6 months ago (2010-06-18 00:22:19 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698