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

Issue 1994913002: PaymentRequest: Remove id attribute from PaymentItem. (Closed)

Created:
4 years, 7 months ago by zino
Modified:
4 years, 7 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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentRequest: Remove id attribute from PaymentItem. The id attribute was removed from the spec[1]. [1] https://github.com/w3c/browser-payment-api/commit/c536e57530c324d27c71ae0d564395c364e2cc24 BUG=none Committed: https://crrev.com/60054bceeb9300e1f9cfdfccb95ffb04e59d28cd Cr-Commit-Position: refs/heads/master@{#395510}

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Messages

Total messages: 27 (11 generated)
zino
PTAL.
4 years, 7 months ago (2016-05-19 16:52:54 UTC) #3
please use gerrit instead
https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp File third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp (left): https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp#oldcode13 third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp:13: // PaymentItem and ShippingOption have identical structure. ... except ...
4 years, 7 months ago (2016-05-19 17:48:21 UTC) #4
please use gerrit instead
https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp File third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp (left): https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp#oldcode50 third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp:50: PaymentItem buildPaymentItemForTest(PaymentTestDataToChange data, PaymentTestModificationType modificationType, const String& valueToUse) DCHECK_NE(data, ...
4 years, 7 months ago (2016-05-19 17:49:50 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994913002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994913002/20001
4 years, 7 months ago (2016-05-19 17:50:43 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/164558)
4 years, 7 months ago (2016-05-19 18:38:26 UTC) #9
zino
Thank you for detailed review. PTAL. https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp File third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp (left): https://codereview.chromium.org/1994913002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp#oldcode13 third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.cpp:13: // PaymentItem and ...
4 years, 7 months ago (2016-05-19 19:11:41 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994913002/40001
4 years, 7 months ago (2016-05-19 19:21:02 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/232241) win_chromium_x64_rel_ng on ...
4 years, 7 months ago (2016-05-19 20:29:02 UTC) #15
please use gerrit instead
https://codereview.chromium.org/1994913002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): https://codereview.chromium.org/1994913002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode148 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:148: if (!option.hasId() | option.id().isEmpty()) { | should be ||
4 years, 7 months ago (2016-05-22 22:55:29 UTC) #16
zino
https://codereview.chromium.org/1994913002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): https://codereview.chromium.org/1994913002/diff/40001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode148 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:148: if (!option.hasId() | option.id().isEmpty()) { On 2016/05/22 22:55:29, Rouslan ...
4 years, 7 months ago (2016-05-23 01:42:30 UTC) #17
please use gerrit instead
lgtm dfalcantara@, ptal PaymentRequestImpl.java palmer@, ptal payment_request.mojom
4 years, 7 months ago (2016-05-23 02:36:34 UTC) #19
gone
PaymentRequestImpl lgtm
4 years, 7 months ago (2016-05-23 19:51:02 UTC) #20
palmer
lgtm
4 years, 7 months ago (2016-05-23 21:23:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994913002/80001
4 years, 7 months ago (2016-05-23 23:57:37 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 7 months ago (2016-05-24 01:40:36 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 01:42:00 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/60054bceeb9300e1f9cfdfccb95ffb04e59d28cd
Cr-Commit-Position: refs/heads/master@{#395510}

Powered by Google App Engine
This is Rietveld 408576698