summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput/README.chromium
blob: 41a3945bce7ef25b747258db9cffec13c5a22d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name: The library to input, validate, and display addresses.
Short Name: libaddressinput
URL: https://code.google.com/p/libaddressinput/
Version: 0
Date: 10 August 2014
Revision: 327
License: Apache 2.0
License File: LICENSE
Security Critical: no

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://i18napis.appspot.com/ssl-aggregate-address. The library is used in
requestAutocomplete dialog 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.