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

Issue 1288093004: rAc Wallet extirpation round 4: clean out RPC code (Closed)

Created:
5 years, 4 months ago by Evan Stade
Modified:
5 years, 4 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, tfarina, estade+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

rAc Wallet extirpation round 4: clean out RPC code A few files remain: - wallet::Address and FullWallet are still needed until Android references are cleaned up - wallet_service_url is still used for ZI (although this could probably be moved into a different directory, either core/browser/wallet or chrome/browser/ or something) - real_pan_wallet_client_unittest doesn't belong in this dir but whatever BUG=521733 Committed: https://crrev.com/36d868c4941f9f62149356c444b119d12eb0e2f1 Cr-Commit-Position: refs/heads/master@{#344364}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : relative patchset #

Total comments: 9

Patch Set 4 : git cl format #

Patch Set 5 : fix gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -7121 lines) Patch
M components/autofill.gypi View 2 chunks +0 lines, -17 lines 0 comments Download
M components/autofill/content/browser/BUILD.gn View 1 2 3 4 2 chunks +0 lines, -19 lines 0 comments Download
M components/autofill/content/browser/wallet/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D components/autofill/content/browser/wallet/form_field_error.h View 1 chunk +0 lines, -88 lines 0 comments Download
D components/autofill/content/browser/wallet/form_field_error.cc View 1 chunk +0 lines, -154 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.h View 7 chunks +2 lines, -25 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.cc View 1 2 3 4 chunks +5 lines, -106 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet_unittest.cc View 1 2 3 4 chunks +9 lines, -459 lines 0 comments Download
D components/autofill/content/browser/wallet/gaia_account.h View 1 chunk +0 lines, -59 lines 0 comments Download
D components/autofill/content/browser/wallet/gaia_account.cc View 1 chunk +0 lines, -85 lines 0 comments Download
D components/autofill/content/browser/wallet/instrument.h View 1 chunk +0 lines, -104 lines 0 comments Download
D components/autofill/content/browser/wallet/instrument.cc View 1 chunk +0 lines, -126 lines 0 comments Download
D components/autofill/content/browser/wallet/instrument_unittest.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D components/autofill/content/browser/wallet/mock_wallet_client.h View 1 chunk +0 lines, -64 lines 0 comments Download
D components/autofill/content/browser/wallet/mock_wallet_client.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D components/autofill/content/browser/wallet/required_action.h View 1 chunk +0 lines, -44 lines 0 comments Download
D components/autofill/content/browser/wallet/required_action.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_client.h View 1 chunk +0 lines, -272 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_client.cc View 1 chunk +0 lines, -807 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_client_delegate.h View 1 chunk +0 lines, -79 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_client_unittest.cc View 1 chunk +0 lines, -1903 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_items.h View 1 chunk +0 lines, -335 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_items.cc View 1 chunk +0 lines, -596 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_items_unittest.cc View 1 chunk +0 lines, -622 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_service_url.h View 2 chunks +2 lines, -32 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_service_url.cc View 4 chunks +0 lines, -141 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_service_url_unittest.cc View 1 2 3 2 chunks +8 lines, -101 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_signin_helper.h View 1 chunk +0 lines, -82 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_signin_helper.cc View 1 chunk +0 lines, -174 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h View 1 chunk +0 lines, -35 lines 0 comments Download
D components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc View 1 chunk +0 lines, -177 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_test_util.h View 1 chunk +1 line, -36 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_test_util.cc View 1 2 3 5 chunks +6 lines, -204 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
Evan Stade
depends on round 3 (you can see trybot output in PS#2)
5 years, 4 months ago (2015-08-19 19:14:42 UTC) #2
Dan Beam
lgtm damn wallet integration was a lot of code https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet.cc File components/autofill/content/browser/wallet/full_wallet.cc (right): https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet.cc#newcode38 components/autofill/content/browser/wallet/full_wallet.cc:38: ...
5 years, 4 months ago (2015-08-19 19:25:02 UTC) #3
Evan Stade
https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet_unittest.cc File components/autofill/content/browser/wallet/full_wallet_unittest.cc (right): https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet_unittest.cc#newcode28 components/autofill/content/browser/wallet/full_wallet_unittest.cc:28: TEST_F(FullWalletTest, RestLengthCorrectDecryptionTest) { On 2015/08/19 19:25:02, Dan Beam wrote: ...
5 years, 4 months ago (2015-08-19 19:37:35 UTC) #4
Dan Beam
https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet_unittest.cc File components/autofill/content/browser/wallet/full_wallet_unittest.cc (right): https://codereview.chromium.org/1288093004/diff/40001/components/autofill/content/browser/wallet/full_wallet_unittest.cc#newcode28 components/autofill/content/browser/wallet/full_wallet_unittest.cc:28: TEST_F(FullWalletTest, RestLengthCorrectDecryptionTest) { On 2015/08/19 19:37:35, Evan Stade wrote: ...
5 years, 4 months ago (2015-08-19 19:38:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288093004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288093004/60001
5 years, 4 months ago (2015-08-19 21:38:30 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/71309)
5 years, 4 months ago (2015-08-19 21:48:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1288093004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1288093004/80001
5 years, 4 months ago (2015-08-19 22:10:37 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 4 months ago (2015-08-20 00:05:36 UTC) #14
commit-bot: I haz the power
5 years, 4 months ago (2015-08-20 00:06:11 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/36d868c4941f9f62149356c444b119d12eb0e2f1
Cr-Commit-Position: refs/heads/master@{#344364}

Powered by Google App Engine
This is Rietveld 408576698