Closed Bug 115141 Opened 24 years ago Closed 24 years ago

Shrink data members in widget code

Categories

(Core :: XUL, defect)

PowerPC
Mac System 9.x
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: sfraser_bugs, Assigned: sfraser_bugs)

Details

Attachments

(1 file)

There is some easy-kill space saving to be done in widget (nothing that we make thousands of, though). Patches coming.
Comment on attachment 61641 [details] [diff] [review] Some PRBool -> PRPackedBool goodness. >Index: src/mac/nsWindow.h >=================================================================== >RCS file: /cvsroot/mozilla/widget/src/mac/nsWindow.h,v >retrieving revision 1.87 >diff -b -u -2 -r1.87 nsWindow.h >--- src/mac/nsWindow.h 28 Sep 2001 20:11:24 -0000 1.87 >+++ src/mac/nsWindow.h 13 Dec 2001 23:51:26 -0000 >@@ -141,4 +141,5 @@ > virtual nsIFontMetrics* GetFont(void); > NS_IMETHOD SetFont(const nsFont &aFont); >+ NS_IMETHOD Validate(); > NS_IMETHOD Invalidate(PRBool aIsSynchronous); > NS_IMETHOD Invalidate(const nsRect &aRect,PRBool aIsSynchronous); Did you mean for this change to be there? Other than that, r=bryner
Attachment #61641 - Flags: review+
r=pink. how about you detab those files while you're at it. looks like a tab/space nightmare in there.
Went in with the changes for bug 113480.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: