Closed
Bug 307593
Opened 19 years ago
Closed 19 years ago
Remove unused and broken template class |CWordTokenizer|
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
People
(Reporter: engel, Assigned: engel)
References
Details
Attachments
(1 file)
4.82 KB,
patch
|
mrbkap
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Currently, the template class |CWordTokenizer| is broken (Bug 104479). However,
since it is never used anyway, it should be removed.
Assignee | ||
Comment 1•19 years ago
|
||
Note that it is suggested to maybe use it for parsing the XML declaration.
Because this code is somewhat optimized and is only ~70 lines in total, probably
not much overall clarity would be gained by using a working implementation of
|CWordTokenizer| which requires ~120 lines. So even if |CWordTokenizer| would
be fixed, it would not be very useful in the current code.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•19 years ago
|
||
Assignee: parser → Hans-A.Engel
Assignee | ||
Updated•19 years ago
|
Attachment #195338 -
Flags: review?(mrbkap)
Assignee | ||
Updated•19 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 3•19 years ago
|
||
Comment on attachment 195338 [details] [diff] [review]
Remove template class |CWordTokenizer|
Off with its head! r=mrbkap
Attachment #195338 -
Flags: review?(mrbkap) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #195338 -
Flags: superreview?(jst)
Comment 4•19 years ago
|
||
Comment on attachment 195338 [details] [diff] [review]
Remove template class |CWordTokenizer|
sr=jst
Attachment #195338 -
Flags: superreview?(jst) → superreview+
Comment 5•19 years ago
|
||
I took the liberty of checking this patch in. Marking this bug as FIXED. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•19 years ago
|
||
Verified via LXR and Bonsai (source-code validation).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•