|
Autofill i18n: Set postal code and state field labels based on the selected country.
* Changes the country field to a <select> field.
* Restricts the possible values for the "country" field to a set of known values
* Moves the country field to the top of the Autofill dialog
* Changes the field labels according to the selected country
BUG= 56599, 56602, 56604
TEST=unit_tests --gtest_filter=AddressTest (and a few others; see cl)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76117
Total comments: 10
Total comments: 47
Total comments: 32
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1200 lines, -480 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+75 lines, -90 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/address.h
|
View
|
1
2
3
4
5
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/address.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+24 lines, -8 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/address_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_address_model_mac_unittest.mm
|
View
|
1
2
3
4
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/autofill_country.h
|
View
|
1
2
3
4
5
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/autofill_country.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+460 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/autofill_country_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_profile.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_profile.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_profile_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/select_control_handler.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+23 lines, -303 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/autofill_edit_address_overlay.html
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/autofill_edit_address_overlay.js
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+82 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/shared/js/local_strings.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database.cc
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+73 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_database_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
21 chunks |
+74 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webui/options/autofill_options_handler.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+33 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/web_database/version_33.sql
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/l10n/l10n_util_collator.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|