Closed
Bug 179555
Opened 23 years ago
Closed 5 years ago
[perf] unneeded RemoveElementAt(0) calls in loops in editor
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
mozilla1.3beta
People
(Reporter: mozeditor, Unassigned)
Details
(Keywords: perf)
bz noticed some unneeded calls to nsISupportsArray::RemoveElementAt in editor
code. Many (all?) are fixed in his patch to bug 175564. This is a reminder to
self to search through editor and stamp out any unneeded array shuffling.
| Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Keywords: perf
Summary: unneeded RemoveElementAt(0) calls in loops in editor → [perf] unneeded RemoveElementAt(0) calls in loops in editor
Target Milestone: --- → mozilla1.3beta
Updated•19 years ago
|
QA Contact: sujay → editor
Updated•19 years ago
|
Assignee: mozeditor → nobody
Status: ASSIGNED → NEW
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
Comment 2•5 years ago
|
||
Looks like that we don't have such expensive code anymore.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•