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

Issue 1083293004: Implement the statistics table for the passwords. (Closed)

Created:
5 years, 8 months ago by vasilii
Modified:
5 years, 8 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement the statistics table for the passwords. It contains information of how the user closed the "Save password?" bubble in the past. Basing on this data two different algorithms are to be implemented so the bubble isn't so annoying for the users. BUG=431739 Committed: https://crrev.com/0ca264b8e9dc7f0713cb78c7ff75099749b4806f Cr-Commit-Position: refs/heads/master@{#326981}

Patch Set 1 #

Total comments: 20

Patch Set 2 : fix win compilation #

Patch Set 3 : address the comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+395 lines, -7 lines) Patch
M chrome/browser/password_manager/password_store_mac.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/login_database.h View 3 chunks +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 3 chunks +11 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/mock_password_store.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 1 2 5 chunks +24 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store.cc View 1 2 3 chunks +28 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store_consumer.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_consumer.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_default.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A components/password_manager/core/browser/statistics_table.h View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A components/password_manager/core/browser/statistics_table.cc View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
A components/password_manager/core/browser/statistics_table_unittest.cc View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A + components/test/data/password_manager/login_db_v12.sql View 4 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
vasilii
Hi Vaclav, please review.
5 years, 8 months ago (2015-04-24 16:16:43 UTC) #2
vabr (Chromium)
Thanks, Vasilii. This LGTM, with some comments below. Because I'll not be able to do ...
5 years, 8 months ago (2015-04-24 17:36:53 UTC) #3
vasilii
https://codereview.chromium.org/1083293004/diff/1/components/password_manager/core/browser/password_store.h File components/password_manager/core/browser/password_store.h (right): https://codereview.chromium.org/1083293004/diff/1/components/password_manager/core/browser/password_store.h#newcode251 components/password_manager/core/browser/password_store.h:251: // Synchromous implementation for manipulating with statistics. On 2015/04/24 ...
5 years, 8 months ago (2015-04-24 18:40:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1083293004/40001
5 years, 8 months ago (2015-04-25 23:33:38 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-26 00:48:11 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-04-26 00:49:09 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0ca264b8e9dc7f0713cb78c7ff75099749b4806f
Cr-Commit-Position: refs/heads/master@{#326981}

Powered by Google App Engine
This is Rietveld 408576698