Closed
Bug 75432
Opened 24 years ago
Closed 24 years ago
nsImageBoxFrame does lots of redundant GetShells
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: sfraser_bugs, Assigned: pavlov)
Details
(Whiteboard: [imagelib])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
nsImageBoxFrame does this in a bunch of places:
nsCOMPtr<nsIPresShell> presShell;
aPresContext->GetShell(getter_AddRefs(presShell));
for no reason; the presShell is unused.
This happens in nsImageBoxFrame::OnStartContainer and
nsImageBoxFrame::OnDataAvailable
Updated•24 years ago
|
Whiteboard: [imagelib]
Assignee | ||
Comment 1•24 years ago
|
||
i removed these
Severity: normal → trivial
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 2•24 years ago
|
||
Comment 5•24 years ago
|
||
sr=hyatt
Assignee | ||
Comment 6•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•