Add UKM: PasswordForm.FillOnLoad
Chrome currently won't autofill credentials into forms which have a "new-password" field. A better criterion seems to be: only fill into forms with a "current-password" field. This CL adds a UKM metric to understand the impact of such change. Privacy review of this metric: The whole UKM event "PasswordForm" has been reviewed in crbug.com/728707 and go/gkmnc, where the privacy TL agreed that adding new metrics for this event is OK under certain conditions (see the linked doc). The new metric, which measures changes to filling on load of forms for which the user previously stored some credentials, satisfies such conditions, in the opinion of the CL author, and hence is covered by that review. The new metric has been added to the requested spreadsheet listing all passwords-related metrics. Bug: 895781 Change-Id: I8bb6537f97c96d0ed345d885a7ddd7c065370b22 Reviewed-on: https://chromium-review.googlesource.com/c/1326497Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#606931}
Showing
Please register or sign in to comment