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

Issue 2506093002: PaymentApp: Implement PaymentAppManager.getManifest(). (Closed)

Created:
4 years, 1 month ago by zino
Modified:
4 years, 1 month ago
CC:
chromium-reviews, qsr+mojo_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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentApp: Implement PaymentAppManager.getManifest(). The getManifest() method is used to retrieve the properties associated with a registered payment app. (from service worker storage) Related spec link: https://w3c.github.io/webpayments-payment-apps-api/#get-manifest BUG=661608 TEST=payment_app_manager_unittest.cc TEST=payment-app-manager.html Committed: https://crrev.com/f0db7dfbe418edc8158fc583419c945275527270 Cr-Commit-Position: refs/heads/master@{#433956}

Patch Set 1 #

Patch Set 2 : PaymentApp: Implement PaymentAppManager.getManifest(). #

Total comments: 12

Patch Set 3 : PaymentApp: Implement PaymentAppManager.getManifest(). #

Patch Set 4 : PaymentApp: Implement PaymentAppManager.getManifest(). #

Total comments: 1

Patch Set 5 : PaymentApp: Implement PaymentAppManager.getManifest(). #

Patch Set 6 : PaymentApp: Implement PaymentAppManager.getManifest(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -46 lines) Patch
M components/payments/payment_app.mojom View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/payments/payment_app_manager.h View 1 2 2 chunks +15 lines, -1 line 0 comments Download
M content/browser/payments/payment_app_manager.cc View 1 2 3 4 2 chunks +73 lines, -4 lines 0 comments Download
M content/browser/payments/payment_app_manager_unittest.cc View 1 2 3 4 5 5 chunks +34 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html View 1 1 chunk +92 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAppManager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp View 1 2 5 chunks +92 lines, -23 lines 0 comments Download

Messages

Total messages: 31 (17 generated)
zino
PTAL
4 years, 1 month ago (2016-11-20 14:50:59 UTC) #5
Tom Sepez
lgtm
4 years, 1 month ago (2016-11-21 17:57:12 UTC) #8
please use gerrit instead
https://codereview.chromium.org/2506093002/diff/20001/content/browser/payments/payment_app_manager.cc File content/browser/payments/payment_app_manager.cc (right): https://codereview.chromium.org/2506093002/diff/20001/content/browser/payments/payment_app_manager.cc#newcode145 content/browser/payments/payment_app_manager.cc:145: payments::mojom::PaymentAppManifestError::STORE_MANIFEST_FAILED); Change this error message to either GET_MANIFST_FAILED or ...
4 years, 1 month ago (2016-11-21 22:02:13 UTC) #9
zino
I addressed all your comments. Thank you for detailed review. PTAL https://codereview.chromium.org/2506093002/diff/20001/content/browser/payments/payment_app_manager.cc File content/browser/payments/payment_app_manager.cc (right): ...
4 years, 1 month ago (2016-11-21 23:48:40 UTC) #10
please use gerrit instead
https://codereview.chromium.org/2506093002/diff/60001/content/browser/payments/payment_app_manager.cc File content/browser/payments/payment_app_manager.cc (right): https://codereview.chromium.org/2506093002/diff/60001/content/browser/payments/payment_app_manager.cc#newcode142 content/browser/payments/payment_app_manager.cc:142: if (status != SERVICE_WORKER_OK && data.size() != 1) { ...
4 years, 1 month ago (2016-11-22 00:42:08 UTC) #12
zino
On 2016/11/22 00:42:08, rouslan wrote: > https://codereview.chromium.org/2506093002/diff/60001/content/browser/payments/payment_app_manager.cc > File content/browser/payments/payment_app_manager.cc (right): > > https://codereview.chromium.org/2506093002/diff/60001/content/browser/payments/payment_app_manager.cc#newcode142 > ...
4 years, 1 month ago (2016-11-22 02:16:22 UTC) #13
please use gerrit instead
lgtm
4 years, 1 month ago (2016-11-22 14:19:31 UTC) #14
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/2506093002/100001
4 years, 1 month ago (2016-11-22 14:44:47 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/320026)
4 years, 1 month ago (2016-11-22 14:58:35 UTC) #19
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/2506093002/120001
4 years, 1 month ago (2016-11-22 15:02:40 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/111586) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-11-22 15:05:27 UTC) #24
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/2506093002/120001
4 years, 1 month ago (2016-11-22 19:15:55 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 1 month ago (2016-11-22 20:12:18 UTC) #29
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 20:14:27 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f0db7dfbe418edc8158fc583419c945275527270
Cr-Commit-Position: refs/heads/master@{#433956}

Powered by Google App Engine
This is Rietveld 408576698