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

Issue 1981903002: PaymentRequest: Rename 'currencyCode' to 'currency' in CurrencyAmount.idl. (Closed)

Created:
4 years, 7 months ago by zino
Modified:
4 years, 7 months ago
CC:
blink-reviews, chromium-reviews, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentRequest: Rename 'currencyCode' to 'currency' in CurrencyAmount.idl. According to the references[1][2], 'currencyCode' property is renamed to 'currency' to allow flexible currency identifiers. [1] https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#h-currencyamount [2] https://github.com/w3c/browser-payment-api/commit/563ecd594b5757f5175ee6ede3b41cdd8810d932 BUG=none Committed: https://crrev.com/c728815891eed7f0fa5d6d7d69376ce2c2e79841 Cr-Commit-Position: refs/heads/master@{#394822}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Messages

Total messages: 39 (14 generated)
zino
PTAL.
4 years, 7 months ago (2016-05-16 13:37:50 UTC) #3
please use gerrit instead
Thank you for the patch! It used to be "currencyCode" initially, but I have not ...
4 years, 7 months ago (2016-05-16 16:06:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1981903002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981903002/1
4 years, 7 months ago (2016-05-16 16:06:54 UTC) #6
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/162076)
4 years, 7 months ago (2016-05-16 16:52:00 UTC) #8
zino
On 2016/05/16 16:06:37, Rouslan wrote: > Thank you for the patch! > > It used ...
4 years, 7 months ago (2016-05-16 18:54:50 UTC) #10
Marijn Kruisselbrink
https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode138 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:138: if (!PaymentsValidators::isValidCurrencyCodeFormat(item.amount().currency(), &errorMessage)) { To really make this match ...
4 years, 7 months ago (2016-05-16 19:02:48 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/1981903002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981903002/20001
4 years, 7 months ago (2016-05-16 21:32:14 UTC) #13
please use gerrit instead
On 2016/05/16 18:54:50, zino wrote: > On 2016/05/16 16:06:37, Rouslan wrote: > > Thank you ...
4 years, 7 months ago (2016-05-16 21:36:27 UTC) #14
please use gerrit instead
https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode138 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:138: if (!PaymentsValidators::isValidCurrencyCodeFormat(item.amount().currency(), &errorMessage)) { On 2016/05/16 19:02:48, Marijn Kruisselbrink ...
4 years, 7 months ago (2016-05-16 21:36:36 UTC) #15
please use gerrit instead
Also note that payments/promises-keep-request-alive.html layout test is failing with this patch. Please fix that. You ...
4 years, 7 months ago (2016-05-16 21:39:50 UTC) #16
please use gerrit instead
On 2016/05/16 21:39:50, Rouslan wrote: > Also note that payments/promises-keep-request-alive.html layout test is failing > ...
4 years, 7 months ago (2016-05-16 21:42:11 UTC) #17
Marijn Kruisselbrink
https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode138 third_party/WebKit/Source/modules/payments/PaymentRequest.cpp:138: if (!PaymentsValidators::isValidCurrencyCodeFormat(item.amount().currency(), &errorMessage)) { On 2016/05/16 at 21:36:36, Rouslan ...
4 years, 7 months ago (2016-05-16 21:43:48 UTC) #18
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/229778)
4 years, 7 months ago (2016-05-16 22:40:44 UTC) #20
zino
On 2016/05/16 21:36:36, Rouslan wrote: > https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp > File third_party/WebKit/Source/modules/payments/PaymentRequest.cpp (right): > > https://codereview.chromium.org/1981903002/diff/20001/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp#newcode138 > ...
4 years, 7 months ago (2016-05-16 22:58:52 UTC) #21
please use gerrit instead
On 2016/05/16 22:58:52, zino wrote: > So, in a separate patch, > I will have ...
4 years, 7 months ago (2016-05-17 00:27:12 UTC) #22
please use gerrit instead
On 2016/05/17 00:27:12, Rouslan wrote: > You will need to change the existing validation logic ...
4 years, 7 months ago (2016-05-18 14:50:01 UTC) #23
zino
On 2016/05/18 14:50:01, Rouslan wrote: > On 2016/05/17 00:27:12, Rouslan wrote: > > You will ...
4 years, 7 months ago (2016-05-19 08:08:28 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1981903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981903002/40001
4 years, 7 months ago (2016-05-19 17:13:40 UTC) #28
please use gerrit instead
lgtm
4 years, 7 months ago (2016-05-19 17:14:03 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-19 18:14:59 UTC) #31
please use gerrit instead
mek@: you cool?
4 years, 7 months ago (2016-05-19 18:16:10 UTC) #32
Marijn Kruisselbrink
On 2016/05/19 at 18:16:10, rouslan wrote: > mek@: you cool? yep, lgtm
4 years, 7 months ago (2016-05-19 18:17:02 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1981903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981903002/40001
4 years, 7 months ago (2016-05-19 18:35:28 UTC) #35
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-19 18:42:13 UTC) #37
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 18:43:17 UTC) #39
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c728815891eed7f0fa5d6d7d69376ce2c2e79841
Cr-Commit-Position: refs/heads/master@{#394822}

Powered by Google App Engine
This is Rietveld 408576698