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

Issue 103503002: Ignore autocomplete='off' for usernames and passwords. (Closed)

Created:
7 years ago by jww
Modified:
7 years ago
Reviewers:
Garrett Casto
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Ignore autocomplete='off' for usernames and passwords. Because autofilling requires a user gesture/interaction to complete into the DOM, we can safely ignore autocomplete='off' on forms for passwords and usernames. This will greatly increase our password autofill coverage and allow users to generate and store random passwords more regularly. BUG=177288 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238790

Patch Set 1 #

Patch Set 2 : Rebase on ToT #

Total comments: 2

Patch Set 3 : Nits from gcasto #

Messages

Total messages: 7 (0 generated)
jww
We're still waiting for https://codereview.chromium.org/83023017/ to land, but I believe this is ready for review.
7 years ago (2013-12-04 01:53:52 UTC) #1
jww
On 2013/12/04 01:53:52, jww wrote: > We're still waiting for https://codereview.chromium.org/83023017/ to land, but I ...
7 years ago (2013-12-04 05:27:47 UTC) #2
jww
I have rebased on ToT and it is now fully ready for review.
7 years ago (2013-12-04 16:22:37 UTC) #3
Garrett Casto
lgtm https://codereview.chromium.org/103503002/diff/20001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc File chrome/renderer/autofill/password_autofill_agent_browsertest.cc (right): https://codereview.chromium.org/103503002/diff/20001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#newcode485 chrome/renderer/autofill/password_autofill_agent_browsertest.cc:485: UTF16ToUTF8(username1_), true, UTF16ToUTF8(password1_), true); Nit: Generally this file ...
7 years ago (2013-12-04 18:32:16 UTC) #4
jww
https://codereview.chromium.org/103503002/diff/20001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc File chrome/renderer/autofill/password_autofill_agent_browsertest.cc (right): https://codereview.chromium.org/103503002/diff/20001/chrome/renderer/autofill/password_autofill_agent_browsertest.cc#newcode485 chrome/renderer/autofill/password_autofill_agent_browsertest.cc:485: UTF16ToUTF8(username1_), true, UTF16ToUTF8(password1_), true); On 2013/12/04 18:32:17, Garrett Casto ...
7 years ago (2013-12-04 20:00:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jww@chromium.org/103503002/40001
7 years ago (2013-12-04 20:01:10 UTC) #6
commit-bot: I haz the power
7 years ago (2013-12-04 22:06:38 UTC) #7
Message was sent while issue was closed.
Change committed as 238790

Powered by Google App Engine
This is Rietveld 408576698