Closed
Bug 121861
Opened 23 years ago
Closed 23 years ago
nsHTMLImageElement::SetSrc does unnecessary size calculations
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: bzbarsky, Assigned: jst)
Details
(Whiteboard: [HAVE FIX])
Attachments
(1 file)
|
2.44 KB,
patch
|
bzbarsky
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
When pavlov first checked in libpr0n, the size calculations became unnecessary,
since the libpr0n loading code does not use the size. Version 1.80 of the file
is the first to have the new code (in #ifdef), but the size stuff was not placed
in #ifndef USE_IMG2. Thus it never got removed...
| Assignee | ||
Comment 1•23 years ago
|
||
Reviews?
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Component: DOM Core → DOM HTML
Priority: -- → P2
Whiteboard: [HAVE FIX]
Target Milestone: --- → mozilla0.9.9
| Reporter | ||
Comment 2•23 years ago
|
||
Comment on attachment 66577 [details] [diff] [review]
Remove dead code.
r=bzbarsky
Attachment #66577 -
Flags: review+
Updated•23 years ago
|
Comment 3•23 years ago
|
||
Comment on attachment 66577 [details] [diff] [review]
Remove dead code.
sr=dveditz
Attachment #66577 -
Flags: superreview+
| Assignee | ||
Comment 4•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•