1 Name: The library to input, validate, and display addresses.
2 Short Name: libaddressinput
3 URL: https://code.google.com/p/libaddressinput/
13 This library lets you enter, validate, and display an address with correct
14 semantics for many countries around the world. The library uses the serialized
15 validation rules from a Google-managed server (without SLA) at
16 https://i18napis.appspot.com/ssl-aggregate-address. The library is used in
17 requestAutocomplete dialog and autofill.
20 - Use Chrome's version of JSON reader in chromium/json.cc.
21 - Use Chrome's version of loose string comparison in chromium/string_compare.cc.