Closed
Bug 85364
Opened 24 years ago
Closed 24 years ago
nsGlobalHistory::AutoCompleteEnumerator::IsResult should use nsAutoString
Categories
(Core Graveyard :: History: Global, defect)
Core Graveyard
History: Global
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bratell, Assigned: alecf)
Details
(Keywords: perf)
nsGlobalHistory::AutoCompleteEnumerator::IsResult should use nsAutoString and
nsCAutoString to avoid heap allocations.
The same is true for other places in the same class.
Assignee | ||
Comment 1•24 years ago
|
||
already have a fix for this in my tree as a part of bug 71903
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
fix from bug 71903 checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•24 years ago
|
||
Checked the code. Now there's auto strings there -> VERIFIED.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•