gecko-dev/dom/payments
Eden Chuang 931859451b Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku
1. Add a new method nsIPaymentRequestService::ChangePaymentMethod for UI to
       inform merchant the payment method is changed by user.
    2. Add a new method in PPaymentRequest.ipdl to passing the changing method
       information from chrome process to content process.
    3. Add BasicCardChangeDetails dictionary in BasicCardPayment.webidl
    4. Create ChangeDetails, GeneralDetails and BasicCardDetails for saving the
       the method information in content process.

--HG--
extra : histedit_source : 8426da9c1d070daa35623b3431341c13cb361aed
2018-11-27 14:05:00 +01:00
..
ipc Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
test Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE 2018-11-28 02:28:36 +02:00
BasicCardPayment.cpp Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
BasicCardPayment.h Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
MerchantValidationEvent.cpp bug 1501823 - Force to call PaymentUIService.showPayment() when PaymentRequest.show called with a promise parameter. r=baku 2018-11-21 11:03:21 +01:00
MerchantValidationEvent.h Bug 1490599 - Implement MerchantValidationEvent.prototype.methodName attribute. r=baku 2018-09-13 21:06:00 +03:00
PaymentActionResponse.cpp Bug 1477117 - Part 1 - Create new XPCOM interface for changing the payment method. r=baku 2018-11-27 06:33:13 +01:00
PaymentActionResponse.h Bug 1477117 - Part 1 - Create new XPCOM interface for changing the payment method. r=baku 2018-11-27 06:33:13 +01:00
PaymentAddress.cpp Bug 1441752 - Adding an new attribute regionCode in PaymentAddress. r=baku 2018-09-28 12:21:59 +02:00
PaymentAddress.h Bug 1441752 - Adding an new attribute regionCode in PaymentAddress. r=baku 2018-09-28 12:21:59 +02:00
PaymentMethodChangeEvent.cpp Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE 2018-11-28 02:28:36 +02:00
PaymentMethodChangeEvent.h Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE 2018-11-28 02:28:36 +02:00
PaymentRequest.cpp Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequest.h Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequestData.cpp Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequestData.h Bug 1477117 - Part 1 - Create new XPCOM interface for changing the payment method. r=baku 2018-11-27 06:33:13 +01:00
PaymentRequestManager.cpp Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequestManager.h Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequestModule.cpp Bug 1477117 - Part 1 - Create new XPCOM interface for changing the payment method. r=baku 2018-11-27 06:33:13 +01:00
PaymentRequestService.cpp Bug 1477117 - Part 2 - Add new IPC method for passing the changing method information. r=baku 2018-11-27 14:05:00 +01:00
PaymentRequestService.h bug 1501823 - Force to call PaymentUIService.showPayment() when PaymentRequest.show called with a promise parameter. r=baku 2018-11-21 11:03:21 +01:00
PaymentRequestUpdateEvent.cpp bug 1501823 - Force to call PaymentUIService.showPayment() when PaymentRequest.show called with a promise parameter. r=baku 2018-11-21 11:03:21 +01:00
PaymentRequestUpdateEvent.h Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE 2018-11-28 02:28:36 +02:00
PaymentRequestUtils.cpp Bug 1484421 - Move JSON-related functionality into js/public/JSON.h that isn't #include'd in jsapi.h. r=jandem 2018-08-20 07:54:45 -07:00
PaymentRequestUtils.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
PaymentResponse.cpp bug 1497111 - Remove unnecessarily null'ed out values of PaymentRequest.webidl. r=baku 2018-11-12 17:24:54 +01:00
PaymentResponse.h Backed out 4 changesets (bug 1477117) for causing hazard build bustage on payments/PaymentRequest.cpp:1066 CLOSED TREE 2018-11-28 02:28:36 +02:00
moz.build Bug 1474499 - Add support for onmerchantvalidation and MerchantValidationEvent. r=edenchuang,baku 2018-09-12 22:56:00 +03:00