| Index: third_party/libaddressinput/README.chromium
|
| diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium
|
| index d2e38bc0a57c68b4a8ca66b3a2d1ec4a4e3e9720..395d03c04506dfca49294861600caedb59d088e4 100644
|
| --- a/third_party/libaddressinput/README.chromium
|
| +++ b/third_party/libaddressinput/README.chromium
|
| @@ -2,17 +2,21 @@ Name: The library to input and validate addresses.
|
| Short Name: libaddressinput
|
| URL: https://code.google.com/p/libaddressinput/
|
| Version: 0
|
| -Date: 16 October 2013
|
| -Revision: 146
|
| +Date: 5 December 2013
|
| +Revision: 176
|
| License: Apache 2.0
|
| License File: LICENSE
|
| Security Critical: no
|
|
|
| Description:
|
| This library allows users to input their address, and perform validation on this
|
| -by talking to an address data server at https://i18napis.appspot.com/address.
|
| +by talking to an address data server https://i18napis.appspot.com/ssl-address.
|
| The library is used in requestAutocomplete() dialog to enable internationalized
|
| address input and validation for payment forms.
|
|
|
| Local Modifications:
|
| -The package has no local modifications.
|
| +The package is libaddressinput at revision 176 plus the Chrome-specific
|
| +validation logic, which will be upstreamed back to libaddressinput
|
| +(http://crbug.com/327046). The Chrome-specific version is in chromium/cpp/
|
| +subdirectory. The original source code is in src/cpp/ subdirectory. Both
|
| +versions use the original test data file src/testdata/countryinfo.txt.
|
|
|