gecko-dev/dom/payments
Alex Gaynor 0f01791ffc Bug 1512990 - Part 4 - remove declarations of Recv/Answer methods from IPDL protocol base class; r=froydnj
For cases where the class has direct calls (that is, we cast `this` to the
subclass before making the call) no longer declare Recv/Answer methods on the
base class at all. This should ensure that slots for them are not generated in
vtables, and also allow the derived class to choose the method signature (e.g.
whether it wants to take something by reference or by value).

Differential Revision: https://phabricator.services.mozilla.com/D18132

--HG--
extra : moz-landing-system : lando
2019-02-06 15:58:43 +00:00
..
ipc Bug 1512990 - Part 4 - remove declarations of Recv/Answer methods from IPDL protocol base class; r=froydnj 2019-02-06 15:58:43 +00:00
test Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
BasicCardPayment.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BasicCardPayment.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MerchantValidationEvent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MerchantValidationEvent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentActionResponse.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentActionResponse.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentAddress.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentAddress.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentMethodChangeEvent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentMethodChangeEvent.h Bug 1513878 - Part 2: Implement a getter method to WindowGlobalParent/WindowGlobalChild. r=nika 2019-01-28 19:02:02 +00:00
PaymentRequest.cpp Bug 1521510 - Keep a reference to the document in PaymentRequest. r=qdot 2019-01-25 22:12:39 +00:00
PaymentRequest.h Bug 1521510 - Keep a reference to the document in PaymentRequest. r=qdot 2019-01-25 22:12:39 +00:00
PaymentRequestData.cpp Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
PaymentRequestData.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestManager.cpp Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestManager.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestModule.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestService.cpp Backed out 2 changesets (bug 1509320) for mochitest failures on test_closePayment.html. 2018-12-20 21:32:40 +02:00
PaymentRequestService.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestUpdateEvent.cpp Bug 1519284. Fix rooting hazards in PaymentRequest. r=baku 2019-01-18 09:18:18 +00:00
PaymentRequestUpdateEvent.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestUtils.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentResponse.cpp Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
PaymentResponse.h Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
moz.build Bug 1474499 - Add support for onmerchantvalidation and MerchantValidationEvent. r=edenchuang,baku 2018-09-12 22:56:00 +03:00