[Autofill] Increase heuristics' CITY_AND_NUMBER field length expectation.
One of the heristics rules is to capture a case like below: country-code(max_length=3), number-field(max_length=10). The first field will be country code and second and will be CITY_AND_NUMBER. This fails to capture some sites where they expect a longer length, where they expect people to put more formatting(or they do it for user), like instead of 5141231234, they expect (514)-123-1234. An example would be https://shop.lululemon.com/. This change increase autofill's heuristic expectation of length to 14 for this case. Change-Id: I89e08d1fce9c033d3076bc75971e762d8cdf3035 Reviewed-on: https://chromium-review.googlesource.com/804358Reviewed-by:Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#521716}
Showing
Please register or sign in to comment