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

Issue 2829853008: Stores server card as a full server card when upload to server succeeds. (Closed)

Created:
3 years, 8 months ago by csashi
Modified:
3 years, 8 months ago
CC:
chromium-reviews, jam, rouslan+autofill_chromium.org, tfarina, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, darin-cc_chromium.org, rogerm+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Stores server card as a full server card when upload to server succeeds. BUG=714290 Review-Url: https://codereview.chromium.org/2829853008 Cr-Commit-Position: refs/heads/master@{#466792} Committed: https://chromium.googlesource.com/chromium/src/+/94ecc0403ad6cdd384b574c07aed90afc8f2d1af

Patch Set 1 #

Patch Set 2 : Stores server card as a full server card when upload to server succeeds. #

Total comments: 4

Patch Set 3 : Fixes comments. #

Patch Set 4 : Makes OnDidUploadCard public so TestAutofillManager in anonymous namespace can reference it. #

Patch Set 5 : Makes OnDidUploadCard public so TestAutofillManager in anonymous namespace can reference it. #

Total comments: 8

Patch Set 6 : Removes TODO to log duration for uploading a card. #

Total comments: 4

Patch Set 7 : Renames AddServerCreditCard to AddFullServerCreditCard. Adds DCHECK to verify that we are in a tran… #

Patch Set 8 : Renames AddServerCreditCard to AddFullServerCreditCard. Adds DCHECK to verify that we are in a tran… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+372 lines, -55 lines) Patch
M chrome/browser/ui/views/payments/cvc_unmask_view_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/payments/cvc_unmask_view_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/content/browser/payments/payments_client_unittest.cc View 4 chunks +15 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 5 6 7 1 chunk +12 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 17 chunks +96 lines, -16 lines 0 comments Download
M components/autofill/core/browser/payments/full_card_request_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/payments/payments_client.h View 1 chunk +4 lines, -1 line 0 comments Download
M components/autofill/core/browser/payments/payments_client.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/autofill/core/browser/personal_data_manager.h View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 1 2 3 4 5 6 4 chunks +64 lines, -1 line 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.h View 1 2 3 4 5 6 7 4 chunks +20 lines, -2 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.cc View 1 2 3 4 5 6 9 chunks +72 lines, -23 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table_unittest.cc View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_service.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_service.cc View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (25 generated)
csashi
Hi Mathieu, Please review changes in components/autofill (Please reassign if needed to load balance). Hi ...
3 years, 8 months ago (2017-04-21 22:19:31 UTC) #4
Jared Saul
lgtm for credit_card_id https://codereview.chromium.org/2829853008/diff/20001/components/autofill/core/browser/webdata/autofill_table.h File components/autofill/core/browser/webdata/autofill_table.h (right): https://codereview.chromium.org/2829853008/diff/20001/components/autofill/core/browser/webdata/autofill_table.h#newcode172 components/autofill/core/browser/webdata/autofill_table.h:172: // available on saving card to ...
3 years, 8 months ago (2017-04-21 23:29:10 UTC) #9
csashi
https://codereview.chromium.org/2829853008/diff/20001/components/autofill/core/browser/webdata/autofill_table.h File components/autofill/core/browser/webdata/autofill_table.h (right): https://codereview.chromium.org/2829853008/diff/20001/components/autofill/core/browser/webdata/autofill_table.h#newcode172 components/autofill/core/browser/webdata/autofill_table.h:172: // available on saving card to serevr, it will ...
3 years, 8 months ago (2017-04-21 23:39:50 UTC) #10
please use gerrit instead
chrome/browser/ui/views/payments/ lgtm
3 years, 8 months ago (2017-04-24 13:57:55 UTC) #21
Mathieu
lgtm but I'll have sebsg@ have a look because he touched at all this code ...
3 years, 8 months ago (2017-04-24 18:11:55 UTC) #23
csashi
https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/autofill_manager.cc#newcode1089 components/autofill/core/browser/autofill_manager.cc:1089: // TODO(jdonnelly): Log duration. On 2017/04/24 18:11:55, Mathieu wrote: ...
3 years, 8 months ago (2017-04-24 18:30:07 UTC) #24
sebsg
lgtm % 2 comments https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/webdata/autofill_table.cc File components/autofill/core/browser/webdata/autofill_table.cc (right): https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/webdata/autofill_table.cc#newcode1366 components/autofill/core/browser/webdata/autofill_table.cc:1366: AddMaskedCreditCards({masked}); On 2017/04/24 18:30:06, csashi ...
3 years, 8 months ago (2017-04-24 19:18:23 UTC) #25
csashi
https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/webdata/autofill_table.cc File components/autofill/core/browser/webdata/autofill_table.cc (right): https://codereview.chromium.org/2829853008/diff/80001/components/autofill/core/browser/webdata/autofill_table.cc#newcode1366 components/autofill/core/browser/webdata/autofill_table.cc:1366: AddMaskedCreditCards({masked}); On 2017/04/24 19:18:23, sebsg wrote: > On 2017/04/24 ...
3 years, 8 months ago (2017-04-24 20:09:02 UTC) #26
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/2829853008/120001
3 years, 8 months ago (2017-04-24 20:10:18 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/254232) android_cronet on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 8 months ago (2017-04-24 20:16:17 UTC) #31
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/2829853008/140001
3 years, 8 months ago (2017-04-24 21:22:36 UTC) #34
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 22:21:21 UTC) #37
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/94ecc0403ad6cdd384b574c07aed...

Powered by Google App Engine
This is Rietveld 408576698