Open
Bug 1496139
Opened 7 years ago
Updated 3 years ago
Consider supporting string constants in xpidl.
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
Details
Currently XPIDL constants can only be integers (short, long, unsigned short, and unsigned long). It /might/ be nice to add support for string literals which will be reflected as a |static constexpr nsLiteral[C]String| in C++ and a string on the interface in JS.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•