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

Issue 999073002: Integrate serving affiliation-based matches into the PasswordStore. (Closed)

Created:
5 years, 9 months ago by engedy
Modified:
5 years, 9 months ago
CC:
gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@aff_integration
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Integrate serving affiliation-based matches into the PasswordStore. BUG=437865 Committed: https://crrev.com/a6bf1b23de42b96dfcc4b0b6d62d3696bb51b31a Cr-Commit-Position: refs/heads/master@{#320959}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments from mkwst@. #

Total comments: 10

Patch Set 3 : Addressed comments from vabr@. #

Patch Set 4 : Rebase. #

Patch Set 5 : Add missing include. #

Patch Set 6 : Add more useful debug output to see what is wrong on Mac. #

Patch Set 7 : Fix operator== and operator<< for PasswordForm, update tests. #

Patch Set 8 : Fix failures on Mac. #

Patch Set 9 : Reduce scope of CL, test utils are fixed in a separate CL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -13 lines) Patch
M chrome/browser/password_manager/password_store_factory.cc View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M chrome/common/chrome_constants.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/affiliated_match_helper.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/affiliated_match_helper.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 1 2 5 chunks +32 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store.cc View 1 2 5 chunks +49 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_unittest.cc View 1 2 3 4 5 6 7 6 chunks +226 lines, -3 lines 0 comments Download

Messages

Total messages: 36 (13 generated)
engedy
Hi Vaclav, could you please take a look at this?
5 years, 9 months ago (2015-03-11 16:44:54 UTC) #2
engedy
Reassigning to Mike, who volunteered to take a look at this. Thanks. :) @Mike, as ...
5 years, 9 months ago (2015-03-12 09:04:16 UTC) #4
Mike West
LGTM % comments. https://codereview.chromium.org/999073002/diff/1/components/password_manager/core/browser/affiliated_match_helper.cc File components/password_manager/core/browser/affiliated_match_helper.cc (right): https://codereview.chromium.org/999073002/diff/1/components/password_manager/core/browser/affiliated_match_helper.cc#newcode93 components/password_manager/core/browser/affiliated_match_helper.cc:93: password_store_->AddObserver(this); Can you ASSERT(password_store_) here, since ...
5 years, 9 months ago (2015-03-12 09:23:09 UTC) #5
engedy
https://codereview.chromium.org/999073002/diff/1/components/password_manager/core/browser/affiliated_match_helper.cc File components/password_manager/core/browser/affiliated_match_helper.cc (right): https://codereview.chromium.org/999073002/diff/1/components/password_manager/core/browser/affiliated_match_helper.cc#newcode93 components/password_manager/core/browser/affiliated_match_helper.cc:93: password_store_->AddObserver(this); On 2015/03/12 09:23:09, Mike West (OOO) wrote: > ...
5 years, 9 months ago (2015-03-12 10:00:12 UTC) #6
Mike West
Ok. Land it.
5 years, 9 months ago (2015-03-12 10:02:40 UTC) #7
engedy
@Jochen, could you please review changes to chrome_constants.*, that is, adding a new file to ...
5 years, 9 months ago (2015-03-12 10:03:43 UTC) #9
Mike West
On 2015/03/12 at 10:03:43, engedy wrote: > @Jochen, could you please review changes to chrome_constants.*, ...
5 years, 9 months ago (2015-03-12 10:12:28 UTC) #10
vabr (Chromium)
LGTM with some minor comments. Also, a bug report to the way you switched reviewers: ...
5 years, 9 months ago (2015-03-12 13:54:12 UTC) #12
jochen (gone - plz use gerrit)
what's the story for deleting data from this database? will it grow for ever? what ...
5 years, 9 months ago (2015-03-12 15:16:10 UTC) #13
engedy
@Vaclav, please take another look. https://codereview.chromium.org/999073002/diff/20001/components/password_manager/core/browser/affiliated_match_helper.h File components/password_manager/core/browser/affiliated_match_helper.h (right): https://codereview.chromium.org/999073002/diff/20001/components/password_manager/core/browser/affiliated_match_helper.h#newcode109 components/password_manager/core/browser/affiliated_match_helper.h:109: PasswordStore* password_store_; On 2015/03/12 ...
5 years, 9 months ago (2015-03-12 17:26:00 UTC) #14
vabr (Chromium)
Thanks, your response to my comments LGTM. Once you put together answers to Jochen's questions, ...
5 years, 9 months ago (2015-03-12 17:45:28 UTC) #15
jochen (gone - plz use gerrit)
i'd be less nervous about this if the new feature was behind a flag, or ...
5 years, 9 months ago (2015-03-13 14:22:43 UTC) #16
engedy
Sorry for the delay. > i'd be less nervous about this if the new feature ...
5 years, 9 months ago (2015-03-13 22:44:43 UTC) #17
engedy
The last paragraph should read: "There is also a stamp stored next to each piece ...
5 years, 9 months ago (2015-03-14 10:32:45 UTC) #18
jochen (gone - plz use gerrit)
well then.. lgtm
5 years, 9 months ago (2015-03-16 10:04:44 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/999073002/60001
5 years, 9 months ago (2015-03-17 09:16:48 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/6004)
5 years, 9 months ago (2015-03-17 09:31:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/999073002/80001
5 years, 9 months ago (2015-03-17 09:37:47 UTC) #27
engedy
@Vaclav, could you PTAL at the delta between Patch Set 4 and 9? Only the ...
5 years, 9 months ago (2015-03-17 16:16:46 UTC) #30
vabr (Chromium)
Sounds reasonable, LGTM.
5 years, 9 months ago (2015-03-17 17:21:33 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/999073002/190001
5 years, 9 months ago (2015-03-17 18:46:00 UTC) #34
commit-bot: I haz the power
Committed patchset #9 (id:190001)
5 years, 9 months ago (2015-03-17 20:05:55 UTC) #35
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 20:06:31 UTC) #36
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/a6bf1b23de42b96dfcc4b0b6d62d3696bb51b31a
Cr-Commit-Position: refs/heads/master@{#320959}

Powered by Google App Engine
This is Rietveld 408576698