DescriptionAutofilling passwords imported from IE more conservative
The trick is to leave action, username_element and password_element
fields of the form empty, this will stop the browser from autofilling
every form on the page with the credentials and will require user
interaction.
The user will have to click on the input box, select his login from
the drop down and click 'submit'. When this happens, Login Data will
be updated with the action url of the particular form.
Basically, since we don't know which form on the page is the one we
have imported credentials for, we don't autofill anything until the
user tells us. We'll remember his choice afterwards.
BUG=52513
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251035
Patch Set 1 #Patch Set 2 : Updating unit test" #
Messages
Total messages: 15 (0 generated)
|