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

Issue 2652243002: Implement Federated PSL Matches in Native Backends (Closed)

Created:
3 years, 11 months ago by jdoerrie
Modified:
3 years, 10 months 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

Implement Federated PSL Matches in Native Backends In a follow-up to http://crrev.com/2634163002 this change implements the feature to fetch federated PSL matches in the native backends as well. BUG=666340 R=vasilii@chromium.org Review-Url: https://codereview.chromium.org/2652243002 Cr-Commit-Position: refs/heads/master@{#446634} Committed: https://chromium.googlesource.com/chromium/src/+/bb90def05df40c3aebf65c5a65c6376baf779f61

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix Code for Stupid Compilers. #

Patch Set 3 : Naming things is hard. #

Total comments: 32

Patch Set 4 : Addressed comments. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -73 lines) Patch
M chrome/browser/password_manager/native_backend_gnome_x.cc View 1 2 3 2 chunks +30 lines, -26 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.cc View 1 2 3 3 chunks +33 lines, -29 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 chunk +18 lines, -18 lines 0 comments Download
M components/password_manager/core/browser/psl_matching_helper.h View 2 chunks +17 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/psl_matching_helper.cc View 1 2 3 2 chunks +48 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/psl_matching_helper_unittest.cc View 1 2 3 2 chunks +185 lines, -0 lines 4 comments Download

Messages

Total messages: 28 (19 generated)
jdoerrie
Hi Vasilii, please review. https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc#newcode1086 components/password_manager/core/browser/login_database.cc:1086: std::string regexp = "^(" + ...
3 years, 11 months ago (2017-01-25 13:54:19 UTC) #3
vasilii
https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc#newcode1086 components/password_manager/core/browser/login_database.cc:1086: std::string regexp = "^(" + scheme + ":\\/\\/)([\\w-]+\\.)*" + ...
3 years, 11 months ago (2017-01-26 13:35:18 UTC) #14
jdoerrie
Thanks for the thorough review! Could you have another look? https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc File components/password_manager/core/browser/login_database.cc (right): https://codereview.chromium.org/2652243002/diff/1/components/password_manager/core/browser/login_database.cc#newcode1086 ...
3 years, 11 months ago (2017-01-26 14:47:56 UTC) #15
vasilii
lgtm https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc File components/password_manager/core/browser/psl_matching_helper_unittest.cc (right): https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc#newcode108 components/password_manager/core/browser/psl_matching_helper_unittest.cc:108: "example.com", MatchResult::NO_MATCH}, Is it invalid?
3 years, 11 months ago (2017-01-26 15:29:34 UTC) #18
jdoerrie
https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc File components/password_manager/core/browser/psl_matching_helper_unittest.cc (right): https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc#newcode108 components/password_manager/core/browser/psl_matching_helper_unittest.cc:108: "example.com", MatchResult::NO_MATCH}, On 2017/01/26 15:29:33, vasilii wrote: > Is ...
3 years, 11 months ago (2017-01-26 16:21:48 UTC) #19
vasilii
https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc File components/password_manager/core/browser/psl_matching_helper_unittest.cc (right): https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc#newcode108 components/password_manager/core/browser/psl_matching_helper_unittest.cc:108: "example.com", MatchResult::NO_MATCH}, On 2017/01/26 16:21:48, jdoerrie wrote: > On ...
3 years, 11 months ago (2017-01-26 17:03:57 UTC) #22
jdoerrie
https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc File components/password_manager/core/browser/psl_matching_helper_unittest.cc (right): https://codereview.chromium.org/2652243002/diff/60001/components/password_manager/core/browser/psl_matching_helper_unittest.cc#newcode108 components/password_manager/core/browser/psl_matching_helper_unittest.cc:108: "example.com", MatchResult::NO_MATCH}, On 2017/01/26 17:03:56, vasilii wrote: > On ...
3 years, 10 months ago (2017-01-27 10:19:01 UTC) #23
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/2652243002/60001
3 years, 10 months ago (2017-01-27 10:19:34 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 10:24:59 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/bb90def05df40c3aebf65c5a65c6...

Powered by Google App Engine
This is Rietveld 408576698