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

Issue 2500393002: [Password Manager] Add the scheme to sort keys for chrome://settings/passwords (Closed)

Created:
4 years, 1 month ago by kolos1
Modified:
4 years, 1 month ago
Reviewers:
vasilii
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Add the scheme to sort keys for chrome://settings/passwords The scheme was not a part of sort key. Therefore, we merged http and https credentials (if they have the same origin, username and password). See the bug for details. BUG=658981 Committed: https://crrev.com/2064c3247e03ad89688194f7bd4fa79479363644 Cr-Commit-Position: refs/heads/master@{#432189}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Small fix #

Patch Set 3 : Changes addressed to reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -10 lines) Patch
M chrome/browser/ui/passwords/password_manager_presenter.cc View 1 2 3 chunks +19 lines, -8 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter_unittest.cc View 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
kolos1
Hi Vasilii, Please review this CL. Regards, Maxim
4 years, 1 month ago (2016-11-15 13:08:07 UTC) #6
vasilii
https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode97 chrome/browser/ui/passwords/password_manager_presenter.cc:97: if (!form.federation_origin.unique()) Why don't you just use Origin::Serialize()? https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode100 ...
4 years, 1 month ago (2016-11-15 13:18:11 UTC) #7
kolos1
https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode97 chrome/browser/ui/passwords/password_manager_presenter.cc:97: if (!form.federation_origin.unique()) Serialize() returns "null" if there is no ...
4 years, 1 month ago (2016-11-15 13:57:38 UTC) #9
vasilii
https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode97 chrome/browser/ui/passwords/password_manager_presenter.cc:97: if (!form.federation_origin.unique()) On 2016/11/15 13:57:38, kolos1 wrote: > Serialize() ...
4 years, 1 month ago (2016-11-15 14:14:55 UTC) #10
vasilii
https://groups.google.com/a/chromium.org/forum/?utm_source=digest&utm_medium=email#!searchin/chromium-dev/strings$20performance%7Csort:relevance/chromium-dev/EUqoIz2iFU4/hQUvt6kQQD8J explains why using strings carefully is important.
4 years, 1 month ago (2016-11-15 14:24:44 UTC) #11
kolos1
https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc File chrome/browser/ui/passwords/password_manager_presenter.cc (right): https://codereview.chromium.org/2500393002/diff/60001/chrome/browser/ui/passwords/password_manager_presenter.cc#newcode97 chrome/browser/ui/passwords/password_manager_presenter.cc:97: if (!form.federation_origin.unique()) On 2016/11/15 14:14:54, vasilii wrote: > On ...
4 years, 1 month ago (2016-11-15 14:42:51 UTC) #13
vasilii
lgtm
4 years, 1 month ago (2016-11-15 14:50:06 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500393002/140001
4 years, 1 month ago (2016-11-15 14:56:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500393002/140001
4 years, 1 month ago (2016-11-15 15:03:32 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 1 month ago (2016-11-15 16:08:10 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 16:11:07 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2064c3247e03ad89688194f7bd4fa79479363644
Cr-Commit-Position: refs/heads/master@{#432189}

Powered by Google App Engine
This is Rietveld 408576698