Closed
Bug 1791734
Opened 3 years ago
Closed 2 years ago
Add nsIRandomAccessStream serialization support
Categories
(Core :: IPC, task, P2)
Core
IPC
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
Currently, only nsIInputStream can be sent over IPC. For performance reasons OPFS wants to use read write streams directly in content processes (instead of sending all the data to the parent for processing) so we need appropriate support for that in ipc/glue.
Assignee | ||
Comment 1•3 years ago
|
||
Only nsFileInputOutputStream is supported for now.
Depends on D157792
Assignee | ||
Updated•2 years ago
|
Summary: Add nsIInputOutputStream serialization support → Add nsIRandomAccessStream serialization support
Updated•2 years ago
|
Attachment #9295537 -
Attachment description: Bug 1791734 - Add nsIInputOutputStream serialization support; r=#ipc-reviewers,#necko-reviewers,#dom-storage → Bug 1791734 - Add nsIRandomAccessStream serialization support; r=#ipc-reviewers,#necko-reviewers,#dom-storage
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/662d51218b55
Add nsIRandomAccessStream serialization support; r=ipc-reviewers,necko-reviewers,dom-storage-reviewers,nika,jesup
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•