Closed Bug 1583581 Opened 5 years ago Closed 5 years ago

IPDL should move arguments between promise-based async sender and callback-based async sender

Categories

(Core :: IPC, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: bugzilla, Assigned: bugzilla)

References

Details

Attachments

(1 file)

A generated actor fails to compile with a moveonly argument because the generated code for the promise-based send method does not std::move or std::forward its arguments to the callback-based sender.

Priority: -- → P1
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b168022ced78
Make promise-based async senders generated by IPDL use std::move to pass its arguments to the callback-based sender; r=nika
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: