Index: third_party/libaddressinput/README.chromium |
diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium |
index d2e38bc0a57c68b4a8ca66b3a2d1ec4a4e3e9720..79617d1013e2a94b3885c964fd04b16e4d76e9e3 100644 |
--- a/third_party/libaddressinput/README.chromium |
+++ b/third_party/libaddressinput/README.chromium |
@@ -2,17 +2,20 @@ Name: The library to input and validate addresses. |
Short Name: libaddressinput |
URL: https://code.google.com/p/libaddressinput/ |
Version: 0 |
-Date: 16 October 2013 |
-Revision: 146 |
+Date: 5 December 2013 |
+Revision: 176 |
License: Apache 2.0 |
License File: LICENSE |
Security Critical: no |
Description: |
This library allows users to input their address, and perform validation on this |
-by talking to an address data server at https://i18napis.appspot.com/address. |
+by talking to an address data server https://i18napis.appspot.com/ssl-address. |
The library is used in requestAutocomplete() dialog to enable internationalized |
address input and validation for payment forms. |
Local Modifications: |
-The package has no local modifications. |
+The package is libaddressinput at revision 176 plus the Chrome-specific |
+validation logic, which will be upstreamed back to libaddressinput |
+(http://crbug.com/327046). The Chrome-specific version is in chromium/ |
Evan Stade
2013/12/09 19:16:57
nit: there's stuff in chromium/ not part of libadd
please use gerrit instead
2013/12/09 19:20:48
Changed to chromium/cpp/.
|
+subdirectory. The original source code is in src/ subdirectory. |