Closed
Bug 48179
Opened 25 years ago
Closed 23 years ago
[RFE] nsIRegExp
Categories
(Core :: XPCOM, enhancement, P3)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 106590
People
(Reporter: BenB, Unassigned)
References
Details
I would have good uses for regexps in several places in C++ code. I don't know
of any way to execute them from C++ other than by creating an XPCOM interface
for it and anyhow leveraging the JS regexp implementation. (If there are other
way, e.g. via NSPR or the C-lib, please tell me.)
My plan is to write an XPCOM wrapper around the Spidermonkey implementation of
regexps by accessing the C routines directly.
shaver suggested to write an JS module, but
- I don't know how to do that (and am not too eager to learn it out)
- it seems like an unnecessary indirection.
| Reporter | ||
Comment 1•25 years ago
|
||
I don't know, where this wrapper should live. Please make suggestions.
Status: NEW → ASSIGNED
Updating QA Contact - ben...if this gets fixed you'll need to verify please.
today is my last day at Netscape.
QA Contact: leger → mozilla
| Reporter | ||
Updated•25 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Comment 3•25 years ago
|
||
Changing personal priorities. Giving away most of my bugs :-( (reassigning to
default owner).
I will still track these bugs closely. If you need my input, feel free to ask me.
New owner: Please do *not* close these bugs (as WONTFIX or whatever you may
find) unless they are fixed. Rather, reassign to <nobody@mozilla.org>, if you
don't want to work on them.
Assignee: mozilla → scc
Status: ASSIGNED → NEW
QA Contact: mozilla → kandrot
Target Milestone: Future → ---
Comment 4•24 years ago
|
||
This is an RFE. I don't know who should work on this. Ben, if you feel
strongly about this, find an advocate who can devote time to it and assign it to
them. Following your request and re-assigning to "nobody@mozilla.org".
Assignee: scc → nobody
Summary: nsIRegExp → [RFE] nsIRegExp
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 106590 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
You need to log in
before you can comment on or make changes to this bug.
Description
•