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

Issue 2020913002: PaymentRequest: Rename ShippingAddress to PaymentAddress. (Closed)

Created:
4 years, 6 months ago by zino
Modified:
4 years, 6 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, haraken, dglazkov+blink, blink-reviews, darin (slow to review), ben+mojo_chromium.org, blink-reviews-api_chromium.org, palmer
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentRequest: Rename ShippingAddress to PaymentAddress. Rename the address type since it will likely be used for other purpose. Related spec links: [1] https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#paymentaddress-interface [2] https://github.com/w3c/browser-payment-api/commit/576550c4de9f47feb889f8f7e587b2853e2da668 BUG=none Committed: https://crrev.com/60e81e7f305496104a8a239e668fd60839318d3a Cr-Commit-Position: refs/heads/master@{#397670}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -248 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/junit/src/org/chromium/chrome/browser/payments/AutofillAddressTest.java View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAddress.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAddress.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAddress.idl View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAddressTest.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.cpp View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequestTest.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentsValidators.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/modules/payments/ShippingAddress.h View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/ShippingAddress.cpp View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/ShippingAddress.idl View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/ShippingAddressTest.cpp View 1 chunk +0 lines, -69 lines 0 comments Download
M third_party/WebKit/public/platform/modules/payments/payment_request.mojom View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
zino
PTAL
4 years, 6 months ago (2016-05-30 17:14:14 UTC) #6
please use gerrit instead
Please add a test to payment-request-interface.html that checks window.PaymentAddress is defined. https://codereview.chromium.org/2020913002/diff/80001/third_party/WebKit/Source/modules/payments/PaymentAddress.idl File third_party/WebKit/Source/modules/payments/PaymentAddress.idl (right): ...
4 years, 6 months ago (2016-05-31 01:44:43 UTC) #7
zino
Thank you for review. I added a layout test. BTW, although we already have webexposed ...
4 years, 6 months ago (2016-05-31 02:58:31 UTC) #8
please use gerrit instead
lgtm Good point about web-exposed tests. You can remove the new layout test. Sorry for ...
4 years, 6 months ago (2016-05-31 15:22:28 UTC) #10
gone
java bits lgtm https://chromiumcodereview.appspot.com/2020913002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java File chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java (right): https://chromiumcodereview.appspot.com/2020913002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java#newcode55 chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java:55: * Returns the shipping address for ...
4 years, 6 months ago (2016-05-31 18:34:30 UTC) #11
please use gerrit instead
On 2016/05/31 18:34:30, dfalcantara wrote: > https://chromiumcodereview.appspot.com/2020913002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java > File > chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java > (right): > > ...
4 years, 6 months ago (2016-05-31 19:51:22 UTC) #12
zino
palmer@, Gentle ping.
4 years, 6 months ago (2016-06-01 17:51:30 UTC) #13
please use gerrit instead
+tsepez@, ptal payment_request.mojom. -palmer@, who is ooo.
4 years, 6 months ago (2016-06-02 19:46:29 UTC) #15
Tom Sepez
lgtm
4 years, 6 months ago (2016-06-02 20:10:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2020913002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2020913002/120001
4 years, 6 months ago (2016-06-02 23:38:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2020913002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2020913002/120001
4 years, 6 months ago (2016-06-03 09:00:46 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 6 months ago (2016-06-03 09:05:09 UTC) #24
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 09:07:16 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/60e81e7f305496104a8a239e668fd60839318d3a
Cr-Commit-Position: refs/heads/master@{#397670}

Powered by Google App Engine
This is Rietveld 408576698