Closed
Bug 804664
Opened 12 years ago
Closed 12 years ago
remove typedef nsAutoCString nsCAutoString.
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #773151 +++
Since attachment 642174 [details] [diff] [review] we have a typedef nsAutoCString nsCAutoString;
This is now the only nsCAutoString in the trees
http://mxr.mozilla.org/comm-central/search?string=nsCAutoString&filter=^[^\0]*$
As nsStringAPI.h is for external api builds only, this just leaves a trap for people, and i see no reason to keep it. (Just had a review request for a patch which built fine on my local external build and then of course broke elsewhere.)
Attachment #674285 -
Flags: review?(benjamin)
Assignee | ||
Updated•12 years ago
|
Summary: Rename nsCAutoString to nsAutoCString → remove typedef nsAutoCString nsCAutoString.
Updated•12 years ago
|
Attachment #674285 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•