• Home
Name Date Size #Lines LOC

..--

chromium/03-May-2024-7,5564,717

LICENSED03-May-202411.1 KiB203169

OWNERSD03-May-202441 32

README.chromiumD03-May-2024920 2320

libaddressinput.gypD03-May-20245.8 KiB142141

README.chromium

1Name: The library to input and validate addresses.
2Short Name: libaddressinput
3URL: https://code.google.com/p/libaddressinput/
4Version: 0
5Date: 5 December 2013
6Revision: 176
7License: Apache 2.0
8License File: LICENSE
9Security Critical: no
10
11Description:
12This library allows users to input their address, and perform validation on this
13by talking to an address data server https://i18napis.appspot.com/ssl-address.
14The library is used in requestAutocomplete() dialog to enable internationalized
15address input and validation for payment forms.
16
17Local Modifications:
18The package is libaddressinput at revision 176 plus the Chrome-specific
19validation logic, which will be upstreamed back to libaddressinput
20(http://crbug.com/327046). The Chrome-specific version is in chromium/cpp/
21subdirectory. The original source code is in src/cpp/ subdirectory. Both
22versions use the original test data file src/testdata/countryinfo.txt.
23