Closed
Bug 394161
Opened 18 years ago
Closed 1 year ago
Remove |PromiseFlatString| usage in Camino.
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: nick.kreeger, Assigned: nick.kreeger)
References
Details
Continuing the push towards frozen linkage for Camino, we need to remove all |PromiseFlatString| class and function usage in Camino.
Using the |+=| operator or the |Append()| function for the nsString/nsCString classes will promise a null-terminated buffer.
Blocks: 407457
You need to log in
before you can comment on or make changes to this bug.
Description
•