Closed
Bug 403036
Opened 16 years ago
Closed 16 years ago
nsAutoCompleteController::GetPopupWidget() is dead code
Categories
(Toolkit :: Autocomplete, defect, P1)
Toolkit
Autocomplete
Tracking
()
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: Gavin, Assigned: Gavin)
Details
(Keywords: memory-footprint)
Attachments
(1 file)
4.82 KB,
patch
|
enndeakin
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
I noticed this while reviewing Seth's patch for bug 402668. nsAutoCompleteController::GetPopupWidget() was added by masayuki in bug 187772, but it's only callers (AttachRollupListener/DetachRollupListener) were removed by Neil's patch for bug 279703.
Assignee | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Attachment #288028 -
Flags: review?(enndeakin) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #288028 -
Flags: approval1.9?
Assignee | ||
Updated•16 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9 M10
Updated•16 years ago
|
Attachment #288028 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 2•16 years ago
|
||
mozilla/toolkit/components/autocomplete/src/Makefile.in 1.13 mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp 1.68 mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.h 1.11
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•