Closed
Bug 15220
Opened 26 years ago
Closed 26 years ago
need wallet files in commercial install
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: cathleennscp, Assigned: cathleennscp)
Details
We need to make sure wallet files are getting packaged up in commercial install.
Steve, please send me a list of your wallet files. (dll, xpt, xuls, css...) for
all platforms... (win, mac, unix). Then, assign the bug back to me, so I can
add them to the package manifest file.
Thanks!
Updated•26 years ago
|
Assignee: morse → cathleen
Comment 1•26 years ago
|
||
All the following files can be found in subdirectories under
mozilla/extensions/wallet. Thanks.
wallet.dll
wlltvwrs.dll
cookieviewer.xpt
nsICookieViewer.xpt
nsIWalletEditor.xpt
walleteditor.xpt
nsISignonViewer.xpt
signonviewer.xpt
nsIWalletPreview.xpt
walletpreview.xpt
CookieViewer.js
WalletEditor.js
SignonViewer.js
WalletPreview.js
CookieViewer.xul
WalletEditor.xul
SignonViewer.xul
WalletPreview.xul
CookieViewer.css
SignonViewer.css
CookieViewer.dtd
SignonViewer.dtd
CookieViewer.properties
WalletEditor.properties
SignonViewer.properties
cookie.properties
wallet.properties
WalletPreview.properties
I was able to find most of your listed files under dist/../bin direcotry, except
the following files:
nsIcookieViewer.xpt
nsIWalletEditor.xpt
nsISignonViewer.xpt
nsIWalletPreview.xpt
SignonViewer.css
SignonViewer.dtd
are they accidentally not exported, or obsolete?
steve can you check if the files listed above are still valid? -thanks!
windows packaging manifest file is updated, without listing those not found
files.
still need to update for mac & unix
Comment 5•26 years ago
|
||
All the files I listed are still valid.
.xpt files are in mozilla\dist\WIN32_D.OBJ\bin\components
.css files are in mozilla\dist\WIN32_D.OBJ\bin\chrome\wallet\skin\default
.dtd files are in mozilla\dist\WIN32_D.OBJ\bin\chrome\wallet\locale\en-US
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
steve, the following files are still missing from my dist:
nsIcookieViewer.xpt
nsIWalletEditor.xpt
nsISignonViewer.xpt
nsIWalletPreview.xpt
I believe they are probably old xpt files that still left in your dist
directory. Looks like they're already been renamed, like this:
nsIcookieViewer.xpt --> cookieviewer.xpt
Please let me know if this is correct.
Also, on the mac builds, it appears your .xpt files in
components folder (cookieviewer.xpt, walleteditor.xpt, signonviewer.xpt &
walletpreview.xpt) are combined into one .xpt file, wallet.xpt. If this is not
correct, please let me know.
Marking bug as fixed. All necessary changes applied to all three platform's
packaging list. (unless, hearing from Steve otherwise).
Comment 7•26 years ago
|
||
Yes, it appears that my script is generating cookieviewer.xpt and
nsICookieViewer.xpt as identical files and copying only the first one into the
dist directory. So the nsICookieViewer is just in my local directory and is
never being used -- an accident of my build script no doubt. Same goes for
nsISignonViewer.xpt, nsIWalletEditor.xpt and nsIWalletPreview.xpt. So you can
ignore these files.
I don't know enough about the mac build to know if having a single xpt file
there is correct wherease we have four xpt files on the other platforms. Are
there any mac people that you can ask about this?
Comment 8•26 years ago
|
||
verified on 19991205 builds
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•