Closed
Bug 68073
Opened 25 years ago
Closed 25 years ago
IID/CID conflicts with menu-related IDs.
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: sfraser_bugs, Assigned: mikepinkerton)
Details
Attachments
(1 file)
1.28 KB,
patch
|
Details | Diff | Splinter Review |
The same IID is defined in 3 places:
http://lxr.mozilla.org/seamonkey/source/widget/public/nsIContextMenu.h#38
38 // {35A3DEC1-4992-11d2-8DBA-00609703C14E}
39 #define NS_ICONTEXTMENU_IID \
40 { 0x35a3dec1, 0x4992, 0x11d2, \
41 { 0x8d, 0xba, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x4e } }
http://lxr.mozilla.org/seamonkey/source/widget/public/nsIMenu.h#40
38 // {35A3DEC1-4992-11d2-8DBA-00609703C14E}
39 #define NS_IMENU_IID \
40 { 0x35a3dec1, 0x4992, 0x11d2, \
41 { 0x8d, 0xba, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x4e } }
http://lxr.mozilla.org/seamonkey/source/widget/public/nsWidgetsCID.h#132
133 #define NS_MENU_CID \
134 { 0x35a3dec1, 0x4992, 0x11d2, \
135 { 0x8d, 0xba, 0x0, 0x60, 0x97, 0x3, 0xc1, 0x4e } }
136
This cannot be good.
Comment 1•25 years ago
|
||
Eek!
![]() |
Assignee | |
Comment 2•25 years ago
|
||
i'll get to this, even though i'm sure my manager will push it off.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
![]() |
Assignee | |
Comment 3•25 years ago
|
||
Reporter | ||
Comment 4•25 years ago
|
||
r=sfraser
![]() |
Assignee | |
Comment 5•25 years ago
|
||
fixed. r=pchen.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•