Closed
Bug 888754
Opened 11 years ago
Closed 2 years ago
convert nsMsgLineStreamBuffer::m_dataBuffer to nsTArray<char>
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aceman, Assigned: aceman)
References
Details
(Whiteboard: [patchlove])
From bug 103870:
neil@parkwaycc.co.uk 2013-03-27 14:04:06 CET
Comment on attachment 714682 [details] [diff] [review] [diff] [review]
patch for mailnews
>+ m_dataBuffer = newBuffer;
> m_dataBufferSize = desiredSize;
m_dataBuffer/m_dataBufferSize should become an nsTArray.
Comment 2•2 years ago
|
||
Probably not worth the effort.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(mkmelin+mozilla)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•