Closed
Bug 660568
Opened 14 years ago
Closed 14 years ago
nsImageFrame::IconLoad doesn't remove pref observers
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(1 file)
1.47 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
nsImageFrame::IconLoad adds pref observers at constructing.
However, it never removes them even if it's destructed.
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsImageFrame.cpp#1891
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #537037 -
Flags: review?(roc)
Comment on attachment 537037 [details] [diff] [review]
Patch v1.0
Review of attachment 537037 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #537037 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•