Commit Graph

908 Commits

Author SHA1 Message Date
granrose%netscape.com
bd5a7a1dad adding perl script to run xpt_link on components to merge .xpt files before packaging into .xpi files. bug 29658. r=leaf. not part of build yet. 2000-03-02 21:53:41 +00:00
sgehani%netscape.com
c062c18c32 Update installer about box. [b=29309][a=cathleen] 2000-03-01 09:41:41 +00:00
ssu%netscape.com
05393f6b66 fixing bug #29336. making the browser component invisible.
a=jar
r=sgehani
2000-03-01 00:54:40 +00:00
ssu%netscape.com
c1a0560c89 fixing bugs #29263 and 12359
added readme and license files support.

a=cathleen
r=sgehani
2000-03-01 00:42:11 +00:00
pollmann%netscape.com
4f85ec174a Bug 28900: Add properties file for default button labels to package builder files. This completes PDT+ bug 16999. r=leaf a=rickg 2000-02-28 22:26:28 +00:00
dveditz%netscape.com
cf96cca349 bug 12361, forgot to flush registry in original fix, r=sgehani 2000-02-28 07:24:26 +00:00
ssu%netscape.com
9023bcebd7 fixing memory corruption detected when I ran code through purify.
Pre-checkin tests done after the fix related to the windows
installer:

  * ran mozilla installer with .xpi files in current dir
  * ran mozilla installer with .xpi files in it's self-extracting .exe file
  * ran commercial installer with .xpi files in current dir
  * ran commercial installer with .xpi files being downloaded from remote
    ftp area.
  * started a process under NT, and made sure installer detected it at
    startup.

fix affects only windows platforms and only the installer (not the browser).

r=dbragg@netscape.com
r=sgehani@netscape.com
2000-02-26 03:32:52 +00:00
dveditz%netscape.com
17b05da409 Removed static libreg linkage from xpinstall -- we need to use the one true libreg from XPCOM. Solves bug 28243, r=selmer,racham,pavlov,colin@theblakes.com, a=jar 2000-02-25 23:33:08 +00:00
ssu%netscape.com
a44cee448f fixing bug #27856. udpate.html has been moved from the mozilla cvs to
the commercial cvs because it only applies to the
                    commercial build.

affects only windows
r=sgehani
2000-02-25 04:11:32 +00:00
sgehani%netscape.com
1b2b81bccb * Fixes plugins folder creation location [b=29031] * Fixes comp names descriptions [b=29028] r=ssu a=leaf 2000-02-25 02:46:24 +00:00
ssu%netscape.com
e77da71d7f fixing bug #28715. xpinstall build no longer shows dialog which pauses
builds under Win98.  Builds under NT have not been
                    affected.

affects only windows.

a=leaf
r=sgehani
2000-02-25 01:44:18 +00:00
dougt%netscape.com
4377055225 Recheckin in after trifle request to backout two minutes before the tree
reopened.
Original Comment:
fix for 29013. Correcting problem with AddDirectory API. r=dveditz.
a=cathleen.
2000-02-25 00:56:06 +00:00
dougt%netscape.com
b519112e58 backing out changes per leaf. I checked in before the tree was "open". Maybe
I will check this back in tomorrow.
2000-02-25 00:48:28 +00:00
dougt%netscape.com
3a3bb87529 fix for 29013. Correcting problem with AddDirectory API. r=dveditz. a=cathleen. 2000-02-25 00:32:33 +00:00
morse%netscape.com
7638774b41 fix bug 28442 and maybe 28436, r=cathleen+jband, a=jevering 2000-02-24 04:01:07 +00:00
ssu%netscape.com
40f5d1a45e fixing bug#28641 - fixing major memory leak that only shows up under Win98
with < 64MB RAM.

affects only windows.

a=jevering
r=cathleen
2000-02-24 00:03:34 +00:00
dp%netscape.com
5ee0e5a000 Removing brprof from package files r=waterson,jj a=chofmann 2000-02-23 20:57:43 +00:00
dougt%netscape.com
ab42785cd9 fix for 28512. checks for the mPackageFolder.
approved by cathleen.
2000-02-23 07:03:21 +00:00
leaf%mozilla.org
ad77da03a5 we need to ship the nspr binary libraries with the installer..
does not affect tinderbox/developer build, fixes release builds.
2000-02-22 07:37:03 +00:00
dveditz%netscape.com
3c1d11233c fixing typo 2000-02-20 08:22:45 +00:00
dveditz%netscape.com
a63ee75907 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
ssu%netscape.com
f2069fa604 fixing bug #18686. updated nszip.exe to update self-extracting .exe if one
already exists.  It no longer deletes the one it finds and creates a new.
one.  If none is found, then it still creates it.

not part of build
affects windows platform only

a=leger
r=sgehani
2000-02-19 01:47:05 +00:00
pavlov%netscape.com
15549f7685 fix for bug 25150 r=mcafee a=jar 2000-02-18 23:28:38 +00:00
ssu%netscape.com
c9980324d9 fixing bug #23658. It now calculates the correct amount of disk space
required for the install to take place.

not part of build
affects only windows

a=chofmann
r=pavlov
2000-02-18 06:10:23 +00:00
jdunn%netscape.com
080142580c Fix problem with NS_IF_ADDREF on member variables inside of const
member functions.  This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h

r=troy@netscape.com,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
cls%seawood.org
5975077af0 More tweaks needed to get BeOS to compile for M14. For now, we use the Unix local file implementation. a,r=leaf 2000-02-17 20:24:24 +00:00
sgehani%netscape.com
b8a2c35ca4 Completion of fixes for PDT+ bugs: 21655, 27177 [a=leaf; r=ssu] 2000-02-16 23:27:21 +00:00
sgehani%netscape.com
74815fa443 *** NOT PART OF BUILD *** Completion of fixes for PDT+ bugs: 21655, 27177 [r=ssu] 2000-02-16 08:09:55 +00:00
sgehani%netscape.com
7a53e7fd4c Fixes for: * app launch (profile wizard) after install [b=21655]; * legacy file check (older version of Mozilla) [b=27177]; * retain folder selection [b=27885]; r=dbragg 2000-02-16 07:47:10 +00:00
bryner%uiuc.edu
8c09af3b77 Adding finger protocol to package files. r=mcafee@netscape.com. 2000-02-16 07:27:28 +00:00
sgehani%netscape.com
05cc829087 *** NOT PART OF BUILD *** Added new test keys and sections for additional feature support. 2000-02-16 01:57:28 +00:00
dougt%netscape.com
09388ece36 Adding timebomb to xpinstall. r=pinkerton. 2000-02-16 01:54:08 +00:00
ssu%netscape.com
900ac9c823 fixing bug #27183 - detects psm.exe and tells user to quit before setup
can continue, so a reboot is not required.

windows only
does not affect build
r=dveditz
2000-02-16 01:27:33 +00:00
ssu%netscape.com
5b5d193f2a fixes bug #27183 - do not require a restart after installation is done by
detecting psm.exe running and not continuing until user
                   quits it.

windows platform only.
r=dveditz
2000-02-15 23:10:06 +00:00
ssu%netscape.com
c7c5f68ac7 fixing bug #26152 - changed references to "Seamonkey" and "Netscape
Seamonkey" to "Netscape 6".

windows platform only.
r=dveditz
2000-02-15 09:00:37 +00:00
ssu%netscape.com
be55b02da7 fixe for bug #27176. it will now detect is user selected to install ontop
of a previous version of mozilla that might be incompatible with the new
version.

windows platform only.

r=sgehani
2000-02-15 07:20:39 +00:00
ssu%netscape.com
39142337f6 oops. changed the string from Netscape to Mozilla. 2000-02-15 07:12:31 +00:00
ssu%netscape.com
c795c4b06f fix for part of bug #27176. To detect is user has selected to install
mozilla onto a previous (non compatible) version of mozilla, and show
warning.

will not affect build.
Windows platform only.

r=sgehani
2000-02-15 07:10:49 +00:00
dveditz%netscape.com
59d9af7a89 bug 24611, new API names for install 2000-02-15 01:44:48 +00:00
dveditz%netscape.com
9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dougt%netscape.com
1d7ae3692e Adding timebomb to package lists. bug 1542. 2000-02-14 06:11:51 +00:00
syd%netscape.com
8264661205 Added splash.xpm to Unix package 2000-02-13 15:24:07 +00:00
jj%netscape.com
0f4c46d36d removed obsolete <file.xpt>. r=dougt,sdagley 2000-02-12 00:10:35 +00:00
cathleen%netscape.com
689c63308d check in fix for dougt, bug=27254 r=cathleen
change relative chrome url path to absolute url path
2000-02-11 12:51:51 +00:00
ssu%netscape.com
8e14066abd fixed bugs:
#24297 - added code to randomly install talkback 2o% of the time.
#27298 - fixed the underline under the N on the Mail&News string
#27184 - removed all references to "SmartUpdate" strings
2000-02-11 05:30:25 +00:00
ssu%netscape.com
0dce79a418 added a #define so vc6 knows it does not require MFC. r=sgehani 2000-02-11 04:20:43 +00:00
sgehani%netscape.com
31ef92c2e8 *** NOT PART OF BUILD ***
Linux install wizard progress.
2000-02-11 00:57:43 +00:00
tbogard%aol.net
8e5c7e1c47 Removed unused header file. 2000-02-11 00:54:29 +00:00
dbragg%netscape.com
a271589189 Fix for bug 21089 r=dveditz 2000-02-11 00:52:26 +00:00
sgehani%netscape.com
863f01eb9b Part of fix for b = 24299 r = ssu 2000-02-10 10:15:01 +00:00
sgehani%netscape.com
42f6bac3db Added random install feature to deteremine component pre-selection at parse time. b = 24299 r = ssu 2000-02-10 10:04:18 +00:00
sgehani%netscape.com
97ae8b2820 Really default to installing in the root of the boot volume. b = 19360 r = ssu 2000-02-10 08:48:50 +00:00
ssu%netscape.com
b22d34fe12 Fixed bug #21426 - Core.xpi has been broken up into core.xpi and browser.xpi
r=cathleen
2000-02-10 07:11:36 +00:00
dveditz%netscape.com
68047f1c36 Fixes to get this building on VC5 again. r=ssu 2000-02-10 07:03:49 +00:00
pinkerton%netscape.com
8cdc9e4a08 removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
ssu%netscape.com
c14233ff6c Turning AutoRegister back on so we don't have a repeat of 26759 when
the build doesn't pre-generate component.reg   r=ssu
2000-02-09 03:42:08 +00:00
ssu%netscape.com
e00a43627e removed test from build command line because it requires nszip.exe which not everyone might have it on their system. r= dveditz affects only windows platform. 2000-02-09 03:33:21 +00:00
ssu%netscape.com
aaf8635eff Removed MFC dependencies from the native windows installer.
Rewrote nszip.exe to not require MFC to build.
Wrote TestXPI.exe to test xpinstall via xpistub to mimic a native windows
installer.
update makefile.win to not build nszip.exe and build the new tools:
  nsztool
  test
and to not require MOZ_MFC=1 to build these files anymore.

affects only windows platform.

r=dougt
r=dveditz
2000-02-09 03:25:49 +00:00
ssu%netscape.com
575c2d9046 removed comment. not part of build yet 2000-02-09 03:12:34 +00:00
ssu%netscape.com
bca2380015 fixing up test code. not part of build system yet 2000-02-09 02:21:04 +00:00
ssu%netscape.com
65ed2b842e fixed compression bug and cleaned up code. Not part of build system yet. 2000-02-09 02:10:53 +00:00
ssu%netscape.com
f51f453392 cleaning up the test code a bit. not part of the build system yet. 2000-02-08 12:10:24 +00:00
ssu%netscape.com
583be1a076 Initial checkin of files to test xpinstall via xpistub entry point.
This is not hooked up to the build system yet.
Just checking in so I don't lose the new code.
2000-02-08 11:49:22 +00:00
pierre%netscape.com
e46146ac16 Added NSRuntimeDebug.shlb to debug targets for Profiler builds 2000-02-08 04:28:34 +00:00
dveditz%netscape.com
27cb3c3930 fixes bug 26759, r=ssu 2000-02-08 02:40:17 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
ssu%netscape.com
fb3f249ef1 added comments to functions; removed obsolete function; Not part of build at all. 2000-02-06 23:41:00 +00:00
ssu%netscape.com
28eb5e5828 initial checkin for nsztool.exe source files. This is a rewrite of nszip.exe to not use MFC. This is not part of the build. I'm just checking in so I don't lose the work. 2000-02-06 20:06:54 +00:00
sspitzer%netscape.com
ff5baab1d5 in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +00:00
dougt%netscape.com
982434242e adding explict call to VR_Close after using other VR_ routines which open
the version registry.  suggested by dveditz@netscape.com
2000-02-06 02:45:08 +00:00
sspitzer%netscape.com
93837a592c remove nsCategoryManager.js from the packages. 2000-02-06 01:21:10 +00:00
jband%netscape.com
7277c47eba fix incorrectly declared callback and its evil (cast) that were crashing my release builds of xpcshell and viewer. r=dougt 2000-02-06 01:09:15 +00:00
alecf%netscape.com
832bf7d067 update packages to reflect appshell's new home
r=sspitzer
2000-02-05 05:45:55 +00:00
sspitzer%netscape.com
211d11aa23 package nsCategoryManager.js on windows 2000-02-05 05:27:56 +00:00
sgehani%netscape.com
a3f3f594ed Unbreak the Mac installer. b = 25569 r = polar bear 2000-02-05 01:44:19 +00:00
ssu%netscape.com
a12a7f2a31 readme.txt for build.pl. not part of build 2000-02-04 00:36:47 +00:00
sgehani%netscape.com
48b4a84a9a making it binary 2000-02-04 00:28:39 +00:00
ssu%netscape.com
fb6cb26131 changed folder name from Stage to state. Not part of the build system. 2000-02-04 00:26:07 +00:00
sgehani%netscape.com
9968ec2518 *** NOT PART OF BUILD ***
Adding XPInstall smoke test to make publicly accessible through lxr.
2000-02-04 00:14:11 +00:00
sgehani%netscape.com
963c65ca83 *** NOT PART OF BUILD ***
1> Binary .xpi file wasn't checked in using -kb.
2> Trigger page and sources didn't include the license header.
2000-02-04 00:02:49 +00:00
sgehani%netscape.com
490f7f7973 Adding XPInstall test public accessibility *** NOT PART OF BUILD *** 2000-02-03 23:54:24 +00:00
ssu%netscape.com
c0cb6bb626 updated the comment section of this script. Not part of the build system. 2000-02-03 23:42:10 +00:00
ssu%netscape.com
db202bbca3 new perl file that will build the self-extracting installer and its corresponding .xpi files given a mozilla build on a local system. Not part of the build system. 2000-02-03 23:39:56 +00:00
mstoltz%netscape.com
76901c260e Adding jar: protocol objsct files to the installer manifests for Unix and Windows (Mac seems to have it already.) r=norris bug=7270 r=norris 2000-02-03 23:28:01 +00:00
dougt%netscape.com
f3546051ed fix for 26271. r=dveditz@netscape.com 2000-02-03 02:29:57 +00:00
ssu%netscape.com
dd952b1e5d fix for bug #23225. it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again.
fix for bug #23224. only one instance of setup can be run now.

affects only windows.  r=sgehani
2000-02-02 22:41:21 +00:00
ssu%netscape.com
c470a57fde fix for bug #23225. it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again. affects only windows. r=sgehani 2000-02-02 22:36:49 +00:00
sgehani%netscape.com
9378c2ef1a Preparing for additions dialog feature. Also, fixing control highlighting bugs when the app is suspended and resumed: for controls on the setup type and welcome dialogs. b = none r = ssu 2000-02-02 00:49:21 +00:00
sgehani%netscape.com
3b5e0c4fe7 First Checked In. 2000-02-02 00:43:10 +00:00
dbragg%netscape.com
7229e4a890 fix for bug #14921 r=ssu 2000-02-01 23:05:41 +00:00
ssu%netscape.com
620e812679 fixing bug #11210. Updated the install progress dialog to have a better
look and feel.  r=sgehani.  affects only the windows platform.
2000-02-01 23:00:49 +00:00
leaf%mozilla.org
3a7db6b4c7 r=ssu, fix to keep automation from hanging in an xcopy interactive prompt
not part of build, only affects packaging.
2000-02-01 20:40:46 +00:00
pp%ludusdesign.com
48e640ed4f Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
sgehani%netscape.com
e797e95feb Add readme button and functionality to the Mac installer. b = 21041 r = ssu 2000-02-01 04:08:56 +00:00
cathleen%netscape.com
40951ee301 fixed crash bug for patching, happened at cleanup() stage. removed the
enumerate call to delete the pointers in hash table, since it has
already been deleted.  also added some error checking and reset pointers
to null bug 24455, r=dbragg
2000-02-01 01:51:25 +00:00
scc%netscape.com
6366d6d779 Fixed access paths for upcoming switch to Pro5, see bug #25949. r=pinkerton 2000-02-01 00:49:16 +00:00
valeski%netscape.com
4eb324a538 24717. adding keyword and datetime libraries to the package list 2000-02-01 00:01:33 +00:00
ssu%netscape.com
0b1e5d944d fixing bug #25902. removed extended resource information that was not needed, but that simply made it more difficult to localize. r=sgehani 2000-01-31 22:14:51 +00:00
tonyr%fbdesigns.com
9dfe977b89 Added the mailnews import components 2000-01-30 15:59:39 +00:00
tonyr%fbdesigns.com
d3f2b3ed84 Added the mailnews import components to the list 2000-01-30 15:44:15 +00:00
tonyr%fbdesigns.com
a3d58b6f8e Added the mailnews import components to the install 2000-01-30 02:38:33 +00:00
ssu%netscape.com
e675552f08 fixing bug #25410. The size shown under the custom install is now the
download size (size of archive), not installation size.

Also has code to help fix bug #21034.  Added code place holder to show the
new Additions dialog.

Fixed problem with not calculating disk space required properly.  It would
not take into account components that get installed outside the user
selected folder (such as the case with security module, which needs to be
installed in a centralized place).  This required the installer to be link
in nsreg_s.dll in order to tap into the Netscape registry to anticipate
where the modules might be installed at.

affects only windows.
2000-01-29 23:39:47 +00:00
ssu%netscape.com
c546bbe7a3 fixing bug #25216 - typo with string description. 2000-01-29 23:17:46 +00:00
dbragg%netscape.com
69cacae78b fix for bug 24284 r=sgehani 2000-01-28 23:24:57 +00:00
dbragg%netscape.com
87b71740ed Fixes for bugs 10147, 22341, 24016 r=sgehani 2000-01-28 23:22:58 +00:00
hyatt%netscape.com
4c4b7e0635 Adding XBL files to installer package lists. 2000-01-27 10:01:20 +00:00
waterson%netscape.com
7c1fa30d71 I am dumb. I didn't account for changes to the ownership model. Also, make sure that the nsXPINotifierImpl derives from nsIRDFXMLSinkObserver. 2000-01-27 06:20:24 +00:00
jj%netscape.com
908c9cd83e Removing more appcores-related resources + obsolete prefwindow files. 2000-01-27 03:25:12 +00:00
waterson%netscape.com
767cad41f2 Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver 2000-01-27 02:24:20 +00:00
sfraser%netscape.com
c01f247fc5 Appcores must die! Die die die! Removing appcores-related resources that are no longer used. r=law 2000-01-26 01:12:20 +00:00
sfraser%netscape.com
7d33e7daf5 Appcores must die! Die die die! r=law 2000-01-26 01:06:58 +00:00
ssu%netscape.com
3928747b1e Windows needs to use the CWD not the directory passed to the stub.
dougt's change r=ssu a=granrose.
2000-01-25 20:44:55 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
leaf%mozilla.org
02e5edc6e9 switching to native perl mkdir, does not affect build. r=ssu 2000-01-24 13:54:29 +00:00
ssu%netscape.com
b8e7612abc fixing bug #24373. no longer installs msvcrt dlls. a=chofmann. r=sgehani 2000-01-21 01:25:43 +00:00
leaf%mozilla.org
c98aee252e scrollbars are a good thing; we should have them in the installers.
therefore, let us put xulBindings.xml into the isntaller packages.
2000-01-18 18:14:35 +00:00
dveditz%netscape.com
de50314de5 Bug 21133, remove XPInstall's private JSRuntime 2000-01-16 01:49:37 +00:00
mcafee%netscape.com
7aacc3ba94 Need Newline at end of file. 2000-01-15 08:30:32 +00:00
ssu%netscape.com
06e6eeef21 fixing bug #21085. xpinstall now quits gracefully when destination file already exists in a file move and file copy operation. r=cathleen 2000-01-15 06:01:39 +00:00
dbragg%netscape.com
b7e66206f2 Added nsJSFile.cpp to fix bug 16215 r=dougt 2000-01-15 01:55:33 +00:00
dbragg%netscape.com
9075b28e7b fix for bug #16215 r=dougt 2000-01-15 01:54:55 +00:00
dbragg%netscape.com
f371f45833 Fix for bug #16215 r=dougt 2000-01-15 01:53:48 +00:00
dbragg%netscape.com
b5876d4e6e Added nsFile.h and nsFile.cpp to fix bug #16215 r=dougt 2000-01-15 01:53:17 +00:00
ssu%netscape.com
91d3b04aec fixing bug 23389. macinstaller was quitting after the downloding of the .xpi files. a=jj r=cathleen 2000-01-15 00:10:31 +00:00
ftang%netscape.com
caf1ed4081 Add ibm converters and charset menu related files . r=cata 2000-01-13 23:46:18 +00:00
dbragg%netscape.com
af748a19f5 fixing bug #23389 where the mac install wizard simply quits in the middle of the installer. The problem arose after a change to NS_InitXPCOM(). r=dveditz 2000-01-13 03:53:22 +00:00
danm%netscape.com
477f81ab96 backing out 1.23 (bin/res/samples is already partially included) 2000-01-12 01:43:28 +00:00
blizzard%redhat.com
742f7b31a5 add xpistub.so back into the unix package list since we build it now. 2000-01-11 21:34:52 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
dougt%netscape.com
6e45250233 removing NSCP references. 2000-01-11 09:21:29 +00:00
dougt%netscape.com
0078849ac4 dusting off notification.
r=waterson@netscape.com
2000-01-11 08:53:18 +00:00
ssu%netscape.com
50d0a78f6b fixing bug #21943. It now creates an empty Plugins folder and attempts to copy the java npjava*.dll files to it. r=dbragg. does not affect tinderbox. platform=windows only 2000-01-11 01:15:55 +00:00
dbragg%netscape.com
07b16797ad Added onclose handler to return false. Fixes M13 bug #17019. r=ssu 2000-01-10 21:09:29 +00:00
ssu%netscape.com
17b3aa5e42 fixing bug #23347. Crash was happening on a deletion of an uninitialized variable. fix was to initialize the uninitialized variables. r=pavlov 2000-01-08 08:27:12 +00:00
jj%netscape.com
c9b3f95b93 Fixed installer creator type in all 4 targets ('MzIn', 'NSIn') 2000-01-06 23:17:34 +00:00
dbragg%netscape.com
6ae47d39ee SaveError added to fix bugs #21715 and #21671 r=dougt 2000-01-06 22:16:38 +00:00
dveditz%netscape.com
c8fef82f7b fixes bug 23277 2000-01-06 21:55:00 +00:00
edburns%acm.org
13be6d7ebf I know it's unorthodox to do a top level checkin like this, but I've got so many files
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got

r=dp

on this checkin.

Here are the touched files:

M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp

The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.

The new signature is

extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);

I filed a bug for this problem:

b=23157

The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.

I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
warren%netscape.com
06918ca494 Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
sgehani%netscape.com
1ba3a8a9ba *** NOT PART OF BUILD ***
Initial checkin of Unix installer.
2000-01-05 02:30:42 +00:00
sgehani%netscape.com
db12676a4d Default to root volume rather than cwd. b = 19360 r = mstoltz 2000-01-05 02:26:00 +00:00
danm%netscape.com
d67547818c adding bin/res/samples directory contents (referenced by debug menus). These changes should be reverted for actual, final releases (and the debug menu removed.) 2000-01-04 23:23:02 +00:00
colin%theblakes.com
2d155be02c Link with correct libs. r=sgehani 2000-01-04 23:17:17 +00:00
dbragg%netscape.com
ec46ab6e2a Fix for bug #21995 r=sgehani 2000-01-04 21:01:22 +00:00
dougt%netscape.com
e17e0a2e52 Converting to use nsIModule macro. 2000-01-03 23:45:32 +00:00
ducarroz%netscape.com
9c8df7ea67 Fix bug 19064. Add Mac project "Signed" to the build system and add the share lib to the Mac package. R=rhp 2000-01-03 23:09:04 +00:00
rhp%netscape.com
7923943ee4 Adding SMIME and Signed Stubs to the Mozilla.org product - Bug: 19064 1999-12-25 19:58:53 +00:00
sspitzer%netscape.com
83ab92372a Ignore generated makefile 1999-12-24 09:16:10 +00:00
sgehani%netscape.com
543f3955e3 Turn on building Unix port of xpistub.
b = 20637
r = ssu
1999-12-23 23:26:23 +00:00
sgehani%netscape.com
da01f7b9aa Part of fix for Linux installer.
b = 20637
r = ssu
1999-12-23 23:25:33 +00:00