|
Store the language code for the address in autofill profile.
After BuildComponents() returns the language code that should be used to
format the address, Chrome should store and sync this language code
along with the autofill profile. The language code should not be
communicated to the autofill server, because it's not the type of data
that will be sent to an input field on a webpage.
BUG= 354955
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263311
Total comments: 9
Total comments: 21
Total comments: 7
Total comments: 2
Total comments: 3
Total comments: 6
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+559 lines, -61 lines) |
Patch |
 |
M |
chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_common.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_common.cc
|
View
|
|
4 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/data_model_wrapper.h
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/data_model_wrapper.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_profile.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_profile.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_profile_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+228 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+21 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/test/data/web_database/version_55.sql
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/webdata/common/web_database.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/webdata/common/web_database_migration_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+64 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/protocol/autofill_specifics.proto
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/proto_value_conversions.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 40 (0 generated)
|