sspitzer%netscape.com
50d0cff0ff
fix for #101016 . installer fails with certain versions of bash
...
because we are trying to do getcwd() from a deleted directory.
thanks to zackw@panix.com for the help, and seawood@netscape.com
for the patch. r=syd, sr=sspitzer
2002-05-15 21:02:43 +00:00
curt%netscape.com
d71fe374ae
Updated readme.
...
(Bug #72037 , r=imajes, sr=dveditz, a=asa)
2002-04-08 04:28:34 +00:00
curt%netscape.com
b062f05aff
Update.
...
(Bug 72037, r=imajes, sr=dveditz, a=asa)
2002-04-06 00:57:28 +00:00
seawood%netscape.com
0c737b6104
Do not set MOZILLA_FIVE_HOME in the installer script as it's not needed by the installer and it causes problems when the mozilla script tries to honor MOZILLA_FIVE_HOME.
...
Bug #129075 r=syd
2002-03-07 09:31:11 +00:00
syd%netscape.com
a23f7b2798
Fixes for following Linux installer bugs:
...
http://bugzilla.mozilla.org/show_bug.cgi?id=93240 -- installer window too
narrow for license text
http://bugzilla.mozilla.org/show_bug.cgi?id=98201 -- cancel button does not
respond
http://bugzilla.mozilla.org/show_bug.cgi?id=108282 -- crasher, calling gtk+
function with NULL argument
http://bugzilla.mozilla.org/show_bug.cgi?id=113997 -- mozilla installer
eats 100% CPU
2002-02-17 03:02:44 +00:00
syd%netscape.com
ceee147ff3
Miscellanous fixes for Linux installer, including 53244, 107803, 122916, 122918.
...
r=sgehani, sr=dveditz
2002-02-07 03:44:26 +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
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
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
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
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
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
cls%seawood.org
b4c28e4531
Update dependencies to handle static libs used by installer
2001-09-07 08:04:13 +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
girish.manwani%eng.sun.com
4ac6d2333e
bug fix for 66688. r=sgehani, sr=alecf, a=asa
2001-06-15 23:19:39 +00:00
girish.manwani%eng.sun.com
09c50c62bc
bug fix for 66688, r=sgehani, sr=alecf, a=asa
2001-06-15 23:19:03 +00:00
girish.manwani%eng.sun.com
9877f56d50
Overloading Errorhandler to handle E_INSTALL separately. bug 66688, r=sgehani, sr=alecf, a=asa
2001-06-15 23:18:10 +00:00
girish.manwani%eng.sun.com
2b6594fdf9
Updating file to include name of .xpi file failed. see bug 66688. r=sgehani, sr=alecf, a=asa
2001-06-15 23:16:48 +00:00
girish.manwani%eng.sun.com
8b8fd02206
Fix to make installer runnable from anywhere, bug 76223, r=sgehani, sr=alecf, a=asa
2001-06-15 00:17:00 +00:00
sgehani%netscape.com
f804ad1079
Forgot newline in debug statement.
2001-05-23 02:28:50 +00:00
sgehani%netscape.com
77746745bc
Add DOWNLOAD_ONLY attrbute to components.
...
b = 4836
r = ssu
sr = alecf
2001-05-23 02:24:24 +00:00
mkaply%us.ibm.com
e24be8f6e1
nebiros bustage from earlier - don't people even look at ports
2001-05-14 04:46:00 +00:00
syd%netscape.com
2402f0d663
Fix for 78282 r=ssu, sr=mscott
2001-05-13 00:45:45 +00:00
sgehani%netscape.com
13ac6e17b8
(*) Hook in libxpnet's pause/resume support and add a disk space warning.
...
(*) Also, fix the download location for resumption.
(*) Implement a new and improved download UI with a unified prog bar.
b = 77980
r = suu
sr = mscott
2001-05-03 02:17:27 +00:00
dveditz%netscape.com
cb812eb2ad
makefile changes to keep .h files out of bogus export directory -- r=leaf
...
removing obsolete files (not part of build)
2001-04-09 07:19:02 +00:00
sgehani%netscape.com
58fcfa35f8
Make installer not hang at Install.execute() in jre.xpi by forcing
...
libpthread to link before libc. This fix alleviates the problem
caused by the explicit linking of libc created by revision 1.697 to
mozilla/configure.
b = 73802
r = dbragg@netscape.com
sr = cls@seawood.org
2001-04-05 23:43:58 +00:00
sgehani%netscape.com
c236e8b164
(*) Stat for permissions of destination dir.
...
(*) Hook libxpnet into linux installer.
(*) Add proxy support and download settings to linux installer.
(*) Make error dialog dismiss when OK is pressed.
(*) Miscellanous dialog title and position cleanup.
(*) Make readme show on ja_JP locale builds after scrolling the license.
2001-03-28 10:57:58 +00:00
sgehani%netscape.com
44a7a239e8
(*) Honor umask when creating the destination directory.
...
b = 38755
r = dbragg
sr = alecf
(*) Initialize var so HP-UX and Sun compilers are happy.
b = 46558
r = sgehani (checking in for jdunn)
sr = mscott
2001-03-03 00:43:19 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
sgehani%netscape.com
3d495adc30
Make license agreement show up on ja_JP locale systems.
...
b=58604
r=dbragg,dveditz
a=brendan
(Dan Veditz will watch the tree for me. Thanks Dan!)
2000-11-02 02:01:18 +00:00
cls%seawood.org
55b0a0d720
Cross-compiling fixes. Bug #11890 r=blizzard
2000-10-24 21:22:32 +00:00
sgehani%netscape.com
f7e4f6ea74
Linux installer launches mozilla -installer at tehend of installation.
...
b=55419
r=ssu
a=dveditz
2000-10-14 02:22:48 +00:00
sgehani%netscape.com
2370231997
Testing the fix for bugscape 2470 on the trunk per PDT.
...
Make the Unix installer support fallbacks when loading the string bundle.
b=2470
r=dbragg
a=erik
2000-10-11 05:40:51 +00:00
sgehani%netscape.com
8a1cf0edd1
Make linux installer display intl charsets.
...
b=43057
r=ssu
a=syd,blizzard
2000-10-06 05:23:22 +00:00
sgehani%netscape.com
7df747d21e
Merging pr3 branch change for:
...
Fix setup dlg display to make selected dir legible.
b=52739
r=ssu
a=vishy
2000-09-27 23:57:22 +00:00
sgehani%netscape.com
334ef01a02
Make linux installer work with netscape.com ftp servers. Flush the *entire*
...
response from the control connection.
[nsbeta3++ b=53289; r=ssu; a=mscott]
2000-09-22 02:20:32 +00:00
sgehani%netscape.com
e82c3edeb9
Open a new ftp cxn for every .xpi being downloaded: makes the linux installer
...
work on RH 6.2 distributions.
[r=ssu; nsbeta3+ b=52716]
2000-09-15 07:06:45 +00:00
sgehani%netscape.com
6dcf3e9314
Add scrollbars to the custom dlg listbox.
...
[r=dbragg; nsbeta3+ bscape=2288]
2000-09-14 19:41:00 +00:00
sgehani%netscape.com
20c3da5d88
Make linux installer localizable. [nsbeta3+ b=2288; r=dbragg;dveditz]
2000-09-14 05:15:46 +00:00
sgehani%netscape.com
f6e5d43329
Make linux installer ftp download correctly by flushing the control connection
...
after file transfer has completed. [nsbeta3+ b=52287; r=ssu]
Also, make the folder selection dialog cancel button *actually* destroy the
dialog when clicked. [r=ssu]
2000-09-12 23:36:12 +00:00
sgehani%netscape.com
64e7289417
Correct fix for unix distributions that don't define SHUT_RDWR.
2000-09-12 05:21:34 +00:00
sgehani%netscape.com
af8500c71a
Tentative bustage band-aid attempt.
2000-09-12 05:15:15 +00:00
sgehani%netscape.com
061628a73f
Replace command line `ftp' with our ftp impl for the linux/solaris installers.
...
[r=ssu; nsbeta3+ b=47886]
2000-09-12 04:47:36 +00:00
sgehani%netscape.com
31e5104548
*** NOT PART OF TBOX BUILDS ***
...
First cut at ftp impl for linux installer (for nsbeta3+ b=47886; r=ssu).
2000-09-12 01:43:49 +00:00
cls%seawood.org
e15a95d603
Workshop 5.0 refuses to cast a |const char *| to a |char *| so fix the variable
2000-09-11 08:05:02 +00:00
rich.burridge%sun.com
779ff70497
Fix to enable XPInstall to build/run on the Solaris platform.
...
r=sgehani@netscape.com a=brendan@mozilla.org
BugId: #43080 .
2000-09-09 14:18:48 +00:00
sgehani%netscape.com
90b03ce4df
Make INI parser handle start section tokens ('[') in values (nsbeta3+ b=2116;
...
r=ssu).
Also, remove obsolete files.
2000-08-28 23:10:21 +00:00