Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: third_party/libaddressinput/README.chromium

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: The library to input and validate addresses. 1 Name: The library to input and validate addresses.
2 Short Name: libaddressinput 2 Short Name: libaddressinput
3 URL: https://code.google.com/p/libaddressinput/ 3 URL: https://code.google.com/p/libaddressinput/
4 Version: 0 4 Version: 0
5 Date: 5 December 2013 5 Date: 23 May 2014
6 Revision: 176 6 Revision: 246
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: no 9 Security Critical: no
10 10
11 Description: 11 Description:
12 This library allows users to input their address, and perform validation on this 12
13 by talking to an address data server https://i18napis.appspot.com/ssl-address. 13 This library lets you enter, validate, and display an address with
14 The library is used in requestAutocomplete() dialog to enable internationalized 14 correct semantics for many countries around the world. The library
15 address input and validation for payment forms. 15 uses the serialized validation rules from a Google-managed server
16 (without SLA) at https://i18napis.appspot.com/ssl-aggregate-address.
17 The library is used in requestAutocomplete dialog and autofill.
16 18
17 Local Modifications: 19 Local Modifications:
18 - The package is libaddressinput at revision 176 plus the Chrome-specific 20 - Use Chrome's version of JSON reader in chromium/json.cc.
19 validation logic, which will be upstreamed back to libaddressinput 21 - Use Chrome's version of the localization object in chromium/localization.cc.
20 (http://crbug.com/327046). The Chrome-specific version is in chromium/cpp/ 22 - Use Chrome's version of loose string comparison in chromium/string_compare.cc.
21 subdirectory. The original source code is in src/cpp/ subdirectory. Both 23 - Copy src/cpp/res/messages.grdp to ../../chrome/app/address_input_strings.grdp.
22 versions use the original test data file src/testdata/countryinfo.txt.
23 - Serbia and Montenegro (YU) was removed as a supported region.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698