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

Issue 11773037: Implementation of sensitive card information escrowing (Closed)

Created:
7 years, 11 months ago by ahutter
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Implementation of sensitive card information escrowing BUG=168818 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176142

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fixing unit test and changing escrow url #

Total comments: 31

Patch Set 3 : Fixes from code review #

Patch Set 4 : Fixing Ilya's final comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -49 lines) Patch
M chrome/browser/autofill/wallet/wallet_client.h View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/autofill/wallet/wallet_client.cc View 1 2 3 9 chunks +35 lines, -14 lines 0 comments Download
M chrome/browser/autofill/wallet/wallet_client_unittest.cc View 1 2 12 chunks +59 lines, -16 lines 0 comments Download
M chrome/browser/autofill/wallet/wallet_service_url.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autofill/wallet/wallet_service_url.cc View 1 2 3 3 chunks +23 lines, -15 lines 0 comments Download
M chrome/browser/autofill/wallet/wallet_service_url_unittest.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
ahutter
7 years, 11 months ago (2013-01-08 01:21:56 UTC) #1
Raman Kakilate
bug ID is not specified. https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc File chrome/browser/autofill/wallet/wallet_client.cc (right): https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc#newcode99 chrome/browser/autofill/wallet/wallet_client.cc:99: MakeWalletRequest(GetEscrowUrl(), post_body, observer, kApplicationMimeType); ...
7 years, 11 months ago (2013-01-08 02:10:28 UTC) #2
ahutter
Dane, could you take a look at the URL used for card escrowing. I think ...
7 years, 11 months ago (2013-01-08 17:10:22 UTC) #3
ahutter
https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc File chrome/browser/autofill/wallet/wallet_client.cc (right): https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc#newcode99 chrome/browser/autofill/wallet/wallet_client.cc:99: MakeWalletRequest(GetEscrowUrl(), post_body, observer, kApplicationMimeType); On 2013/01/08 02:10:28, Raman Kakilate ...
7 years, 11 months ago (2013-01-09 17:31:17 UTC) #4
ahutter
7 years, 11 months ago (2013-01-09 18:23:14 UTC) #5
Raman Kakilate
lgtm https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc File chrome/browser/autofill/wallet/wallet_client.cc (right): https://codereview.chromium.org/11773037/diff/1/chrome/browser/autofill/wallet/wallet_client.cc#newcode99 chrome/browser/autofill/wallet/wallet_client.cc:99: MakeWalletRequest(GetEscrowUrl(), post_body, observer, kApplicationMimeType); On 2013/01/09 17:31:18, ahutter ...
7 years, 11 months ago (2013-01-09 22:54:21 UTC) #6
Ilya Sherman
Note: When adding reviewers, please include something like "Albert and Ilya, PTAL" in the message ...
7 years, 11 months ago (2013-01-09 23:30:48 UTC) #7
Albert Bodenhamer
https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.h File chrome/browser/autofill/wallet/wallet_client.h (right): https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.h#newcode45 chrome/browser/autofill/wallet/wallet_client.h:45: virtual void OnEscrowSensitiveInformation( There needs to be a bit ...
7 years, 11 months ago (2013-01-09 23:58:42 UTC) #8
ahutter
https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.cc File chrome/browser/autofill/wallet/wallet_client.cc (right): https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.cc#newcode90 chrome/browser/autofill/wallet/wallet_client.cc:90: DCHECK_EQ(request_type_, NO_PENDING_REQUEST); On 2013/01/09 23:30:48, Ilya Sherman wrote: > ...
7 years, 11 months ago (2013-01-10 00:24:45 UTC) #9
Ilya Sherman
LGTM, thanks https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.cc File chrome/browser/autofill/wallet/wallet_client.cc (right): https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.cc#newcode271 chrome/browser/autofill/wallet/wallet_client.cc:271: } On 2013/01/10 00:24:46, ahutter wrote: > ...
7 years, 11 months ago (2013-01-10 00:35:40 UTC) #10
ahutter
On 2013/01/10 00:35:40, Ilya Sherman wrote: > LGTM, thanks > > https://codereview.chromium.org/11773037/diff/6001/chrome/browser/autofill/wallet/wallet_client.cc > File chrome/browser/autofill/wallet/wallet_client.cc ...
7 years, 11 months ago (2013-01-10 00:44:46 UTC) #11
Albert Bodenhamer
lgtm
7 years, 11 months ago (2013-01-10 00:47:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/11773037/16001
7 years, 11 months ago (2013-01-10 16:00:09 UTC) #13
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) sync_unit_tests, unit_tests
7 years, 11 months ago (2013-01-10 16:15:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahutter@chromium.org/11773037/16001
7 years, 11 months ago (2013-01-10 17:31:54 UTC) #15
commit-bot: I haz the power
7 years, 11 months ago (2013-01-10 20:22:35 UTC) #16
Message was sent while issue was closed.
Change committed as 176142

Powered by Google App Engine
This is Rietveld 408576698