Password manager should autofill a dynamic form added and processed before the page was loaded.
Currently AutofillAgent::DidAssociateFormControlsDynamically ignores the notification if the frame isn't loaded. That makes no sense because the page may never be loaded due to some slow resource. Even if it will, password autofill shouldn't wait for the page load event. It's needed primarily for the successful submission detection. BUG=713645 Review-Url: https://codereview.chromium.org/2849653003 Cr-Commit-Position: refs/heads/master@{#468136}
Showing
Please register or sign in to comment