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

Issue 2406923002: Move payment_request.mojom file to components/ (Closed)

Created:
4 years, 2 months ago by Kevin Bailey
Modified:
4 years, 1 month ago
CC:
Aaron Boodman, abarth-chromium, agrieve+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin (slow to review), dglazkov+blink, haraken, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move payment_request.mojom file to components/ Currently, only Blink depends on payment_requet.mojom. Going forward, all the platforms will, so moving it to a more generic location. BUG= Committed: https://crrev.com/f26b33b194cd7939cdbdf885150803583370db17 Cr-Commit-Position: refs/heads/master@{#427077}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Rebase #

Patch Set 3 : Conversion suggestions #

Patch Set 4 : Nits #

Patch Set 5 : Missed nit #

Patch Set 6 : Missed nit #

Patch Set 7 : Updated owners #

Patch Set 8 : Rebase #

Patch Set 9 : Make tests compile and link #

Total comments: 2

Patch Set 10 : Fix stale include #

Patch Set 11 : Rebase #

Patch Set 12 : Add Android test dependencies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -191 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -1 line 0 comments Download
A + components/payments/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + components/payments/OWNERS View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A + components/payments/payment_request.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/modules/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddress.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddress.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAddressTest.cpp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.h View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +38 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentResponse.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentTestHelper.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentsValidators.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/public/platform/modules/payments/OWNERS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/public/platform/modules/payments/payment_request.mojom View 1 chunk +0 lines, -145 lines 0 comments Download

Messages

Total messages: 50 (36 generated)
Kevin Bailey
Hi Rouslan, Here are the changes specific to moving the .mojom file.
4 years, 2 months ago (2016-10-10 17:17:25 UTC) #3
please use gerrit instead
Thank you for the patch! :-) You appear to need a rebase.
4 years, 2 months ago (2016-10-12 23:51:50 UTC) #8
please use gerrit instead
https://codereview.chromium.org/2406923002/diff/1/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (left): https://codereview.chromium.org/2406923002/diff/1/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#oldcode99 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:99: mojo::WTFArray<PaymentItemPtr>::From(input.additionalDisplayItems()); Is it not possible to continue using WTFArray::From()? ...
4 years, 2 months ago (2016-10-12 23:51:55 UTC) #9
Kevin Bailey
https://codereview.chromium.org/2406923002/diff/1/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (left): https://codereview.chromium.org/2406923002/diff/1/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#oldcode99 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:99: mojo::WTFArray<PaymentItemPtr>::From(input.additionalDisplayItems()); On 2016/10/12 23:51:55, rouslan (slow 10.10-10.17) wrote: > ...
4 years, 2 months ago (2016-10-13 18:30:42 UTC) #10
please use gerrit instead
LGTM % comment. Regardless of your findings, this patch looks good to go. Thank you! ...
4 years, 2 months ago (2016-10-13 20:24:00 UTC) #11
Kevin Bailey
Looks like a function call got removed. Anyways, let me know if you'd like any ...
4 years, 2 months ago (2016-10-14 18:58:15 UTC) #12
please use gerrit instead
still lgtm
4 years, 2 months ago (2016-10-17 17:07:27 UTC) #13
Kevin Bailey
Hi owners, mkwst@, can you take a look at: components/payments/payment_request.mojom third_party/WebKit/public/BUILD.gn third_party/WebKit/public/platform/modules/payments/OWNERS third_party/WebKit/public/platform/modules/payments/payment_request.mojom jochen@, can ...
4 years, 2 months ago (2016-10-19 13:34:21 UTC) #15
jochen (gone - plz use gerrit)
chrome/android lgtm
4 years, 2 months ago (2016-10-19 14:01:22 UTC) #16
Mike West
Moving mojom LGTM.
4 years, 2 months ago (2016-10-20 09:33:51 UTC) #17
Ken Rockot(use gerrit already)
drive-by comments while looking at dependency issue (will respond on other thread too) https://codereview.chromium.org/2406923002/diff/160001/components/payments/BUILD.gn File ...
4 years, 2 months ago (2016-10-20 17:37:44 UTC) #29
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/2406923002/220001
4 years, 1 month ago (2016-10-24 13:53:29 UTC) #46
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 1 month ago (2016-10-24 15:52:12 UTC) #48
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 16:19:18 UTC) #50
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/f26b33b194cd7939cdbdf885150803583370db17
Cr-Commit-Position: refs/heads/master@{#427077}

Powered by Google App Engine
This is Rietveld 408576698