README.chromium
1Name: The library to input, validate, and display addresses.
2Short Name: libaddressinput
3URL: https://code.google.com/p/libaddressinput/
4Version: 0
5Date: 18 June 2014
6Revision: 293
7License: Apache 2.0
8License File: LICENSE
9Security Critical: no
10
11Description:
12
13This library lets you enter, validate, and display an address with correct
14semantics for many countries around the world. The library uses the serialized
15validation rules from a Google-managed server (without SLA) at
16https://i18napis.appspot.com/ssl-aggregate-address. The library is used in
17requestAutocomplete dialog and autofill.
18
19Local Modifications:
20- The package is libaddressinput at revision 176 plus the Chrome-specific
21 validation logic, which will be upstreamed back to libaddressinput
22 (http://crbug.com/327046). The Chrome-specific version is in chromium/cpp/
23 subdirectory. The original source code is in src/cpp/ subdirectory. Both
24 versions use the original test data file src/testdata/countryinfo.txt.
25- Serbia and Montenegro (YU) was removed as a supported region.
26