[Password Manager] Split AUTOFILLED field flag
The flag currently indicates that the field was autofilled, regardless of the trigger for autofilling. We will now identify two triggers separately. 1. AUTOFILLED_ON_USER_TRIGGER. This refers to Fill On Account Select in the context of the password manager. It also the current default behaviour for Autofill. 2. AUTOFILLED_ON_PAGELOAD. Password manager determined that a password form is a login form and filled the credentials as soon as the page was loaded. Any conditions which took AUTOFILLED into account are made to work with either of the new flags. Bug: 867348 Change-Id: I2eb5fea7219ce784822174de24e76b3e1e4f1f15 Reviewed-on: https://chromium-review.googlesource.com/1169060Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#582121}
Showing
Please register or sign in to comment