Closed
Bug 76442
Opened 24 years ago
Closed 24 years ago
poor uses of string copies to use depricated string methods
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: mjudge, Assigned: mjudge)
Details
Attachments
(1 file)
8.93 KB,
patch
|
Details | Diff | Splinter Review |
i was copying nsAReadables to a new nsString to perform search and compare
methods. this is needless copying. so i have gone through the code and replaced
these copies with these modified string methods for compare insensitive for
nsAStrings. there is still 1 place where we are finding in a set that is not
available but that will be another bug.
here is a patch of my changes so far.
Comment 2•24 years ago
|
||
sr=scc
Mike did you guys checked in all the changes for this lastnight? If so, please
mark this bug fixed so we can get it off the mozilla0.9 radar.
it was all checked in i forgot to close out bug
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•