Open
Bug 1364151
Opened 8 years ago
Updated 2 years ago
Support Creating a JARChannel From a FileDescriptor or InputStream
Categories
(Core :: Networking: JAR, enhancement, P3)
Tracking
()
NEW
People
(Reporter: haik, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
For bug 1334550 "Proxy moz-extension protocol requests to the parent process", the parent process sends a file descriptor for a JAR file to the child so that the child can resolve moz-extension URI's to resources within the JAR file.
The current approach uses a bare-bones nsIFile implementation that supports being instantiated from a file descriptor. That nsIFile is then sideloaded into a nsJARChannel.
It would be simpler/cleaner if we could create a JAR channel backed by a file descriptor so that we wouldn't have to use the nsIFile implementation.
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Whiteboard: [necko-backlog]
Comment 1•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•