Closed
Bug 1642631
Opened 6 years ago
Closed 6 years ago
Make the message argument to Channel::Send() a UniquePtr
Categories
(Core :: IPC, task, P2)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
This is a nice code cleanup, and makes converting ChannelImpl::output_queue_ to a mozilla::Queue nicer. I started by making OutputQueuePush() take a UniquePtr, and then things spiraled out from there.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
I checked that Linux fuzzing builds, Window builds, and OSX builds work.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bc32e3ba97a
Make the message argument to Channel::Send() a UniquePtr. r=froydnj
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•