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

2093 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 313046e8cc adding compreg.dat to package list. bug 152383 r=jj 2002-06-18 18:56:44 +00:00
bnesse%netscape.com a764ddde49 Fix for bug 141035. Missing autoconfig file in packaging. r=alecf, sr=dveditz. 2002-06-14 21:57:18 +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
cltbld%netscape.com 7375cc4689 updating installer to use http instead of ftp for downloading xpi files, does not affect build, bugscape 16662, kysmith checking in as cltbld 2002-06-13 16:10:50 +00:00
bnesse%netscape.com 10a7b9cd05 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +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
cbiesinger%web.de 1a92e0f845 bug 8031 r=tor sr=dveditz
XBM support
2002-06-04 08:48:12 +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 3856152bd9 146668 r=curt sr=dveditz
document supersede in config.it
2002-05-31 09:17:08 +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
seawood%netscape.com e116353653 Add --disable-installer configure option for embedding purposes.
Bug #145343 r=mcafee
2002-05-31 00:39:07 +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
seawood%netscape.com 4293400e69 Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +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
dprice%netscape.com 51c1fe6bc6 66722 r=danm sr=dveditz
fix a return value
2002-05-14 05:35:02 +00:00
cltbld%netscape.com 8c04462ae9 updating for machV beta 2002-05-08 21:49:50 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +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
darin%netscape.com b4b75daa66 cleaning up documentation, marking some interfaces frozen, and splitting
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +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 5abbe0f1e9 New "ProductNameInternal" and decriptable key "Product PreviousVersion"
(Bug 140178, r=ssu, sr=dveditz)
2002-04-27 16:47:39 +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
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +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
jgaunt%netscape.com 8d4064c83d bug 139621 get accessiblity in the mac & unxi installer stub
r=dprice
sr=dveditz
2002-04-24 21:40:17 +00:00
jgaunt%netscape.com e29ea7d468 bug 139621 accessiblilty libs not included when installing using the stub
r=dprice
sr=dveditz
2002-04-24 21:38:54 +00:00
dprice%netscape.com 15227c9a31 130428 r=syd sr=dveditz
xpi's triggered with query strings now work on win32
2002-04-23 04:24:05 +00:00
morse%netscape.com f413e5c09e bug 132641, -killAll to shutdown everything, r=law, sr=jag 2002-04-23 02:23:56 +00:00
dprice%netscape.com 1b3ed7f799 118216 r=syd sr=dveditz
fixes a crasher in xpinstall
2002-04-20 08:55:02 +00:00
dcone%netscape.com 12062f2ccf bug=90751 r=peterl sr=attinasi a=asa. JJ Esner tested this part
for the building of the Mac application.  This is the final part of the patch
that will put the plugin into the application bundle. This will not effect tinderbox,
but will come into play when the Mac application is built and bundled up.
2002-04-17 02:27:14 +00:00
dprice%netscape.com e3eadfb065 136497 r=jfrancis sr=dveditz
carbonize XPICleanup
2002-04-16 22:54:39 +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
bnesse%netscape.com 66e923f1e5 Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
alecf%netscape.com fba198f16c fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
syd%netscape.com 407f2db4c2 Fix for smoketest blocker 13768. r=dveditz 2002-04-11 21:17:15 +00:00
dprice%netscape.com 5f6f14a281 123649 r=mjudge sr=dveditz a=rjesup adt=putterman
fixes crasher in xpi_prepareprocessarguments
2002-04-11 03:13:54 +00:00
shanjian%netscape.com 29e55441e4 #91305 add univerialchardet into unix default extensions list
r=cls sr=hewitt a=rjesup@wgate.com
2002-04-10 22:47:01 +00:00
dprice%netscape.com e206067030 115883 - r=curt sr=dveditz a=asa adt1.0.0
remove obsolete ren8dot3 stuff from the installer
2002-04-09 03:44:58 +00:00
curt%netscape.com c8e7fba3e2 Updated readme.
(Bug #72037, r=imajes, sr=dveditz, a=asa)
2002-04-08 04:28:34 +00:00
dprice%netscape.com ee9c668865 102600 r=curt sr=dveditz a=rjesup@wgate.com adt1.0.0
add winreg.enumKeys and winreg.enumValueNames to nsInstall
2002-04-06 02:31:44 +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
dveditz%netscape.com 9ed15567d8 forgot to remove these when I checked in fixes for bug 105085 2002-04-03 10:59:52 +00:00
dprice%netscape.com ad56e36c49 105087 r=dveditz, sr=mscott, a=asa
hook up the installer and the directory service
2002-04-02 23:56:43 +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 3e8b664f6f Bug 76424 Enter button selects OK even when focus on Cancel button r=curt/sr=hewitt/a=asa 2002-03-31 05:19:39 +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
srilatha%netscape.com 5fe0b177f4 Fix for bug # 78585. Import local folders from 4.x.
r=racham@netscape.com,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-31 03:08:42 +00:00
seawood%netscape.com b286eb34e1 Use tar instead of cp to copy dist/bin & resolve symlinks.
Bug #133168 r=jdunn a=asa
2002-03-30 01:44:44 +00:00
dbaron%fas.harvard.edu a36eb002eb Packaging changes for hewitt's outliner to tree conversion. 2002-03-29 17:52:17 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
sspitzer%netscape.com 437f13b03e landing changes for MDN Return Receipts feature, bug #16241
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa.  Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
dmose%netscape.com 5e565e67aa Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
curt%netscape.com 3dae84af71 Comments about newly supported ATTRIBUTES.
(Bug 122697, r=ssu, sr=dveditz, a=asa)
2002-03-27 05:26:45 +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
darin%netscape.com edab6546f5 fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com 171c8b28ee backing out changes (for bug 116365) to fix btek page-loader crash. 2002-03-26 08:47:10 +00:00
darin%netscape.com f2d3a0287d fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
caillon%returnzero.com b88be45af5 Bug 127833, Entry point not found - library xpcom.dll (?GetSharedBufferHandle@nsPrivateSharableString@@UBEPBV?@G@@XZ)... Patch by Matthias Versen <Matti@epost.de> - r=curt@netscape.com, sr=dveditz, a=asa 2002-03-26 00:54:15 +00:00
cathleen%netscape.com 99fa3efa4e fix linux static build installer. bug 128507, bug 130995, bug 130998 r=seawood sr=dveditz a=asa (verbal) 2002-03-26 00:53:30 +00:00
dprice%netscape.com a8a76aa929 97334 r=dougt sr=dveditz a=asa
adding WIN_SYSTEM_FILE flag to addFile
2002-03-26 00:04:05 +00:00
curt%netscape.com bc3d4237b8 Added space to Status Retry text
(Bug 83450, r=ssu, sr=dveditz)
2002-03-25 23:08:09 +00:00
curt%netscape.com f9a3c7f626 Useful comments for the user, but no impact on the build. 2002-03-25 22:57:25 +00:00
mscott%netscape.com eca7860921 Adding alerts.xpt to the windows packaging list since I forgot to do that Friday when
the alerts branch landed.
2002-03-25 07:30:45 +00:00
dbaron%fas.harvard.edu b95312c405 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:03:32 +00:00
mkaply%us.ibm.com d0622a259c Adding newlines at the end of these files to proactively prevent HPUX bustage 2002-03-23 15:02:41 +00:00
mkaply%us.ibm.com b5165892aa HPUX bustage 2002-03-23 15:00:32 +00:00
dveditz%netscape.com 7921fe5fa3 Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers 2002-03-23 12:14:51 +00:00
dveditz%netscape.com 2cc7e2a657 bug 110946 install-script cleanup, r=curt,a=scc 2002-03-23 10:02:54 +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
dprice%netscape.com 5b665bd83b backing out for now 2002-03-22 23:57:54 +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
dprice%netscape.com b3b549037f 97334 - new flag WIN_SYSTEM_FILE for addFile
r=dougt sr=dveditz a=asa
2002-03-22 23:06:34 +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
rayw%netscape.com 3a281322b3 Added xmlschema.xpt to package list. Bug 131957, r=heikki, sr=jband, a=asa 2002-03-20 13:06:13 +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
pinkerton%netscape.com fb366798fa refactor packaging into perl package so that it can be called from MacPerl. add basebrowser embed packaging to mac build. r=adamlock/sr=alecf/a=asa. bug#129737 2002-03-19 22:05:19 +00:00
bryner%netscape.com 2863ac5493 - Removing modern theme versions of the XBL form controls
- Moving classic theme versions of the controls into forms.jar, so we don't rely on classic.jar
- Updating xpinstall packages to reflect this

Bug 130236, r=ben, sr=hyatt, a=brendan.
2002-03-19 21:47:46 +00:00
blakeross%telocity.com 93d044d117 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:41:01 +00:00
blakeross%telocity.com 69a2eecc19 Backing out...saving for a rainy day... 2002-03-17 07:39:08 +00:00
blakeross%telocity.com 563323de3b 102477 - Turning on download manager. r=law sr=ben a=dbaron 2002-03-17 04:52:34 +00:00
peterv%netscape.com 9e88940c7f Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2002-03-14 15:13:03 +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
alecf%netscape.com e96602da93 fix for bug 130095 - don't use unicode character conversion in the standalone xpinstaller - causes a crash.
r=cathleen, sr=dveditz, a=asa
2002-03-13 23:53:51 +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 fefe11a9c3 Cleaning up Component descriptions.
(Bug #123975, r=leaf, sr=dveditz, a=dbaron)
2002-03-07 03:33:27 +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
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +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
alecf%netscape.com cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +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