Closed Bug 1599222 Opened 5 years ago Closed 5 years ago

Add mozilla::ipc::IPDLParamTraits<T>::Write to the prefix signature list

Categories

(Socorro :: Signature, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mccr8, Assigned: mccr8)

References

Details

Attachments

(1 file)

This is a generic signature when we're serializing anything. If it gets added to the prefix list, then we can split it up more usefully. To wit, there are 7 different bugzilla bugs associated with this signature. It looks like mozilla::ipc::WriteIPDLParam<T> is already on the prefix list, and one is a wrapper around the other, so presumably we end up with one or the other depending on inlining decisions in the compiler.

Here's an example: bp-33f0a7eb-b9a6-4504-bf30-4a84e0191125

The second frame is mozilla::dom::PContentChild::SendNotifyMediaActiveChanged(mozilla::dom::BrowsingContext*, bool const&), which indicates that this is a variation of bug 1599026.

Blocks: 1599026

I just pushed this to prod in bug #1600745.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: