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

Issue 2806133002: PaymentHandler: Implement set/get methods in PaymentInstruments (content) (Closed)

Created:
3 years, 8 months ago by zino
Modified:
3 years, 8 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

PaymentHandler: Implement set/get methods in PaymentInstruments (content) The methods are simply writing and reading PaymentInstrument data to storage. Related Spec Link: https://w3c.github.io/webpayments-payment-apps-api/#payment-instruments See the other CLs in this series: [1/3] http://crrev.com/2790013002 (blink side) [2/3] http://crrev.com/2806133002 (this patch) [3/3] http://crrev.com/2811163002 (js test) BUG=661608 Review-Url: https://codereview.chromium.org/2806133002 Cr-Commit-Position: refs/heads/master@{#464934} Committed: https://chromium.googlesource.com/chromium/src/+/0e7bbf149b075810960c71f8eb873d08f3984b89

Patch Set 1 #

Patch Set 2 : content #

Patch Set 3 : content #

Patch Set 4 : content #

Patch Set 5 : content #

Patch Set 6 : content #

Total comments: 9

Patch Set 7 : content #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -6 lines) Patch
M content/browser/payments/payment_app.proto View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/payments/payment_app_database.h View 1 2 3 4 5 6 7 3 chunks +32 lines, -0 lines 0 comments Download
M content/browser/payments/payment_app_database.cc View 1 2 3 4 5 6 4 chunks +131 lines, -0 lines 0 comments Download
M content/browser/payments/payment_manager.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/payments/payment_manager.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
M content/browser/payments/payment_manager_unittest.cc View 1 2 3 4 5 6 7 4 chunks +67 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
zino
PTAL
3 years, 8 months ago (2017-04-11 19:23:24 UTC) #7
Tom Sepez
On 2017/04/11 19:23:24, zino wrote: > PTAL Presumably its up to the app database to ...
3 years, 8 months ago (2017-04-11 20:26:04 UTC) #8
zino
On 2017/04/11 20:26:04, Tom Sepez wrote: > On 2017/04/11 19:23:24, zino wrote: > > PTAL ...
3 years, 8 months ago (2017-04-11 23:34:45 UTC) #9
Tom Sepez
On 2017/04/11 23:34:45, zino wrote: > On 2017/04/11 20:26:04, Tom Sepez wrote: > > On ...
3 years, 8 months ago (2017-04-12 16:58:05 UTC) #10
please use gerrit instead
LGTM % comments https://codereview.chromium.org/2806133002/diff/100001/content/browser/payments/payment_app_database.cc File content/browser/payments/payment_app_database.cc (right): https://codereview.chromium.org/2806133002/diff/100001/content/browser/payments/payment_app_database.cc#newcode56 content/browser/payments/payment_app_database.cc:56: instrument->enabled_methods.push_back(method); Does this work? instrument->enabled_methods = ...
3 years, 8 months ago (2017-04-12 19:11:31 UTC) #11
zino
Thank you for review. https://codereview.chromium.org/2806133002/diff/100001/content/browser/payments/payment_app_database.cc File content/browser/payments/payment_app_database.cc (right): https://codereview.chromium.org/2806133002/diff/100001/content/browser/payments/payment_app_database.cc#newcode56 content/browser/payments/payment_app_database.cc:56: instrument->enabled_methods.push_back(method); On 2017/04/12 19:11:31, ಠ_ಠ ...
3 years, 8 months ago (2017-04-15 05:18:09 UTC) #15
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/2806133002/180001
3 years, 8 months ago (2017-04-17 16:10:30 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-04-17 17:03:17 UTC) #21
Message was sent while issue was closed.
Committed patchset #8 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/0e7bbf149b075810960c71f8eb87...

Powered by Google App Engine
This is Rietveld 408576698