Граф коммитов

561 Коммитов

Автор SHA1 Сообщение Дата
curt%netscape.com 336370f2cd Refresh icons on upgrade
(Bug #154708, r=curt, sr=deveditz)
2002-06-28 23:03:41 +00:00
jj%netscape.com 117db03c2d bugscape #16581: new artwork for the NS installer wizard 2002-06-28 17:57:55 +00:00
ssu%netscape.com b55fead160 fixing bug 42604 - Windows shortcuts shouldn't be created with comments on Win2000. r=curt,syd sr=dveditz 2002-06-27 06:12:23 +00:00
jj%netscape.com 34163ce513 forgot to set the postlinker to "Output Flags Post Linker" and set the "HasBundle" bit 2002-06-27 01:52:58 +00:00
jj%netscape.com c39ca4d30a bugscape #16402: new icons for Netscape installer, including 32-bit icns (custom icon) 2002-06-26 05:12:31 +00:00
jj%netscape.com ff4d9886ca setting "custom icon" Finder flag to enable 32-bit icon for the installer 2002-06-26 05:10:46 +00:00
dprice%netscape.com 7a4d8c7430 154220 r=curt sr=dveditz
don't show 'setup paused' dialog when invalid http response code
2002-06-25 22:24:03 +00:00
curt%netscape.com f6f5e7cbc1 Support in the listbox for Screen Readers
(Bug 10477, r=ssu, sr=dveditz, mozilla1.0.1+)
2002-06-25 05:36:22 +00:00
dprice%netscape.com 0216585b26 fixing bustage on the ports page
see 153524 for details
2002-06-22 08:43:24 +00:00
dprice%netscape.com 7b8a468a21 144288 - r=sgehani sr=dveditz
make libxpnet understand http response codes
2002-06-21 23:43:26 +00:00
dprice%netscape.com 80322cfeb5 151947 - r=curt sr=dveditz
let config.ini control what registry keys are cleaned up during upgrades
2002-06-21 23:40:58 +00:00
curt%netscape.com 8fcb87e1c2 Looks like the disk space is negative.
(Bug #82448, r=dprice, sr=dveditz)
2002-06-21 00:46:59 +00:00
dprice%netscape.com fa97c14da2 149791 r=curt sr=dveditz
make superseded components invisible in selection list
2002-06-14 04:59:38 +00:00
dprice%netscape.com 27eb895d30 137384 r=curt sr=dveditz
license file included with saved setup files
2002-06-14 04:56:39 +00:00
ssu%netscape.com 40f81e9c4f fixing bug 150678 - native installer progress bar looks choppy. r=curt, sr=dveditz. affects windows platforms only 2002-06-11 23:03:52 +00:00
cltbld%netscape.com 7f0957b7fb part of updating installer for 1.1a bug 149142 ... r=jj sr=lpham a=leaf. asasaki checking in as cltbld. 2002-06-07 01:10:32 +00:00
cltbld%netscape.com 4ec4c0b443 updating milestone.pl to allow for 1.1a, changes to 1.1a installer.
bug 149142, r=jj, sr/a=leaf, asasaki checking in as cltbld.
2002-06-07 01:06:28 +00:00
dprice%netscape.com 2f6d2bbd79 117263 r=sgehani sr=dveditz
Wrong "Host" HTTP header in install through proxy
2002-05-31 09:21:48 +00:00
dprice%netscape.com 8cc064a754 146668 r=curt sr=dveditz
finish supersede functionality in windows installer
2002-05-31 09:15:54 +00:00
sgehani%netscape.com d28ebee67f Flush control socket when we first establish a connection with an
ftp server (large welcome messages can be ignored safely).
b=145776; r=ssu; sr=dveditz
2002-05-30 03:54:12 +00:00
sspitzer%netscape.com 18f3a5a7e1 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
dprice%netscape.com 6d86e1c261 84763 - r=ssu sr=dveditz
fix buffer overrun and avoid error case with http downloads
2002-05-14 05:37:06 +00:00
cltbld%netscape.com 8c04462ae9 updating for machV beta 2002-05-08 21:49:50 +00:00
dprice%netscape.com c696e9ef2a 142170 r=ssu sr=jag adt=jaime a=asa
add message= flag to RunApp sections of .ini files

142282 r=ssu,syd,dprice sr=mscott adt=jaime a=chofmann
add supercede attribute to Components sections of .ini files
2002-05-07 07:22:20 +00:00
ssu%netscape.com b18fde6b52 fixing bug 141858 - unexpected setup\setup.exe error message after installing browser 2002-05-04 00:18:54 +00:00
ssu%netscape.com 91a8973374 fixing bug 100822 - Shut down running browsers after download. r=curt sr=dveditz 2002-04-30 23:41:25 +00:00
dprice%netscape.com 1b458b393b 139641 r-ssu sr=dveditz
allow the windows installer to use filenames from keys in the registry
2002-04-30 09:07:00 +00:00
curt%netscape.com 14a88c2b4f Distinguishes between an external productname displayed to the user and an
internal product name used for registry and install paths.
  (Bug 140178, r=ssu, sr=dveditz)
2002-04-27 16:44:44 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
jj%netscape.com 5e92a58b0a landing fix for #134227 on the trunk: Updated Mozilla installer strings to 1.0.0+. r=leaf, sr=granrose 2002-04-16 22:16:15 +00:00
curt%netscape.com c8e7fba3e2 Updated readme.
(Bug #72037, r=imajes, sr=dveditz, a=asa)
2002-04-08 04:28:34 +00:00
curt%netscape.com 7e160e09a6 Update.
(Bug 72037, r=imajes, sr=dveditz, a=asa)
2002-04-06 00:57:28 +00:00
bbaetz%student.usyd.edu.au 01cf7a4f4a Bug 102118 - solaris 2.7, gcc 3.0.1 bustage
patch=cls, r=dveditz, sr=alecf, a=rjesup
2002-04-04 00:13:06 +00:00
seawood%netscape.com 97e298b2e8 Put files in appropriate SRCS lists even though same compiler is used for each.
win32 gmake build only
2002-04-02 09:28:55 +00:00
seawood%netscape.com 090c63d423 More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
dveditz%netscape.com 0cb697b1e4 Bug 74522 locally found .xpi should not override a bundled one r=ssu/sr=mscott/a=asa 2002-03-31 05:15:18 +00:00
curt%netscape.com 31a197ad21 Supports overriding certain component default attributes for different
Setup Types.  This especially allows us to have different components displayed
in the Additional Components dialog for different Setup Types.
  (Bug 122607, r=ssu, sr=dveditz, a=asa)
2002-03-27 05:24:26 +00:00
syd%netscape.com 4c0d4762a3 Fix for 110877, defer requesting user to shutdown other mozilla browsers until after the download has completed. r=sgehani, sr=dveditz, testing by gbush@netscape.com, a=asa 2002-03-23 01:54:38 +00:00
curt%netscape.com 6012751a32 Adding recapture homepage functionality, but turning it off for mozilla in
the config.it.
  (Bug #122684, r=ssu, sr=dveditz, qa=gbush, a=dbaron)
2002-03-22 23:38:56 +00:00
syd%netscape.com 4d7f68766a Fix for 89720 -- attempt to display meaningful text messages during install if system error is received. sr=sfraser, a=asa 2002-03-20 23:15:55 +00:00
jelwell%netscape.com 83ea08088a Fix for 84189. Fix for free of bogus pointer. r=syd, sr=dveditz, a=asa (syd checking in on behalf of contributor) 2002-03-20 09:48:02 +00:00
mkaply%us.ibm.com 7df5cbdafd OS/2 build break while attempting to build xpinstall/wizard/os2 - bad makefile 2002-03-14 14:22:39 +00:00
seawood%netscape.com f5cb360af6 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
curt%netscape.com f44756e3a8 For the Quick Launch dialog. 2002-03-07 01:43:20 +00:00
curt%netscape.com 948f13959a Should have been checked in with -kb. 2002-03-07 01:41:31 +00:00
jj%netscape.com 8c760abb35 Bug 126768: updated installer's 'vers' 2 resource to 0.9.9+ (trunk) 2002-03-06 02:26:14 +00:00
curt%netscape.com 3b1d4dee97 Update Quick Launch dialog to spec.
(Bug #122683, r=ssu, sr=dveditz, a=dbaron)
2002-03-04 00:39:50 +00:00
curt%netscape.com 0f3d781971 Required by quick launch dialog.
(Bug #122683, r=ssu, sr=dveditz, a=dbaron)
2002-03-04 00:36:18 +00:00
curt%netscape.com dac423673c Description updates.
(Bug 23975, r=jj, sr=dveditz, a=dbaron
2002-03-04 00:03:14 +00:00
syd%netscape.com 0ee72c5a07 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