gecko-dev/dom/interfaces/payments
Eden Chuang b4cd2e70aa Bug 1408234 - Cleanup the PaymentRequests when document close. r=baku
Let PaymentRequest inherit from nsIDocumentActivity interface.
    Calling RegisterActivityObserver() and UnregisterActivityObserver() in
    constructor and destructor to get activity notifications from document.
    When receiving the notification, NotifyOwnerDocumentActivityChanged() will
    check the owner document's activity status. If the status is disabled, calling
    PaymentRequestManager::CleanupPayment() to cleanup the PaymentRequest in
    content process and aslo sending the cleanup information to chrome process.
2018-08-13 11:24:54 +02:00
..
moz.build Bug 1318990 - PaymentRequestUpdateEvent interface and PaymentRequest API onshippingaddress/optionchange implementation. r=baku 2017-06-23 17:15:51 +08:00
nsIPaymentActionRequest.idl Bug 1408234 - Cleanup the PaymentRequests when document close. r=baku 2018-08-13 11:24:54 +02:00
nsIPaymentActionResponse.idl Bug 1423124 - add comments on nsIPaymentActionResponse.idl and nsIPaymentRequestService.idl. r=MattN DONTBUILD 2017-12-12 15:12:23 +08:00
nsIPaymentAddress.idl Bug 1318990 - PaymentRequestUpdateEvent interface and PaymentRequest API onshippingaddress/optionchange implementation. r=baku 2017-06-23 17:15:51 +08:00
nsIPaymentRequest.idl Bug 1435157 - Support AddressErrors in WebPayment. r=baku. 2018-05-17 19:59:16 +08:00
nsIPaymentRequestService.idl Bug 1423124 - add comments on nsIPaymentActionResponse.idl and nsIPaymentRequestService.idl. r=MattN DONTBUILD 2017-12-12 15:12:23 +08:00
nsIPaymentUIService.idl Bug 1423124 - add comments on nsIPaymentUIService.idl. r=MattN 2017-12-05 16:46:46 +08:00