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

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (Closed)

Created:
4 years ago by Hwanseung Lee
Modified:
4 years ago
CC:
chromium-reviews, qsr+mojo_chromium.org, gogerald+paymentswatch_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, haraken, Aaron Boodman, rouslan+payments_chromium.org, darin-cc_chromium.org, blink-reviews, darin (slow to review), sebsg+paymentswatch_chromium.org, Hwanseung Lee(hs1217.lee)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[PaymentApp] label field was changed to name field in PaymentAppOption. label field was changed to name field in PaymentAppOption.idl and PaymentAppManifest.idl and also required keyword was added. spec list: https://w3c.github.io/webpayments-payment-apps-api/#payment-app-options https://w3c.github.io/webpayments-payment-apps-api/#payment-app-manifest https://github.com/w3c/webpayments-payment-apps-api/pull/70 BUG=661608 Committed: https://crrev.com/e86e8cd3274d2a531f8b77fe89e25aae4e7bf10b Cr-Commit-Position: refs/heads/master@{#439192}

Patch Set 1 #

Patch Set 2 : [WIP] [PaymentApp] label -> name in PaymentAppOption. #

Patch Set 3 : [WIP] [PaymentApp] label -> name in PaymentAppOption. #

Patch Set 4 : [WIP] [PaymentApp] label -> name in PaymentAppOption. #

Total comments: 2

Patch Set 5 : update PaymentAppManifest.idl #

Patch Set 6 : rebase #

Patch Set 7 : update test #

Total comments: 2

Patch Set 8 : rebase and update payment_app.proto #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -30 lines) Patch
M chrome/browser/android/payments/service_worker_payment_app_bridge.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M components/payments/payment_app.mojom View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/payments/payment_app.proto View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/payments/payment_app_database.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/payments/payment_app_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html View 1 2 3 4 5 6 5 chunks +28 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAppOption.idl View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 100 (81 generated)
Hwanseung Lee
@rouslan, zino PTAL, thank you.
4 years ago (2016-12-10 15:42:10 UTC) #34
zino
You should change PaymentAppManifest.idl as well :) Maybe you can not use ImageObject for now. ...
4 years ago (2016-12-11 18:55:01 UTC) #35
Hwanseung Lee
@zino i also changed label to name in paymentAppManifast.idl i want to add "required" keyword ...
4 years ago (2016-12-12 13:10:01 UTC) #41
zino
On 2016/12/12 13:10:01, Hwanseung Lee wrote: > @zino > i also changed label to name ...
4 years ago (2016-12-12 14:43:48 UTC) #46
please use gerrit instead
https://codereview.chromium.org/2562873002/diff/120001/content/browser/payments/payment_app.proto File content/browser/payments/payment_app.proto (right): https://codereview.chromium.org/2562873002/diff/120001/content/browser/payments/payment_app.proto#newcode12 content/browser/payments/payment_app.proto:12: required string name = 1; Let's make all these ...
4 years ago (2016-12-12 20:57:27 UTC) #51
Hwanseung Lee
@zino thank you for guide about parameter of setManifest(). when enabledMethods is not exist, i ...
4 years ago (2016-12-14 06:11:16 UTC) #56
zino
On 2016/12/14 06:11:16, Hwanseung Lee wrote: > @zino > thank you for guide about parameter ...
4 years ago (2016-12-14 14:10:04 UTC) #57
please use gerrit instead
lgtm
4 years ago (2016-12-14 15:37:15 UTC) #58
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/2562873002/140001
4 years ago (2016-12-14 21:33:58 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/326198)
4 years ago (2016-12-14 21:44:32 UTC) #62
Hwanseung Lee
@rsesek PTAL, could you review components/payments/payment_app.mojom file?
4 years ago (2016-12-14 23:48:30 UTC) #66
Robert Sesek
mojom lgtm
4 years ago (2016-12-15 17:39:00 UTC) #69
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/2562873002/140001
4 years ago (2016-12-15 21:33:42 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/87058)
4 years ago (2016-12-15 22:03:49 UTC) #73
Hwanseung Lee
@dfalcantara PTAL, could you review chrome/browser/android/payments/service_worker_payment_app_bridge.cc files?
4 years ago (2016-12-16 15:52:02 UTC) #89
gone
That file LGTM
4 years ago (2016-12-16 18:01:34 UTC) #92
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/2562873002/200001
4 years ago (2016-12-16 21:21:04 UTC) #95
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years ago (2016-12-16 21:28:59 UTC) #98
commit-bot: I haz the power
4 years ago (2016-12-16 21:32:06 UTC) #100
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/e86e8cd3274d2a531f8b77fe89e25aae4e7bf10b
Cr-Commit-Position: refs/heads/master@{#439192}

Powered by Google App Engine
This is Rietveld 408576698