gecko-dev/toolkit/components/printingui/ipc
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
..
moz.build
nsPrintingProxy.cpp
nsPrintingProxy.h Bug 1512990 - Part 3 - remove declarations of Alloc/Dealloc methods from IPDL protocol base class; r=froydnj 2019-02-06 15:58:07 +00:00
PPrinting.ipdl
PPrintingTypes.ipdlh
PPrintProgressDialog.ipdl
PPrintSettingsDialog.ipdl
PrintDataUtils.cpp
PrintDataUtils.h
PrintingParent.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
PrintingParent.h 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
PrintProgressDialogChild.cpp Bug 1514340 - Part 2: Break out the content blocking related notifications into nsIWebProgressListener.onContentBlockingEvent(); r=baku,johannh 2019-01-21 09:58:50 -05:00
PrintProgressDialogChild.h
PrintProgressDialogParent.cpp
PrintProgressDialogParent.h
PrintSettingsDialogChild.cpp
PrintSettingsDialogChild.h
PrintSettingsDialogParent.cpp
PrintSettingsDialogParent.h