Closed
Bug 115141
Opened 24 years ago
Closed 24 years ago
Shrink data members in widget code
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
Attachments
(1 file)
|
2.85 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
There is some easy-kill space saving to be done in widget (nothing that we make
thousands of, though).
Patches coming.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
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+
Comment 3•24 years ago
|
||
r=pink. how about you detab those files while you're at it. looks like a
tab/space nightmare in there.
| Assignee | ||
Comment 4•24 years ago
|
||
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.
Description
•