Closed
Bug 116649
Opened 23 years ago
Closed 22 years ago
Shrink nsImage* slightly
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
DUPLICATE
of bug 181695
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file)
24.82 KB,
patch
|
Details | Diff | Splinter Review |
This patch shrinks nsImageGTK by 15 bytes and other platform's nsImages by
8 bytes. Needs to be tested on win32 and os2 since they needed a couple
of changes.
Comment 2•23 years ago
|
||
Seems to work fine on OS/2.
r=mkaply on the OS/2 part
Comment 3•23 years ago
|
||
The BeOS portion looks fine, however I have completely rewritten nsImageBeOS.* in 122121,
which is about to get checked in. If you don't mind, please hold off until my changes get
committed and then make a new patch.
Comment 4•23 years ago
|
||
Comment on attachment 62660 [details] [diff] [review]
clean/shrink nsImage* slightly
>+/*
>mImage->SetNaturalWidth(aWidth);
>mImage->SetNaturalHeight(aHeight);
>+*/
Why not remove that rather than commenting it out?
*** This bug has been marked as a duplicate of 181695 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•