blob: 0dd6a54a8ac7e6c40e03af7668fdc7008acd403a [file] [log] [blame]
Name: libaddressinput
URL: https://github.com/googlei18n/libaddressinput
Version: 0
Date: 21 February 2019
Revision: 81e7ead903f5b71a326e0584f4325f106c804df1
License: Apache 2.0
License File: LICENSE
Security Critical: yes
Description:
This library lets you enter, validate, and display an address with correct
semantics for many countries around the world. The library uses the serialized
validation rules from a Google-managed server (without SLA) at
https://chromium-i18n.appspot.com/ssl-aggregate-address/. The library is used in
PaymentRequest and autofill.
Local Modifications:
- Use Chrome's version of JSON reader in chromium/json.cc.
- Use Chrome's version of loose string comparison in chromium/string_compare.cc.
- fuzz/: Added fuzz targets.
Note:
Keep the enum in src/cpp/include/libaddressinput/address_field.h in sync with
AddressField class in AutofillProfileBridge.java file.