Closed
Bug 316869
Opened 19 years ago
Closed 19 years ago
Add convenience version of nsEscape for CString
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: brettw, Assigned: brettw)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.14 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
xpcom/io/nsEscape.h includes char* versions of nsEscape, but no myCString version, which is inconvenient. There is a CString unescape function (NS_UnescapeURL).
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #203408 -
Flags: review?(darin)
Comment 2•19 years ago
|
||
Comment on attachment 203408 [details] [diff] [review]
Implementation of NS_Escape
nit: put a newline between PRBool and NS_Escape for consistency with the other functions in this header.
r=darin
Attachment #203408 -
Flags: review?(darin) → review+
Updated•19 years ago
|
Attachment #203408 -
Flags: superreview+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•