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

Unified Diff: chrome/renderer/autofill/password_autofill_manager.cc

Issue 10795007: Fire the onchange event when autocompleting usernames for password forms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/password_autofill_manager.cc
diff --git a/chrome/renderer/autofill/password_autofill_manager.cc b/chrome/renderer/autofill/password_autofill_manager.cc
index cd3af54a97727350d26f1e8752b8e99385541e91..2d86597c24d712d3068ee4ab868d1429e084af87 100644
--- a/chrome/renderer/autofill/password_autofill_manager.cc
+++ b/chrome/renderer/autofill/password_autofill_manager.cc
@@ -314,7 +314,7 @@ bool PasswordAutofillManager::DidAcceptAutofillSuggestion(
// Set the incoming |value| in the text field and |FillUserNameAndPassword|
// will do the rest.
- input.setValue(value);
+ input.setValue(value, true);
return FillUserNameAndPassword(&input, &password.password_field,
password.fill_data, true, true);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698