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

Issue 2708923006: [Password Manager] New criteria for submission detection. (Closed)

Created:
3 years, 10 months ago by dvadym
Modified:
3 years, 10 months ago
Reviewers:
kolos1
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] New criteria for a submission detection. In order to understand that form submission was successful, Password Manager uses very simple criteria: the submission is considered to be successful iff the form is disappeared from the DOM. It fails especially often on change password form, since it's ok for change password form to be in DOM after successful change password, since the user can change password again. This CL implements additional criteria for change password forms: submissions is successful iff the form is disappeared or its fields are cleared. BUG=597309, 683950 Review-Url: https://codereview.chromium.org/2708923006 Cr-Commit-Position: refs/heads/master@{#452505} Committed: https://chromium.googlesource.com/chromium/src/+/1292fd1de885beaaa353f8d200b62199a625754f

Patch Set 1 #

Patch Set 2 : Removed debugging logging #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -0 lines) Patch
M components/password_manager/core/browser/password_manager.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
dvadym
Hi Maxim, could you please have a look? Regards, Vadym
3 years, 10 months ago (2017-02-23 13:25:12 UTC) #3
kolos1
LGTM
3 years, 10 months ago (2017-02-23 15:06:06 UTC) #4
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/2708923006/20001
3 years, 10 months ago (2017-02-23 15:21:48 UTC) #6
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 16:04:16 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/1292fd1de885beaaa353f8d200b6...

Powered by Google App Engine
This is Rietveld 408576698