gecko-dev/ipc/ipdl
Jed Davis 7e91f65f43 Bug 1191452 - Limit IPDL-generated Move()s to Recv methods. r=billm
Specifically, it's important not to try to use Move() in the
Alloc+SendConstructor convenience method, because that Move()s the same
value twice (as discovered in bug 1186706), and neither callee
requires rvalue references in that case anyway.

This also removes the previous feature of calling makeCxxArgs with
params=0 to omit the message's input parameters, because it's not being
used and doesn't appear to have ever been used; it could be restored
(e.g., as paramsems=None) if needed.
2016-05-11 09:37:00 +02:00
..
ipdl Bug 1191452 - Limit IPDL-generated Move()s to Recv methods. r=billm 2016-05-11 09:37:00 +02:00
test Bug 1268313: Fix up IPDL tests. r=billm 2016-05-09 11:00:31 -07:00
Makefile.in Bug 1239207 - Don't process IPDL when not compiling; r=glandium 2016-01-14 23:11:12 -08:00
ipdl.py Bug 967297 - consider ipdl modules as inputs to the ipdl build process; r=glandium 2014-02-06 00:21:46 -05:00
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
msgtype-components Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00