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

Issue 644053003: [Password Manager] Add UMA stats for custom passphrase users. (Closed)

Created:
6 years, 2 months ago by Garrett Casto
Modified:
6 years, 1 month ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, asvitkine+watch_chromium.org, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Add UMA stats for custom passphrase users. We are trying to determine if the usage pattern of these users is significantly different than other users. BUG=417126 Committed: https://crrev.com/e015fd92a519f7c9cbc12ae341e18b650eaab1d3 Cr-Commit-Position: refs/heads/master@{#301167}

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Rebase #

Total comments: 16

Patch Set 4 : Comments + Test #

Patch Set 5 : Rebase #

Patch Set 6 : Mac #

Patch Set 7 : Comments #

Patch Set 8 : Rebase #

Total comments: 4

Patch Set 9 : Comments #

Patch Set 10 : #

Patch Set 11 : Threading #

Patch Set 12 : Rebase #

Patch Set 13 : Tests #

Patch Set 14 : #

Patch Set 15 : More Mac #

Total comments: 2

Patch Set 16 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -107 lines) Patch
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +57 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/mock_password_store_service.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_factory.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/test_password_store_service.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M components/password_manager/core/browser/login_database.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -1 line 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +50 lines, -13 lines 0 comments Download
M components/password_manager/core/browser/mock_password_store.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +9 lines, -18 lines 0 comments Download
M components/password_manager/core/browser/password_generation_manager.cc View 1 2 3 4 5 6 1 chunk +5 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_generation_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +14 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +11 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_store.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_default.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_default_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 6 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
Garrett Casto
vabr@ - Please review jww@ - Can you verify that these are the type of ...
6 years, 2 months ago (2014-10-10 23:27:55 UTC) #2
vabr (Chromium)
LGTM, with some comments. Cheers, Vaclav https://codereview.chromium.org/644053003/diff/300001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/644053003/diff/300001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode260 chrome/browser/password_manager/chrome_password_manager_client.cc:260: if (!((state == ...
6 years, 2 months ago (2014-10-13 09:24:19 UTC) #3
jww
Stats lgtm, one comment below. https://codereview.chromium.org/644053003/diff/300001/components/password_manager/core/browser/password_generation_manager.cc File components/password_manager/core/browser/password_generation_manager.cc (right): https://codereview.chromium.org/644053003/diff/300001/components/password_manager/core/browser/password_generation_manager.cc#newcode53 components/password_manager/core/browser/password_generation_manager.cc:53: DVLOG(2) << "Generation disabled ...
6 years, 2 months ago (2014-10-13 18:25:35 UTC) #4
Garrett Casto
https://codereview.chromium.org/644053003/diff/300001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/644053003/diff/300001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode260 chrome/browser/password_manager/chrome_password_manager_client.cc:260: if (!((state == password_manager::ONLY_CUSTOM_PASSPHRASE_USERS) ^ On 2014/10/13 09:24:18, vabr ...
6 years, 2 months ago (2014-10-13 20:57:57 UTC) #5
vabr (Chromium)
Hi Garrett, Seems like the TestPasswordStore::ReportMetricsImpl needs its signature fixed, but otherwise LGTM. Thanks! Vaclav ...
6 years, 2 months ago (2014-10-14 07:32:51 UTC) #6
Will Harris
see also https://code.google.com/p/chromium/issues/detail?id=421623 the sync team were also going to add an UMA for encryption ...
6 years, 2 months ago (2014-10-14 15:57:08 UTC) #7
Garrett Casto
asvitkine@ for histograms changes.
6 years, 2 months ago (2014-10-14 23:43:46 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/644053003/diff/840001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/644053003/diff/840001/components/password_manager/core/browser/login_database.cc#newcode372 components/password_manager/core/browser/login_database.cc:372: 10); Instead of repeating these params, how about making ...
6 years, 2 months ago (2014-10-15 15:15:31 UTC) #10
Garrett Casto
https://codereview.chromium.org/644053003/diff/840001/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/644053003/diff/840001/components/password_manager/core/browser/login_database.cc#newcode372 components/password_manager/core/browser/login_database.cc:372: 10); On 2014/10/15 15:15:31, Alexei Svitkine wrote: > Instead ...
6 years, 2 months ago (2014-10-16 22:52:11 UTC) #11
Alexei Svitkine (slow)
lgtm, thanks!
6 years, 2 months ago (2014-10-17 15:55:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/644053003/880001
6 years, 2 months ago (2014-10-17 17:13:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/59859)
6 years, 2 months ago (2014-10-17 17:41:23 UTC) #16
jww
On 2014/10/17 17:41:23, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-10-22 17:18:10 UTC) #17
Garrett Casto
There are some threading issues that I still need to work out. I'll send out ...
6 years, 2 months ago (2014-10-22 17:22:17 UTC) #18
jww
Great, thanks! On Wed, Oct 22, 2014 at 10:22 AM, <gcasto@chromium.org> wrote: > There are ...
6 years, 2 months ago (2014-10-22 17:33:39 UTC) #19
Garrett Casto
On 2014/10/22 17:33:39, jww wrote: > Great, thanks! > > On Wed, Oct 22, 2014 ...
6 years, 1 month ago (2014-10-24 00:46:49 UTC) #20
vabr (Chromium)
Still LGTM, with one comment. Cheers, Vaclav https://codereview.chromium.org/644053003/diff/980001/components/password_manager/core/browser/password_generation_manager_unittest.cc File components/password_manager/core/browser/password_generation_manager_unittest.cc (right): https://codereview.chromium.org/644053003/diff/980001/components/password_manager/core/browser/password_generation_manager_unittest.cc#newcode79 components/password_manager/core/browser/password_generation_manager_unittest.cc:79: ~TestPasswordManagerClient() { ...
6 years, 1 month ago (2014-10-24 06:30:28 UTC) #21
Garrett Casto
https://codereview.chromium.org/644053003/diff/980001/components/password_manager/core/browser/password_generation_manager_unittest.cc File components/password_manager/core/browser/password_generation_manager_unittest.cc (right): https://codereview.chromium.org/644053003/diff/980001/components/password_manager/core/browser/password_generation_manager_unittest.cc#newcode79 components/password_manager/core/browser/password_generation_manager_unittest.cc:79: ~TestPasswordManagerClient() { On 2014/10/24 06:30:28, vabr (Chromium) wrote: > ...
6 years, 1 month ago (2014-10-24 18:25:03 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/644053003/1000001
6 years, 1 month ago (2014-10-24 18:26:12 UTC) #24
commit-bot: I haz the power
Committed patchset #16 (id:1000001)
6 years, 1 month ago (2014-10-24 19:20:43 UTC) #25
commit-bot: I haz the power
6 years, 1 month ago (2014-10-24 19:21:28 UTC) #26
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/e015fd92a519f7c9cbc12ae341e18b650eaab1d3
Cr-Commit-Position: refs/heads/master@{#301167}

Powered by Google App Engine
This is Rietveld 408576698