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

Issue 2349033002: Include addresses with the getdetailsforsavecard Payments RPC. (Closed)

Created:
4 years, 3 months ago by Justin Donnelly
Modified:
4 years, 2 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, Jared Saul, zkoch1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Include addresses with the getdetailsforsavecard Payments RPC. These addresses will be used by Payments to determine the correct legal documents to show the user and to verify that the addresses are valid for their purposes (and thus won't fail on any subsequent save). Names and phone numbers are removed from the addresses before uploading since they are not useful for these purposes. BUG=535784 Committed: https://crrev.com/da7eb69a380d53eec42cc4e620e55b78e5d6fa82 Committed: https://crrev.com/005d6cd78d14cb1d68a92a0d8dd9a98595b54d80 Cr-Original-Commit-Position: refs/heads/master@{#420409} Cr-Commit-Position: refs/heads/master@{#420893}

Patch Set 1 #

Patch Set 2 : Add tests to verify whether or not address names are sent. #

Total comments: 1

Patch Set 3 : Also don't send phone numbers. #

Patch Set 4 : Eliminate static initializers, update a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -15 lines) Patch
M components/autofill/content/browser/payments/payments_client_unittest.cc View 1 2 6 chunks +88 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/payments/payments_client.h View 1 2 3 2 chunks +11 lines, -2 lines 0 comments Download
M components/autofill/core/browser/payments/payments_client.cc View 1 2 3 9 chunks +41 lines, -10 lines 0 comments Download

Messages

Total messages: 53 (33 generated)
Justin Donnelly
4 years, 3 months ago (2016-09-16 22:01:44 UTC) #3
Justin Donnelly
-mathp@google.com, +mathp@chromium.org
4 years, 3 months ago (2016-09-16 22:03:16 UTC) #7
Justin Donnelly
-mathp (paternity leave), +estade
4 years, 3 months ago (2016-09-19 15:11:35 UTC) #11
Justin Donnelly
estade: friendly ping If you can't get to this immediately, that's fine. I just want ...
4 years, 3 months ago (2016-09-20 20:34:56 UTC) #12
Evan Stade
sorry for delay. Why are names stripped? It seems like there's still of PII in ...
4 years, 3 months ago (2016-09-20 20:57:51 UTC) #13
Justin Donnelly
On 2016/09/20 20:57:51, Evan Stade wrote: > sorry for delay. Why are names stripped? It ...
4 years, 3 months ago (2016-09-20 21:10:14 UTC) #14
Justin Donnelly
Added tests for names in addresses. Please take another look.
4 years, 2 months ago (2016-09-22 16:12:27 UTC) #17
Evan Stade
lgtm (do we need to send phone number? that's another pretty uniquely identifying bit of ...
4 years, 2 months ago (2016-09-22 16:16:13 UTC) #21
Justin Donnelly
On 2016/09/22 16:16:13, Evan Stade wrote: > (do we need to send phone number? that's ...
4 years, 2 months ago (2016-09-22 16:42:35 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349033002/60001
4 years, 2 months ago (2016-09-22 17:39:11 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 2 months ago (2016-09-22 18:54:27 UTC) #33
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/da7eb69a380d53eec42cc4e620e55b78e5d6fa82 Cr-Commit-Position: refs/heads/master@{#420409}
4 years, 2 months ago (2016-09-22 18:59:48 UTC) #35
Garrett Casto
A revert of this CL (patchset #3 id:60001) has been created in https://codereview.chromium.org/2358803005/ by gcasto@chromium.org. ...
4 years, 2 months ago (2016-09-22 20:12:14 UTC) #36
Justin Donnelly
Replaced std::string static initializers with char[] constants. Can you take another quick look?
4 years, 2 months ago (2016-09-22 20:42:44 UTC) #40
Evan Stade
lgtm
4 years, 2 months ago (2016-09-23 19:59:12 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349033002/80001
4 years, 2 months ago (2016-09-23 21:10:22 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/74421)
4 years, 2 months ago (2016-09-23 21:21:51 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349033002/80001
4 years, 2 months ago (2016-09-26 14:35:18 UTC) #49
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 2 months ago (2016-09-26 15:50:22 UTC) #51
commit-bot: I haz the power
4 years, 2 months ago (2016-09-26 15:52:10 UTC) #53
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/005d6cd78d14cb1d68a92a0d8dd9a98595b54d80
Cr-Commit-Position: refs/heads/master@{#420893}

Powered by Google App Engine
This is Rietveld 408576698