Closed Bug 242712 Opened 21 years ago Closed 21 years ago

'-moz-resizer' is unused and can probably die

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.8alpha1

People

(Reporter: caillon, Assigned: caillon)

Details

Attachments

(1 file)

http://lxr.mozilla.org/mozilla/search?string=-moz-resizer http://lxr.mozilla.org/mozilla/search?string=MozResizer Resizers now seem to be done with with <xul:resizer/> and '-moz-appearance: resizer' so this can go I think.
Attachment #147750 - Flags: superreview?(dbaron)
Attachment #147750 - Flags: review?(dbaron)
Looks like I forgot to save nsStyleConsts.h before creating the diff. The following should also be added: --- layout/base/public/nsStyleConsts.h 18 Apr 2004 14:30:22 -0000 3.75 +++ layout/base/public/nsStyleConsts.h 5 May 2004 19:25:11 -0000 @@ -67,13 +67,6 @@ // key-equivalent #define NS_STYLE_KEY_EQUIVALENT_NONE 0 -// resizer -#define NS_STYLE_RESIZER_NONE 0x00 -#define NS_STYLE_RESIZER_HORIZONTAL 0x01 // bits -#define NS_STYLE_RESIZER_VERTICAL 0x02 // bits -#define NS_STYLE_RESIZER_BOTH 0x03 // bits -#define NS_STYLE_RESIZER_AUTO 0x04 // bits - // user-focus #define NS_STYLE_USER_FOCUS_NONE 0 #define NS_STYLE_USER_FOCUS_IGNORE 1
Attachment #147750 - Flags: superreview?(dbaron)
Attachment #147750 - Flags: superreview+
Attachment #147750 - Flags: review?(dbaron)
Attachment #147750 - Flags: review+
Checked in 2004-05-05 14:37 PDT.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8alpha
during build i see thousands of warnings like: ../../../dist/include/content/nsCSSPropList.h:460: warning: invalid access to non-static data member `nsCSSPosition::mOffset' of NULL object ../../../dist/include/content/nsCSSPropList.h:460: warning: (perhaps the `offsetof' macro was used incorrectly) ../../../dist/include/content/nsCSSPropList.h:472: warning: invalid access to non-static data member `nsCSSPosition::mWidth' of NULL object ../../../dist/include/content/nsCSSPropList.h:472: warning: (perhaps the `offsetof' macro was used incorrectly) ../../../dist/include/content/nsCSSPropList.h:474: warning: invalid access to non-static data member `nsCSSPosition::mZIndex' of NULL object ../../../dist/include/content/nsCSSPropList.h:474: warning: (perhaps the `offsetof' macro was used incorrectly) In file included from nsRuleNode.cpp:724: ../../../dist/include/content/nsCSSPropList.h:454: warning: invalid access to non-static data member `nsCSSTable::mLayout' of NULL object ../../../dist/include/content/nsCSSPropList.h:454: warning: (perhaps the etc same for other files like nsStyleStructList.h are these known and harmless?
rkaa, those are known and have been around forever. see the clobber tinderboxes' logs.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: