summaryrefslogtreecommitdiff
path: root/chromium/third_party/libaddressinput/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libaddressinput/README.chromium')
-rw-r--r--chromium/third_party/libaddressinput/README.chromium21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/third_party/libaddressinput/README.chromium b/chromium/third_party/libaddressinput/README.chromium
new file mode 100644
index 00000000000..9e7ff6edb91
--- /dev/null
+++ b/chromium/third_party/libaddressinput/README.chromium
@@ -0,0 +1,21 @@
+Name: The library to input, validate, and display addresses.
+Short Name: libaddressinput
+URL: https://github.com/googlei18n/libaddressinput
+Version: 0
+Date: 10 November 2014
+Revision: 678a7f55a2ae7ccf417b4809e602b808b56a8ddb
+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.