README.chromium 1.1 KB

1234567891011121314151617181920212223242526272829
  1. Name: libaddressinput
  2. URL: https://github.com/google/libaddressinput
  3. Version: 0
  4. Date: 16 May 2022
  5. Revision: 64bff363610097d3a44d0fe19912b53460e2ab78
  6. License: Apache 2.0
  7. License File: LICENSE
  8. Security Critical: yes
  9. Description:
  10. This library lets you enter, validate, and display an address with correct
  11. semantics for many countries around the world. The library uses the serialized
  12. validation rules from a Google-managed server (without SLA) at
  13. https://chromium-i18n.appspot.com/ssl-aggregate-address/. The library is used in
  14. PaymentRequest and autofill.
  15. Local Modifications:
  16. - Use Chrome's version of JSON reader in chromium/json.cc.
  17. - Use Chrome's version of loose string comparison in chromium/string_compare.cc.
  18. - fuzz/: Added fuzz targets.
  19. - Use base/check_op.h in chromium/input_suggester.cc.
  20. - Use base::Value::is_string() and base::Value::GetString instead of
  21. base::Value::GetAsString() in chromium/chrome_storage_impl.cc.
  22. Note:
  23. Keep the enum in src/cpp/include/libaddressinput/address_field.h in sync with
  24. AddressField class in AutofillProfileBridge.java file.