Closed
Bug 23327
Opened 26 years ago
Closed 10 years ago
Support custom glyph substitutions in mozTXTToHTMLConv
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: BenB, Unassigned)
References
Details
(Keywords: helpwanted)
Smilies etc are hardcoded at the moment. Need to add prefs to add/delete/chnage
them.
The plan is to use JS regexps for that. Maybe create a JS module and read prefs
and exec regexps from there or (worse) hardcode them in JS.
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P4
Target Milestone: M15
Reporter | ||
Updated•26 years ago
|
Target Milestone: M15 → M20
Reporter | ||
Comment 1•26 years ago
|
||
Shaver said, this change would also improve performance. Maybe we can prove that
by feeding rginda's converter with several MBs of data at once.
This bug has several parts:
1. Creating a JS module, which converts chunks of text of arbitary length by
handing then to the JS regexp object. It also has to read prefs to know its
regexps.
2. Invoking the JS module from mozTXTToHTMLConv.
3. Resolve the escaping issues this bug arrises in mozTXTToHTMLConv (other
converter parts need unescaped input.)
Due to my lacking JS knowledge, I can't implement 1.
Reporter | ||
Comment 2•26 years ago
|
||
HELP WANTED (maybe I'll "help myself" some time :-) )
Reporter | ||
Updated•25 years ago
|
Target Milestone: M20 → Future
Updated•19 years ago
|
Priority: P4 → --
Target Milestone: Future → ---
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•