|
Add billing address to masked server credit cards.
Autofill table:
* Added billing_address_id column to masked_credit_card table.
* Bumped version to 67.
Sync:
* Do not overwrite user's preferred billing address for their server
card when downloading masked credit cards from the server.
Personal data manager:
* Added an UpdateServerCreditCardBillingAddress() method to support
changes from settings.
Android autofill settings:
* Let users change the billing address of their server credit card.
* Local and server credit card settings have a common parent and
re-use common UI elements.
BUG= 602663
Committed: https://crrev.com/31ca43a09d9883e80fdda6c504f6f2c10c5e2901
Cr-Commit-Position: refs/heads/master@{#403282}
Total comments: 22
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+527 lines, -623 lines) |
Patch |
 |
A |
chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
|
View
|
1
2
3
4
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/res/layout/autofill_credit_card_editor.xml
|
View
|
1
2
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/java/res/layout/autofill_local_card_editor.xml
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -33 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/res/layout/autofill_server_card_editor.xml
|
View
|
1
2
3
4
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/res/values/dimens.xml
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/res/xml/autofill_preferences.xml
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/java/res/xml/autofill_server_card_preferences.xml
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillCreditCardEditor.java
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -278 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillEditorBase.java
|
View
|
1
2
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillLocalCardEditor.java
|
View
|
1
2
|
8 chunks |
+17 lines, -61 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillPreferences.java
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardEditor.java
|
View
|
1
2
3
4
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java
|
View
|
1
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java_sources.gni
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/android/personal_data_manager_android.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/android/personal_data_manager_android.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.h
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.cc
|
View
|
1
2
3
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table.h
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table.cc
|
View
|
1
2
|
8 chunks |
+35 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_table_unittest.cc
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc
|
View
|
1
2
|
2 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata.h
|
View
|
1
2
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata_service.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata_service.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/test/data/web_database/version_66.sql
|
View
|
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/webdata/common/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/webdata/common/web_database.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/webdata/common/web_database_migration_unittest.cc
|
View
|
|
2 chunks |
+44 lines, -1 line |
0 comments
|
Download
|
Total messages: 32 (16 generated)
|