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

Issue 62143: Fix for a regression introduced by an autofill change (Closed)

Created:
11 years, 8 months ago by jcampan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

One of my recent CL added triggering form autofill when clicking an already focused text-field. It was triggering form autofill or password autofill indiscriminately, causing a regression: double clicking a login text-field would trigger password autofill preventing the expected behavior of selecting the text in the text-field. Only form autofill is expected to be triggered in that case. BUG=9544 TEST=Open a page with a login form for which you have saved a password. Double-click the login text-field, this should select all the text. Ensure the form autocomplete still works as expected. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13408

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -11 lines) Patch
M webkit/glue/editor_client_impl.h View 1 2 3 chunks +10 lines, -5 lines 0 comments Download
M webkit/glue/editor_client_impl.cc View 1 2 3 6 chunks +14 lines, -5 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
jcampan
11 years, 8 months ago (2009-04-08 06:43:00 UTC) #1
tim (not reviewing)
http://codereview.chromium.org/62143/diff/2001/9 File webkit/glue/editor_client_impl.cc (right): http://codereview.chromium.org/62143/diff/2001/9#newcode745 Line 745: return; // Don't trigger form-autofill on login forms. ...
11 years, 8 months ago (2009-04-08 23:38:35 UTC) #2
jcampan
http://codereview.chromium.org/62143/diff/2001/9 File webkit/glue/editor_client_impl.cc (right): http://codereview.chromium.org/62143/diff/2001/9#newcode745 Line 745: return; // Don't trigger form-autofill on login forms. ...
11 years, 8 months ago (2009-04-09 00:15:14 UTC) #3
tim (not reviewing)
11 years, 8 months ago (2009-04-09 01:58:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698