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

Issue 1589483002: [Password Manager] Implements entries sorting and duplicates omitting on chrome://settings/passwords (Closed)

Created:
4 years, 11 months ago by kolos1
Modified:
4 years, 8 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_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

[Password Manager] Implements entries sorting and duplicates omitting on chrome://settings/passwords BUG=593027 Committed: https://crrev.com/62ad5a8fc17197b1383df48afa0dda9654202d3f Cr-Commit-Position: refs/heads/master@{#384524}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 41

Patch Set 3 : Changes addressed to reviewer comments #

Patch Set 4 : Use non-hashed passwords, StringPiece in SplitByDotAndReverse #

Total comments: 4

Patch Set 5 : Removed mentions of hashing in comments, removed include "base/sha1.h" #

Total comments: 2

Patch Set 6 : Mistype in a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -0 lines) Patch
M chrome/browser/ui/passwords/password_manager_presenter.h View 1 2 3 4 5 4 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter.cc View 1 2 3 4 9 chunks +137 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter_unittest.cc View 1 2 3 4 chunks +123 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 36 (20 generated)
kolos1
Hi Vaclav, Please review this CL that introduces entries sorting and duplicates omitting on chrome://settings/passwords ...
4 years, 9 months ago (2016-03-08 10:24:10 UTC) #15
vabr (Chromium)
Hi Maxim, Please add a bug number to the CL description. Otherwise LGTM with some ...
4 years, 9 months ago (2016-03-08 13:09:29 UTC) #16
vabr (Chromium)
Actually, one more question below. https://codereview.chromium.org/1589483002/diff/260001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/1589483002/diff/260001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode102 chrome/browser/ui/passwords/password_manager_presenter.cc:102: base::SHA1HashString(base::UTF16ToUTF8(form->password_value)); Why do we ...
4 years, 9 months ago (2016-03-08 14:48:25 UTC) #17
kolos1
Great thanks for your comments, Vaclav. Please have a look at changes. Regards, Maxim https://codereview.chromium.org/1589483002/diff/260001/chrome/browser/ui/passwords/password_manager_presenter.cc ...
4 years, 9 months ago (2016-03-08 15:14:24 UTC) #18
vabr (Chromium)
Thanks, Maxim. I still have issues with the hashing :), everything else looks good. Cheers, ...
4 years, 9 months ago (2016-03-08 16:04:44 UTC) #20
kolos1
https://codereview.chromium.org/1589483002/diff/260001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/1589483002/diff/260001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode55 chrome/browser/ui/passwords/password_manager_presenter.cc:55: std::string SplitByDotAndReverse(const std::string& host) { On 2016/03/08 16:04:44, vabr ...
4 years, 9 months ago (2016-03-09 09:56:39 UTC) #21
vabr (Chromium)
Thanks for the careful discussion about hashes! LGTM with some comments below. Cheers, Vaclav https://codereview.chromium.org/1589483002/diff/300001/chrome/browser/ui/passwords/password_manager_presenter.cc ...
4 years, 9 months ago (2016-03-09 10:00:11 UTC) #22
kolos1
Ah, yes, I forgot to update comments and includes. Thanks. https://codereview.chromium.org/1589483002/diff/300001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/1589483002/diff/300001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode12 ...
4 years, 9 months ago (2016-03-09 13:34:55 UTC) #23
vabr (Chromium)
Thank you, LGTM with the last nit. :) https://codereview.chromium.org/1589483002/diff/320001/chrome/browser/ui/passwords/password_manager_presenter.h File chrome/browser/ui/passwords/password_manager_presenter.h (right): https://codereview.chromium.org/1589483002/diff/320001/chrome/browser/ui/passwords/password_manager_presenter.h#newcode83 chrome/browser/ui/passwords/password_manager_presenter.h:83: // ...
4 years, 9 months ago (2016-03-09 13:45:42 UTC) #24
kolos1
Thanks :) Done. Regards, Maxim https://codereview.chromium.org/1589483002/diff/320001/chrome/browser/ui/passwords/password_manager_presenter.h File chrome/browser/ui/passwords/password_manager_presenter.h (right): https://codereview.chromium.org/1589483002/diff/320001/chrome/browser/ui/passwords/password_manager_presenter.h#newcode83 chrome/browser/ui/passwords/password_manager_presenter.h:83: // username and password ...
4 years, 9 months ago (2016-03-09 13:58:45 UTC) #25
vabr (Chromium)
lgtm
4 years, 9 months ago (2016-03-09 14:01:52 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1589483002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1589483002/340001
4 years, 8 months ago (2016-03-31 15:41:24 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/197036)
4 years, 8 months ago (2016-03-31 15:44:44 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1589483002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1589483002/340001
4 years, 8 months ago (2016-04-01 08:49:21 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:340001)
4 years, 8 months ago (2016-04-01 08:54:18 UTC) #34
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 08:55:49 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/62ad5a8fc17197b1383df48afa0dda9654202d3f
Cr-Commit-Position: refs/heads/master@{#384524}

Powered by Google App Engine
This is Rietveld 408576698