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

Issue 774143003: [Password Generation] Remove requirement that generation fields are visible (Closed)

Created:
6 years ago by Garrett Casto
Modified:
6 years ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, benquan, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, Dane Wallinga, dyu1, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Password Generation] Remove requirement that generation fields are visible This is mostly a leftover from before Autofill integration. It was supposed to help prevent triggering on sites that looks like they only have 2 input fields, but actually have more hidden. It's not clear how much this actually prevents generation from triggering in unwanted cases, but it is causing false negatives on some major sites (Paypal and Etsy). Removeing the requirement seems like the best option at the moment. BUG=438554 Committed: https://crrev.com/84fafa340ca0c8a4e1859c4dabaea62702eac0f7 Cr-Commit-Position: refs/heads/master@{#306688}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 2 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Garrett Casto
6 years ago (2014-12-03 09:26:56 UTC) #2
vabr (Chromium)
LGTM. I believe this is reasonable. The worst which can happen for forms with invisible ...
6 years ago (2014-12-03 10:03:07 UTC) #3
vabr (Chromium)
https://codereview.chromium.org/774143003/diff/20001/components/autofill/content/renderer/password_generation_agent.cc File components/autofill/content/renderer/password_generation_agent.cc (right): https://codereview.chromium.org/774143003/diff/20001/components/autofill/content/renderer/password_generation_agent.cc#newcode46 components/autofill/content/renderer/password_generation_agent.cc:46: input_element->isTextField()) { nit: The if-condition now fits on one ...
6 years ago (2014-12-03 10:05:24 UTC) #4
Garrett Casto
https://codereview.chromium.org/774143003/diff/20001/components/autofill/content/renderer/password_generation_agent.cc File components/autofill/content/renderer/password_generation_agent.cc (right): https://codereview.chromium.org/774143003/diff/20001/components/autofill/content/renderer/password_generation_agent.cc#newcode46 components/autofill/content/renderer/password_generation_agent.cc:46: input_element->isTextField()) { On 2014/12/03 10:05:24, vabr (Chromium) wrote: > ...
6 years ago (2014-12-03 20:58:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/774143003/40001
6 years ago (2014-12-03 20:59:30 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years ago (2014-12-03 22:25:13 UTC) #8
commit-bot: I haz the power
6 years ago (2014-12-03 22:26:22 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/84fafa340ca0c8a4e1859c4dabaea62702eac0f7
Cr-Commit-Position: refs/heads/master@{#306688}

Powered by Google App Engine
This is Rietveld 408576698