Closed
Bug 1488131
Opened 7 years ago
Closed 7 years ago
Add EnsureUTF8Validity() to nsReadableUtils.h
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: hsivonen, Unassigned)
Details
Attachments
(1 file)
|
3.77 KB,
patch
|
Details | Diff | Splinter Review |
At least the plug-in host and nsCookie could use it.
| Reporter | ||
Comment 1•7 years ago
|
||
While implementing this, I realized that we don't actually benefit right now from adding this, so I'm attaching the patch without requesting review so that we have the patch available if we add more callers that want to ensure UTF-8 validity in teh future.
| Reporter | ||
Comment 2•7 years ago
|
||
(Specifically, this is not a win given that the plug-in code is guaranteed to have a refcounted buffer and the cookie code starts with a const reference to a string.)
Assignee: hsivonen → nobody
Status: ASSIGNED → NEW
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
| Assignee | ||
Updated•5 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•