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

Issue 2745173008: Ensure that FormFetcher state is WAITING when waiting for migration (Closed)

Created:
3 years, 9 months ago by vabr (Chromium)
Modified:
3 years, 9 months ago
Reviewers:
jdoerrie
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure that FormFetcher state is WAITING when waiting for migration FormFetcher has a state which indicates whether it is waiting for PasswordStore results. It should be useful to know when the stored data corresponds to some real snapshot of PasswordStore. FormFetcher can be waiting for the PasswordStore either directly, or indirectly through waiting for HttpPasswordMigrator. So far, it only keeps the state as WAITING during the first type of waiting. This CL expands the state WAITING to also mean "waiting for HttpPasswordMigrator". BUG=571580 Review-Url: https://codereview.chromium.org/2745173008 Cr-Commit-Position: refs/heads/master@{#457447} Committed: https://chromium.googlesource.com/chromium/src/+/291a91bc6d4215a2fe2df3ebf41a9eac60e0cdb8

Patch Set 1 #

Total comments: 2

Patch Set 2 : Just rebased #

Patch Set 3 : Fix rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -1 line) Patch
M components/password_manager/core/browser/form_fetcher_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/password_manager/core/browser/form_fetcher_impl_unittest.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
vabr (Chromium)
Hi Jan, Another change in this area, could you please review? Cheers, Vaclav
3 years, 9 months ago (2017-03-16 13:20:20 UTC) #6
jdoerrie
On 2017/03/16 13:20:20, vabr (Chromium) wrote: > Hi Jan, > > Another change in this ...
3 years, 9 months ago (2017-03-16 14:03:23 UTC) #7
jdoerrie
https://codereview.chromium.org/2745173008/diff/1/components/password_manager/core/browser/form_fetcher_impl_unittest.cc File components/password_manager/core/browser/form_fetcher_impl_unittest.cc (right): https://codereview.chromium.org/2745173008/diff/1/components/password_manager/core/browser/form_fetcher_impl_unittest.cc#newcode533 components/password_manager/core/browser/form_fetcher_impl_unittest.cc:533: form_fetcher_ = base::MakeUnique<MockFormFetcherImpl>( You probably want to rebase on ...
3 years, 9 months ago (2017-03-16 14:03:33 UTC) #8
vabr (Chromium)
Thanks! https://codereview.chromium.org/2745173008/diff/1/components/password_manager/core/browser/form_fetcher_impl_unittest.cc File components/password_manager/core/browser/form_fetcher_impl_unittest.cc (right): https://codereview.chromium.org/2745173008/diff/1/components/password_manager/core/browser/form_fetcher_impl_unittest.cc#newcode533 components/password_manager/core/browser/form_fetcher_impl_unittest.cc:533: form_fetcher_ = base::MakeUnique<MockFormFetcherImpl>( On 2017/03/16 14:03:32, jdoerrie wrote: ...
3 years, 9 months ago (2017-03-16 14:42:04 UTC) #9
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/2745173008/40001
3 years, 9 months ago (2017-03-16 14:42:17 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 15:55:20 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/291a91bc6d4215a2fe2df3ebf41a...

Powered by Google App Engine
This is Rietveld 408576698