Introduce a common dummy nsIParentChannel type
Categories
(Core :: Networking, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(4 files)
This bug is to generalize the nsIParentChannel implementation used by classes like DataChannelParent and SimpleChannelParent to reduce the amount of boilerplate required to support basic cross-process redirect-supporting channels.
This will be useful to reduce the amount of redundant code required for BlobURL to support cross-process redirects in bug 1619943.
| Assignee | ||
Comment 1•9 months ago
|
||
This is a utility type for basic nsIParentChannel implementations which
generally do not care about the full feature set of the nsIParentChannel
interface.
For simple channels which can load entirely within the content process, the
nsIParentChannel instance is only required to complete the redirect hand-off
successfully.
| Assignee | ||
Comment 2•9 months ago
|
||
| Assignee | ||
Comment 3•9 months ago
|
||
| Assignee | ||
Comment 4•9 months ago
|
||
Updated•9 months ago
|
https://hg.mozilla.org/mozilla-central/rev/07bd1c1884fe
https://hg.mozilla.org/mozilla-central/rev/8512c684a1d9
https://hg.mozilla.org/mozilla-central/rev/5f9b640d087f
https://hg.mozilla.org/mozilla-central/rev/c79759129e24
Updated•8 months ago
|
Description
•