gecko-dev/dom/payments
Eden Chuang 74e578d048 Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku
In original design, payment method response data is passed between processes
    through a simple nsString. It means a special encoder/decoder is needed for
    special response data, ex. BasicCardResponse, to serialize/deserialize
    into/from the nsString. However, when a token spliter, ':', ';' and '@', is
    used in response data, it makes the encoder/decoder can not work normally.
    It is hard to define a suitable token spliter set for encoder/decoder.
    So instead of using an error-prone encoder/decoder, this patch defining a new
    IPC structure for response data.

--HG--
extra : rebase_source : 4972033516bc861ea3f975a27b7688fc6eb89a94
2018-10-29 13:56:32 +01:00
..
ipc Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
test Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01: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 1493052 - MerchantValidationEvent.complete() must throw InvalidStateError. 2018-09-24 05:39:55 +00:00
MerchantValidationEvent.h Bug 1490599 - Implement MerchantValidationEvent.prototype.methodName attribute. r=baku 2018-09-13 21:06:00 +03:00
moz.build Bug 1474499 - Add support for onmerchantvalidation and MerchantValidationEvent. r=edenchuang,baku 2018-09-12 22:56:00 +03:00
PaymentActionResponse.cpp Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
PaymentActionResponse.h Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +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 Bug 1487295 - Add defaults to PaymentMethodChangeEventInit's members. r=baku 2018-09-10 04:44:00 +03:00
PaymentMethodChangeEvent.h Bug 1487295 - Add defaults to PaymentMethodChangeEventInit's members. r=baku 2018-09-10 04:44:00 +03:00
PaymentRequest.cpp Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
PaymentRequest.h Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
PaymentRequestData.cpp Bug 1497699 - Drop support for PaymentItem.type. r=edenchuang,baku 2018-10-16 12:53:01 +00:00
PaymentRequestData.h Bug 1497699 - Drop support for PaymentItem.type. r=edenchuang,baku 2018-10-16 12:53:01 +00:00
PaymentRequestManager.cpp Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
PaymentRequestManager.h Bug 1472026 - Implement PaymentResponse.prototype.onpayerdetailchange. r=edenchuang,baku 2018-09-19 11:23:33 +00:00
PaymentRequestModule.cpp Bug 1435161 - Part 1 Removing unnecessary XPCOM components for PaymentRequest API. r=baku 2018-08-30 14:13:33 +02:00
PaymentRequestService.cpp Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
PaymentRequestService.h Bug 1478740 - Part 1 - Fix the bug when clearing PaymentRequestService::mShowingRequest. r=baku 2018-09-20 14:03:19 +02:00
PaymentRequestUpdateEvent.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
PaymentRequestUpdateEvent.h Bug 1468356 - Implement onpaymentmethodchange attribute. r=mrbkap 2018-06-30 10:11:00 +03: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 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00
PaymentResponse.h Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku 2018-10-29 13:56:32 +01:00