Closed
Bug 174466
Opened 22 years ago
Closed 22 years ago
context menu popup item always hidden in packaged Mac builds
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: danm.moz, Assigned: danm.moz)
Details
The Macintosh packager (and only the Macintosh's) omits the .xpt files for
embedding/base. This leaves the Tools > Popup Manager always disabled and the
context menu popup item always hidden. This must be a very unloved feature,
since no one has noticed until now.
Index: xpinstall/packager/packages-mac
===================================================================
RCS file: /cvsroot/mozilla/xpinstall/packager/packages-mac,v
retrieving revision 1.191
diff -u -r1.191 packages-mac
--- xpinstall/packager/packages-mac 9 Oct 2002 06:55:18 -0000 1.191
+++ xpinstall/packager/packages-mac 15 Oct 2002 00:18:07 -0000
@@ -185,6 +185,7 @@
viewer:Components:wallet.xpt
viewer:Components:WalletViewers.shlb
viewer:Components:webshell.xpt
+viewer:Components:EmbedBase.xpt
viewer:Components:embeddingbrowser.xpt
viewer:Components:widget.xpt
viewer:Components:windowds.xpt
Comment 3•22 years ago
|
||
Just to clarify, the Tools->Popup Manager works fine. Just the context menu is
broken on the Mac builds.
This bug affects only OS9 builds because the packager isn't used for OSX. So
this doesn't affect a supported product. But what the heck. Fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
OS: MacOS X → Mac System 9.x
Resolution: --- → FIXED
Summary: macintosh installed builds are missing nsIWindowCreator interface → context menu popup item always hidden in packaged Mac builds
Target Milestone: --- → mozilla1.4beta
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: Installer: XPI Packages → Installer
QA Contact: ktrina → general
You need to log in
before you can comment on or make changes to this bug.
Description
•