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

Issue 2317983002: Enable manual password autofilling if the username field is read-only. (Closed)

Created:
4 years, 3 months ago by sense (YandexTeam)
Modified:
4 years, 3 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, jdonnelly+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

Enable manual password autofilling if the username field is read-only. If the username field was read-only, password manager allowed to choose saved password but failed to insert it into the password field. BUG=634906 R=vabr@chromium.org Committed: https://crrev.com/e2f4816a8b85b4078c7daabe73411f36cddd702e Cr-Commit-Position: refs/heads/master@{#417264}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add IsAutocompletable check. Small tests refactoring. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -30 lines) Patch
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 5 chunks +64 lines, -24 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
sense (YandexTeam)
4 years, 3 months ago (2016-09-07 06:38:21 UTC) #1
sense (YandexTeam)
We hit this problem in our browser setup process, when it offers you to login ...
4 years, 3 months ago (2016-09-07 06:46:04 UTC) #2
vabr (Chromium)
Thanks for the patch! Looks good, but before approving I left some comments in the ...
4 years, 3 months ago (2016-09-07 08:32:53 UTC) #3
sense (YandexTeam)
On 2016/09/07 08:32:53, vabr (Chromium) wrote: > Thanks for the patch! > > Looks good, ...
4 years, 3 months ago (2016-09-07 11:17:33 UTC) #4
sense (YandexTeam)
https://codereview.chromium.org/2317983002/diff/1/chrome/renderer/autofill/password_autofill_agent_browsertest.cc File chrome/renderer/autofill/password_autofill_agent_browsertest.cc (right): https://codereview.chromium.org/2317983002/diff/1/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#newcode1094 chrome/renderer/autofill/password_autofill_agent_browsertest.cc:1094: static_cast<std::string>(password_element_.suggestedValue().utf8())); On 2016/09/07 08:32:53, vabr (Chromium) wrote: > Does ...
4 years, 3 months ago (2016-09-07 11:40:14 UTC) #5
vabr (Chromium)
> Thanks for the review! > > When a user logins with filled credentials, browser ...
4 years, 3 months ago (2016-09-07 11:55:44 UTC) #6
sense (YandexTeam)
On 2016/09/07 11:55:44, vabr (Chromium) wrote: > > Thanks for the review! > > > ...
4 years, 3 months ago (2016-09-08 04:46:51 UTC) #7
vabr (Chromium)
Thank you! LGTM. Cheers, Vaclav https://codereview.chromium.org/2317983002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/2317983002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc#newcode714 components/autofill/content/renderer/password_autofill_agent.cc:714: } else if (!username_element.isNull()) ...
4 years, 3 months ago (2016-09-08 08:48:58 UTC) #8
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/2317983002/20001
4 years, 3 months ago (2016-09-08 08:52:41 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/125678)
4 years, 3 months ago (2016-09-08 08:55:30 UTC) #12
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/2317983002/20001
4 years, 3 months ago (2016-09-08 11:03:23 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-08 12:26:23 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 12:28:15 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e2f4816a8b85b4078c7daabe73411f36cddd702e
Cr-Commit-Position: refs/heads/master@{#417264}

Powered by Google App Engine
This is Rietveld 408576698