Index: trunk/src/third_party/libaddressinput/README.chromium |
=================================================================== |
--- trunk/src/third_party/libaddressinput/README.chromium (revision 282425) |
+++ trunk/src/third_party/libaddressinput/README.chromium (working copy) |
@@ -17,5 +17,9 @@ |
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. |
+- 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/cpp/ |
+ subdirectory. The original source code is in src/cpp/ subdirectory. Both |
+ versions use the original test data file src/testdata/countryinfo.txt. |
+- Serbia and Montenegro (YU) was removed as a supported region. |