Closed
Bug 1583321
Opened 5 years ago
Closed 5 years ago
Allow passing the same session history entry multiple times in an IPC call
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
RESOLVED
FIXED
Fission Milestone | M4 |
People
(Reporter: peterv, Assigned: peterv)
References
Details
Attachments
(1 file)
That currenly fails because we use ManagedEndpoint if we don't have an actor yet, but the second instance will be an unopened actor. The IPC deserialization code then complains about an unknown actor. The solution is to stop using IPDL union/structs for these, and do our own serialization/deserialization.
Updated•5 years ago
|
Fission Milestone: --- → M4
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Landed in ash branch - https://hg.mozilla.org/projects/ash/rev/184c14258def58dd1796cf2259a6fecf1cbc055c
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Version: unspecified → Other Branch
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f24cad095172
Allow sending same entry multiple times during one IPC call. r=nika
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•