[Autofill] Move phone number rationalization to filling phase.
Current rationalization logic of phone numbers runs in fields detection phase, where the fields' is_focusable state might be obselete. The rationalization use this state to determine if the logic will run. Some form have phone fields initally non-focusable, then present them dynamically, the rationalization will skip those fields. Moving the logic to filling phase should address this issue. Bug: 784935 Change-Id: I579a3dab6efad3c2f09a72562b8ae7ab4c376311 Reviewed-on: https://chromium-review.googlesource.com/768295Reviewed-by:Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Hui Wu <wuandy@chromium.org> Cr-Commit-Position: refs/heads/master@{#517159}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment