Closed
Bug 1754040
Opened 3 years ago
Closed 3 years ago
Clean up common shared WriteSegments helper functions
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
These helper methods are similar to the related ones for nsIInputStream::ReadSegments
, and can be used to implement nsIOutputStream::Write
and nsIOutputStream::WriteFrom
in terms of WriteSegments
.
There were various places which used manual copies of these methods, which are being unified.
Assignee | ||
Comment 1•3 years ago
|
||
These helper methods are similar to the related ones for
nsIInputStream::ReadSegments, and can be used to implement
nsIOutputStream::Write and nsIOutputStream::WriteFrom in terms of
WriteSegments.
There were various places which used manual copies of these methods, which are
being unified.
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/133439094b9f
Clean up common shared WriteSegments helper functions, r=necko-reviewers,xpcom-reviewers,mccr8
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•