seawood%netscape.com
66f7ef5cb8
Explicitly export header file since NO_DIST_INSTALL is set.
...
Bug #58981
2002-01-08 05:51:20 +00:00
syd%netscape.com
b6a68052e3
Check for correct permissions on chosen install directory by calling access()
...
instead of just looking to see if the user rwx bits are set (this fails if
you are installing to a directory you do not own). r=samir, ssu, sr=dveditz.
Fixes bug number 89436.
2002-01-07 00:33:55 +00:00
seawood%netscape.com
eb293ae321
Hack around problem of default rules expecting IMPORT_LIBRARY to be built on win32 gmake builds when setuprsc doesn't build one.
...
Bug #58981
2002-01-04 14:18:49 +00:00
seawood%netscape.com
e5fc3853f2
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
jj%netscape.com
c00e9594f9
Bug 114694: updated installer's 'vers' 2 resource to 0.9.7+ (trunk)
2001-12-20 23:16:42 +00:00
ccarlen%netscape.com
b71f82374e
Bug 114550 - On drives with > 2GB free, reports negative amt of free space, preventing install. r=sgehani/sr=dveditz
2001-12-19 13:10:02 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
curt%netscape.com
f2291ba12e
Fixes bug 110872 - Removing the initial check for mozilla instances so that content can be streamed during download. (Still doing check and warning after download completes, though.)
2001-12-11 23:53:22 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
31d6aca7e7
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
ccarlen%netscape.com
0766c35c7f
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
773577e3b8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
curt%netscape.com
132af076dc
Combined JRE BIN PATH and JRE LIB PATH for easier maintenance.
2001-12-07 05:48:40 +00:00
dveditz%netscape.com
753c1d1856
bug 113144 installer shouldn't download entire set of xpi files just because
...
one of them was missing from the "blob". r=sgehani,sr=darin
2001-12-04 08:19:43 +00:00
hewitt%netscape.com
3a5f5d9790
102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver
2001-11-29 09:36:46 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
ssu%netscape.com
691796d9ef
fixing bug 28172 - Add shortcut to launch bar. r=sgehani, sr=mscott
2001-11-03 00:34:17 +00:00
jj%netscape.com
f2a5a9a57f
fix for bug #106566 : updated 'vers' 2 resource to 0.9.5+ (installer)
2001-11-02 02:00:16 +00:00
dbaron%fas.harvard.edu
f56bfe4127
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
curt%scruznet.com
a9e3165363
Enables Okay button so dialog can be closed.
...
Fixes bug #53224 .
2001-10-23 06:00:37 +00:00
curt%scruznet.com
f40151f6e4
Enables the pause button. Fixes bug #84595 .
2001-10-23 05:49:20 +00:00
ssu%netscape.com
60fd26a62d
fixing bug 103232 - Changes the function pointer reference name (that the installer looks for in Mapi32.dll) from MAPIGetVersion() to GetMapiDllVersion(); also fixes mail.xpi to update mapi32.dll when appropriate. r=curt, sr=dveditz. affects windows platforms only
2001-10-10 01:03:42 +00:00
ssu%netscape.com
ab0c3f06c1
fixing bug 103939 - add new key, [JRE LIB PATH], to native win32 installer. r=curt, sr=dveditz. affects windows platforms only.
2001-10-10 00:24:20 +00:00
ssu%netscape.com
ddd6f53f25
fixing bug 103242 - component-specific timing dependency sections don't get run. r=ssu, sr=dveditz. affects only windows platforms.
2001-10-08 21:01:34 +00:00
rginda%netscape.com
926d6a178b
bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
...
add venkman to config.ini template
2001-10-02 23:56:10 +00:00
ssu%netscape.com
847a259313
fixing bug 97650 - these patches updates the uninstaller to deal with undoing whatever mail integration we do to a WinXP system. r=curt, sr=dveditz. affects only windows platforms.
2001-09-29 02:13:29 +00:00
ssu%netscape.com
80bdc6ebd9
fixing bugscape 9841 - Back button broken in eclient tool setup program. r=curt, sr=dveditz. affects only windows platforms
2001-09-29 00:32:31 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
syd%netscape.com
a67fa5c3dd
Fix for 97249. Crash was being caused (regardless of what stack is
...
showing) by not carefully iterating the component list and
processing CRCs only on those XPI files that were downloaded.
r=jag, sr=dveditz.
2001-09-28 01:17:46 +00:00
dveditz%netscape.com
2864c16e3f
bug 92222 -- get xpinstall wizard building on IRIX. patch thanks to
...
johnv@adacel.com.au (John Mark Vandenberg), r=me, sr=kin@netscape.com
2001-09-26 05:55:51 +00:00
alecf%netscape.com
0aed14d07e
remove xpinstall's dependency on nsIAppShellComponent*.h
...
sr=sfraser bug 76339
2001-09-25 14:56:47 +00:00
ssu%netscape.com
fc99c9369e
fixing bug 99526 - update uninstaller to be able to undo the new MAPI settings set by mail. r=dveditz, sr=mscott. affects windows platforms only.
2001-09-21 06:30:08 +00:00
cls%seawood.org
7d630f2498
Updating xpinstall dependencies.
...
Bug #98371 sr=alecf
2001-09-19 00:14:33 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
ssu%netscape.com
ede1306307
fixing bug 99340's part regarding turbo settings in installer not retained when running installer in silent/auto modes. r=dveditz,syd sr=mscott, a=asa affects windows platforms only.
2001-09-14 20:52:54 +00:00
alecf%netscape.com
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
cls%seawood.org
b4c28e4531
Update dependencies to handle static libs used by installer
2001-09-07 08:04:13 +00:00
ssu%netscape.com
9c57b74b35
fixing bug 97219 - win32 installer is no longer automatable. r=syd sr=mscott a=drivers@mozilla.org. affects win32 platforms only.
2001-08-28 05:09:02 +00:00
syd%netscape.com
28f05309e1
Add QuickLaunch panel to the installer. r=ssu,dveditz sr=mscott, a=asa. Bug is
...
87038
2001-08-24 05:00:02 +00:00
jj%netscape.com
72e4121988
bugscape #6794 : updated 'vers' resources for Mozilla/Netscape installer
2001-08-21 21:43:53 +00:00
mkaply%us.ibm.com
cb171f619e
No bug - NOT PART OF BUILD
...
Initial checkin of xpinstall wizard for OS/2
2001-08-20 04:00:19 +00:00
syd%netscape.com
3816673c60
Fix for 65672. Add CRC checking and single connection ftp to install.
...
r=dveditz, sr=mscott
2001-08-18 01:15:59 +00:00
cls%seawood.org
8405a1984e
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
ssu%netscape.com
247e6fad34
fixing bug 88410 - multiple periods in folder name throws calculation error message. r=dveditz, sr=mscott. affects only windows platforms.
2001-08-03 18:27:06 +00:00
ssu%netscape.com
82ec0b91da
fixing bug 93327 - Win32 installer cannot CRC check .exe files. r=dveditz, sr=mscott. affects windows platforms only
2001-08-02 22:02:48 +00:00