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

Issue 997713004: Redo Autofill wallet preferences on Android. (Closed)

Created:
5 years, 9 months ago by Evan Stade
Modified:
5 years, 9 months ago
Reviewers:
newt (away)
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Redo Autofill wallet preferences on Android. BUG=446700 Committed: https://crrev.com/ade5db8c29aa985c5dc5d1b00ce243448153ec3b Cr-Commit-Position: refs/heads/master@{#321508}

Patch Set 1 #

Patch Set 2 : code complete #

Patch Set 3 : . #

Patch Set 4 : ready #

Patch Set 5 : attempt to fix build #

Patch Set 6 : re-add lost file #

Patch Set 7 : typo fix #

Total comments: 34

Patch Set 8 : newt review #

Total comments: 7

Patch Set 9 : more review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -215 lines) Patch
A chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_server_data_edit_link.xml View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_server_data_label.xml View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/android/java/res/xml/autofill_preferences.xml View 1 chunk +1 line, -2 lines 0 comments Download
A chrome/android/java/res/xml/autofill_server_card_preferences.xml View 1 2 3 4 5 6 7 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/android/java/res/xml/autofill_server_profile_preferences.xml View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
D chrome/android/java/res/xml/autofill_wallet_preferences.xml View 1 1 chunk +0 lines, -32 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java View 1 2 3 4 5 6 7 8 9 chunks +81 lines, -19 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/preferences/TextAndButtonPreference.java View 1 2 3 4 5 6 7 2 chunks +7 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillCreditCardEditor.java View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillPreferences.java View 1 2 3 4 5 6 7 8 7 chunks +38 lines, -32 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileEditor.java View 1 2 3 4 5 6 7 1 chunk +8 lines, -15 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java View 1 2 3 4 5 6 7 8 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerProfilePreferences.java View 1 2 3 4 5 6 7 1 chunk +58 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillWalletPreferences.java View 1 1 chunk +0 lines, -54 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/app/generated_resources.grd View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 2 3 4 5 6 7 7 chunks +18 lines, -21 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Evan Stade
mocks: https://folio.googleplex.com/payments-ux/Instant%20Buy%20UX/Zero%20integration/Mocks/latest/Settings-Clank#%2Fclank%20settings.png%3Fpos=center&bg=gray&fr=0
5 years, 9 months ago (2015-03-16 23:26:33 UTC) #2
newt (away)
https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml File chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml#newcode13 chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml:13: android:minHeight="40dp" By default, buttons have a minHeight of 36dp. ...
5 years, 9 months ago (2015-03-18 04:31:45 UTC) #3
Evan Stade
haven't tried on K yet, working on doing so. https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml File chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml#newcode13 chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml:13: ...
5 years, 9 months ago (2015-03-19 00:24:23 UTC) #4
Evan Stade
https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_data_label.xml File chrome/android/java/res/layout/autofill_server_data_label.xml (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_data_label.xml#newcode7 chrome/android/java/res/layout/autofill_server_data_label.xml:7: <TextView xmlns:android="http://schemas.android.com/apk/res/android" On 2015/03/19 00:24:22, Evan Stade wrote: > ...
5 years, 9 months ago (2015-03-19 00:24:58 UTC) #5
newt (away)
https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml File chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml#newcode13 chrome/android/java/res/layout/autofill_server_card_clear_copy_button.xml:13: android:minHeight="40dp" On 2015/03/19 00:24:22, Evan Stade wrote: > On ...
5 years, 9 months ago (2015-03-19 01:41:43 UTC) #6
Evan Stade
https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java#newcode47 chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java:47: cardDescription.setSummary(card.getMonth() + "/" + card.getYear()); On 2015/03/19 01:41:42, newt ...
5 years, 9 months ago (2015-03-20 00:14:57 UTC) #7
newt (away)
lgtm https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java (right): https://codereview.chromium.org/997713004/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java#newcode47 chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillServerCardPreferences.java:47: cardDescription.setSummary(card.getMonth() + "/" + card.getYear()); On 2015/03/20 00:14:56, ...
5 years, 9 months ago (2015-03-20 00:53:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/997713004/160001
5 years, 9 months ago (2015-03-20 02:15:09 UTC) #10
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 9 months ago (2015-03-20 03:28:10 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 03:28:51 UTC) #12
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ade5db8c29aa985c5dc5d1b00ce243448153ec3b
Cr-Commit-Position: refs/heads/master@{#321508}

Powered by Google App Engine
This is Rietveld 408576698