[Autofill] Should reuse Credit Card editor from Payment Request |
||||||||||
Issue descriptionCurrently, we have two Credit Card editors in Chrome for Android: (1) Settings -> Autofill forms -> Edit or Add a credit card (2) Payment Request UI -> Edit or Add a credit card (a good test site for this is https://rsolomakhin.github.io/) The code location for (1) is https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/?q=AutofillEditor&sq=package:chromium&dr=CSs The code location for (2) is https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/payments/CardEditor.java?dr=CSs&q=CardEditor&sq=package:chromium&l=45 Both editors have slightly different code structures, but the fact remains that they should be the same editor, especially since there are mocks to improve the flow to "Add a credit card".
,
Dec 20 2016
,
Jan 19 2017
,
Mar 31 2017
,
Jun 27 2017
,
Sep 14 2017
Parastoo: is this a duplicate of your bug?
,
Sep 19 2017
Rouslan: No. Mine is for the *address* editor.
,
Sep 19 2017
I don't think Jason is working on this. Putting in Parastoo's queue for when she's done with the address editor.
,
Sep 19 2017
,
Sep 19 2017
Parastoo: feel free to assign this to yourself when you start working on it.
,
May 1 2018
,
Aug 3
This bug has an owner, thus, it's been triaged. Changing status to "assigned". |
||||||||||
►
Sign in to add a comment |
||||||||||
Comment 1 by jiahuiguo@google.com
, Dec 16 2016