gecko-dev/dom/reporting
Jed Davis ee171b6406 Bug 1615155 - Don't generate default Recv__delete__ if there are args. r=nika
The default method implementations cause problems when trying to
override them with different types in a direct call class.

For the `Recv__delete__` case there's a simple solution: omit it if
there are any arguments, because it doesn't make much sense to specify
arguments and then completely ignore them, and the no-arg case isn't a
problem for overriding.

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

--HG--
extra : moz-landing-system : lando
2020-02-18 20:46:21 +00:00
..
tests Backed out changeset 228931ff1d49 (bug 1607364) for mochitest failures. CLOSED TREE 2020-01-28 22:03:47 +02:00
DeprecationReportBody.cpp Bug 1611509 part 2. Stop using Date in Reporting.webidl. r=baku 2020-01-25 05:57:04 +00:00
DeprecationReportBody.h Bug 1611509 part 2. Stop using Date in Reporting.webidl. r=baku 2020-01-25 05:57:04 +00:00
EndpointForReportChild.cpp
EndpointForReportChild.h Bug 1615155 - Don't generate default Recv__delete__ if there are args. r=nika 2020-02-18 20:46:21 +00:00
EndpointForReportParent.cpp
EndpointForReportParent.h
FeaturePolicyViolationReportBody.cpp
FeaturePolicyViolationReportBody.h Bug 1611509 part 3. Remove the Date type from Web IDL. r=edgar 2020-01-27 08:50:35 +00:00
moz.build Backed out changeset 228931ff1d49 (bug 1607364) for mochitest failures. CLOSED TREE 2020-01-28 22:03:47 +02:00
PEndpointForReport.ipdl
Report.cpp
Report.h
ReportBody.cpp
ReportBody.h
ReportDeliver.cpp Bug 1608911 - Send reports to endpoint as a collection. r=baku 2020-01-22 22:41:09 +00:00
ReportDeliver.h Backed out changeset 228931ff1d49 (bug 1607364) for mochitest failures. CLOSED TREE 2020-01-28 22:03:47 +02:00
ReportingHeader.cpp Backed out changeset 228931ff1d49 (bug 1607364) for mochitest failures. CLOSED TREE 2020-01-28 22:03:47 +02:00
ReportingHeader.h Backed out changeset 228931ff1d49 (bug 1607364) for mochitest failures. CLOSED TREE 2020-01-28 22:03:47 +02:00
ReportingObserver.cpp
ReportingObserver.h
ReportingUtils.cpp
ReportingUtils.h
TestingDeprecatedInterface.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
TestingDeprecatedInterface.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00