Closed
Bug 1942380
Opened 1 year ago
Closed 1 year ago
Use nsMultiplexInputStream directly from C++.
Categories
(Core :: Networking, task, P4)
Core
Networking
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
This avoids having to go through the XPCOM abstract class which
removes some unneeded code.
| Assignee | ||
Comment 1•1 year ago
|
||
This avoids having to go through the XPCOM abstract class which
removes some unneeded code.
We need to move class definition of nsMultiplexInputStream to make
this possible.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P4
Whiteboard: [necko-triaged]
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:edgul, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(edgul)
Comment 3•1 year ago
|
||
The severity field is not set for this bug.
:smayya, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(smayya)
Updated•1 year ago
|
Type: defect → task
Flags: needinfo?(smayya)
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04ca8f5a9a1f
Use nsMultiplexInputStream directly from C++. r=valentin,necko-reviewers
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•