Open
Bug 498599
Opened 15 years ago
Updated 2 years ago
Expose NS_NewAtom(PRUnichar*, PRInt32)
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
Details
The atom table seems to use a PRUnichar* and a length internally. However, it only exposes an API for creating atoms from null-terminated strings. The HTML5 parser has a PRUnichar* and a length instead, so it would be nice not to have to create an intermediate null-terminated string.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•