gecko-dev/dom/payments
Eden Chuang 62b089b5ed Bug 1398991 - Mochitest for spec change on PaymentRequest.shippingOption. r=baku
This patch changes the test_construction.html with following modification.
1. Modify the test testWithDuplicateShippingOptionsParameters to expect a
   TypeError when constructing wiht duplicate shippingOption ids.
2. Add test testShippingOtpionAttribute for shippingOption setting checking
   with following conditions
   1. No selected shippingOption and PaymentOptions.requestShipping is false
   2. One selected shippingOption and PaymentOptions.requestShipping is false
   3. One selected shippingOption and PaymentOptions.requestShipping is true
   4. Multiple selected shippingOptions and PaymentOptions.requestShipping is
      true.
2017-09-15 14:20:05 +08:00
..
ipc Bug 1385187 - Reject PaymentRequest.show() with NotSupportedError DOMException if no supported method. r=baku 2017-08-28 11:55:59 +08:00
test Bug 1398991 - Mochitest for spec change on PaymentRequest.shippingOption. r=baku 2017-09-15 14:20:05 +08:00
BasicCardPayment.cpp Bug 1382092 - Support default payment UI service in DOM code part 2. r=baku 2017-08-04 17:24:59 +08:00
BasicCardPayment.h Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
PaymentActionRequest.cpp Bug 1383293 - Add a new readonly attribute topLevelPrincipal in nsIPaymentRequest for UI support. r=baku 2017-08-23 14:26:51 +08:00
PaymentActionRequest.h Bug 1383293 - Add a new readonly attribute topLevelPrincipal in nsIPaymentRequest for UI support. r=baku 2017-08-23 14:26:51 +08:00
PaymentActionResponse.cpp Bug 1385187 - Reject PaymentRequest.show() with NotSupportedError DOMException if no supported method. r=baku 2017-08-28 11:55:59 +08:00
PaymentActionResponse.h Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
PaymentAddress.cpp Bug 1345365 - PaymentRequest API canMakePayment(), abort() and show() implementation. r=baku 2017-06-14 15:59:00 +08:00
PaymentAddress.h Bug 1345365 - PaymentRequest API canMakePayment(), abort() and show() implementation. r=baku 2017-06-14 15:59:00 +08:00
PaymentRequest.cpp Bug 1398991 - Set PaymentRequest.ShippingOption only if options.requestShipping is true. r=baku 2017-09-15 14:19:52 +08:00
PaymentRequest.h Bug 1388661 - Support currency validation in PaymentRequet API. r=baku 2017-09-06 14:36:24 +08:00
PaymentRequestData.cpp Bug 1388661 - Support currency validation in PaymentRequet API. r=baku 2017-09-06 14:36:24 +08:00
PaymentRequestData.h Bug 1383293 - Add a new readonly attribute topLevelPrincipal in nsIPaymentRequest for UI support. r=baku 2017-08-23 14:26:51 +08:00
PaymentRequestManager.cpp Bug 1398991 - Set PaymentRequest.ShippingOption only if options.requestShipping is true. r=baku 2017-09-15 14:19:52 +08:00
PaymentRequestManager.h Bug 1388661 - Support currency validation in PaymentRequet API. r=baku 2017-09-06 14:36:24 +08:00
PaymentRequestModule.cpp Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
PaymentRequestService.cpp Bug 1385187 - Reject PaymentRequest.show() with NotSupportedError DOMException if no supported method. r=baku 2017-08-28 11:55:59 +08:00
PaymentRequestService.h Bug 1385187 - Reject PaymentRequest.show() with NotSupportedError DOMException if no supported method. r=baku 2017-08-28 11:55:59 +08:00
PaymentRequestUpdateEvent.cpp Bug 1388661 - Support currency validation in PaymentRequet API. r=baku 2017-09-06 14:36:24 +08:00
PaymentRequestUpdateEvent.h Bug 1379925 - Part 1: Set PaymentRequestUpdateEvent.mRequest only when event target is a PaymentRequest. r=baku 2017-07-14 14:58:27 +08:00
PaymentRequestUtils.cpp Bug 1387385 - Remove all nsIJSON usage in PaymentRequestUtils.cpp. r=baku 2017-08-09 17:25:02 +08:00
PaymentRequestUtils.h Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
PaymentResponse.cpp Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00
PaymentResponse.h Bug 1318990 - PaymentRequestUpdateEvent interface and PaymentRequest API onshippingaddress/optionchange implementation. r=baku 2017-06-23 17:15:51 +08:00
moz.build Bug 1375345 - Basic card payment implementation. r=baku 2017-07-26 16:07:07 +08:00