Closed
Bug 689544
Opened 14 years ago
Closed 4 years ago
Improve the nsIMessenger::OpenAttachment interface and back-end code to avoid unnecessary nsString to char* conversions
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(thunderbird_esr91 wontfix)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
I was originally doing this in bug 684481, but we needed to land the crash fix before the merge point.
There's some interfaces and code that can be tided up - xref attachment 562425 [details] [diff] [review]. These need some review comments addressing, see bug 684481 comment 9.
Assignee | ||
Comment 1•4 years ago
|
||
This also avoids unnecessary nsCString -> char* -> nsCString conversions.
Updated•4 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/6c7a17602297
Change nsIMsgMessageService:OpenAttachment to handle UTF8 strings to allow it to be called direct from JS. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•