New issue
Advanced search Search tips

Issue 752614 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2017
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Case-insensitive postal code validation for autofill profiles

Project Member Reported by parastoog@chromium.org, Aug 4 2017

Issue description

The postal code for an autofill profile should be validated case insensitively. Now we consider H3C6S3 and H3C 6S3 as valid, but h3c6s3 as invalid.

 
Description: Show this description
Description: Show this description
Description: Show this description
Status: Started (was: Assigned)
Project Member

Comment 5 by bugdroid1@chromium.org, Nov 8 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/983b06c30d3a612a1b07a54655626cb9e31516ce

commit 983b06c30d3a612a1b07a54655626cb9e31516ce
Author: Parastoo Geranmayeh <parastoog@google.com>
Date: Wed Nov 08 17:15:12 2017

Case-insensitive postal code validation

In Autofill Profile Validation API, the postal code validation
should be case-insensitive.

Note:
According to the chromium-i18n database, for all the countries,
the postal codes are either numbers or uppercase letters.

Bug:  752614 
Change-Id: I5a6e07eb21191d5e2f5922766ab5e32d24748313
Reviewed-on: https://chromium-review.googlesource.com/757638
Commit-Queue: Parastoo Geranmayeh <parastoog@google.com>
Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#514866}
[modify] https://crrev.com/983b06c30d3a612a1b07a54655626cb9e31516ce/components/autofill/core/browser/address_validation_util.cc
[modify] https://crrev.com/983b06c30d3a612a1b07a54655626cb9e31516ce/components/autofill/core/browser/address_validation_util_unittest.cc

Status: Fixed (was: Started)

Sign in to add a comment