Commit Graph

2197 Commits

Author SHA1 Message Date
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
curt%netscape.com
dac423673c Description updates.
(Bug 23975, r=jj, sr=dveditz, a=dbaron
2002-03-04 00:03:14 +00:00
dprice%netscape.com
ca3aa8dc00 99670 r=dprice sr=mscott a=dbaron patch by dveditz
Install.addDirectory() now reports correct error
2002-02-23 03:57:25 +00:00
rayw%netscape.com
7ac2fea7ee Complete deployment of soap by adding xmlsoap.xlt to the installers.
r=dveditz, sr=vidur, a=dbaron for 0.9.9  See bug 107796.

This is a one-line addition to each of five non-embedded packages (3 platforms,
static and non-static).
2002-02-22 23:17:12 +00:00
law%netscape.com
6de68dcb6c Fix for smoketest blocker bug 126687; adding new progress dialog component to package lists 2002-02-20 21:12:37 +00:00
cathleen%netscape.com
a6a1655268 eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
dveditz%netscape.com
21b4b8ee6a Fix Install.addDirectory register under a predictable key (bug 125984);
remove dead cruft and whitespace r=sgehani sr=mscott
2002-02-19 05:58:24 +00:00
dbragg%netscape.com
3428bea73a Fix for bug 125820. Removed problem wildcard copy from windows packages files and
made explicit calls to addDirectory in the regus.jst file.  This is done to rename
the searchplugins directory to Search Plugins on the Mac. r=sgehani, sr=dveditz.
2002-02-18 22:59:20 +00:00
dveditz%netscape.com
27743a2a68 compareVersion() returns NOT_FOUND rather than comparing as if a missing
component had a version of 0.0.0.0. Removed some dead code. r=sgehani sr= mscott
2002-02-17 09:55:19 +00:00
dveditz%netscape.com
6a1cc39113 Don't strip arguments from URL used to fetch .xpi, bug 116512 r=dprice sr=mscott 2002-02-17 09:45:22 +00:00
curt%netscape.com
d754c8f3fc Component descriptions updates. 2002-02-17 05:27:32 +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
ssu%netscape.com
b151029cf4 fixing bug - 104982 - Uninstaller code needs to broadcast message that default mail/browser client has been changed/reset. r=curt, sr=dveditz 2002-02-16 01:49:51 +00:00
dprice%netscape.com
699521a101 60910 R=gagan SR=dveditz
remove a redundant download request
2002-02-15 02:55:43 +00:00
dbragg%netscape.com
6d93722524 Making the windows region pack installer tolerant of the Mac platform.
Changed the searchplugins folder name to Search Plugins when the install
is run on a Mac.  r=tao, sr=dveditz
2002-02-14 22:38:31 +00:00
curt%netscape.com
f760bf69bc Changing error MessageBox to a warning (Attention) - Bug 119530. 2002-02-14 09:52:54 +00:00
curt%netscape.com
5faf415143 Changing error MessageBox to a warning (Attention). Bug #119530 2002-02-14 09:51:08 +00:00
ccarlen%netscape.com
2cf6448a9f Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser 2002-02-13 15:01:37 +00:00
bryner%netscape.com
a911745886 Bug 123477 - implement HTML button in XBL. r=jkeiser, sr=hyatt. Not turned on yet. 2002-02-13 10:47:18 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
rbs%maths.uq.edu.au
bb497bf9c4 Oops, I had forgotten again to include the ucvmath module for the mathfont encoding tables - bug 109826 2002-02-09 07:47:26 +00:00
cathleen%netscape.com
5f6144d372 fix windows installer for static build, bug 124525 r=dp sr=sfraser 2002-02-09 03:06:00 +00:00
seawood%netscape.com
7521028be6 This has quite literally given me a headache 2002-02-08 10:07:35 +00:00
seawood%netscape.com
6d1101ace7 Blindly add xpcom:glue to search path to fix bustage. Bug #120474 2002-02-08 09:24:12 +00:00
rbs%maths.uq.edu.au
c2bfa13028 bug 109826 - turn on MathML in default builds (Windows & Linux), r=cls, a=endico on behalf of staff@mozilla.org, a=shaver on behalf of drivers@mozilla.org 2002-02-08 08:32:32 +00:00
kaie%netscape.com
edc2974c13 b=123964 PSM missing in Mac OS X nightly
r=jj sr=sfraser
2002-02-08 02:43:35 +00:00
syd%netscape.com
e393a46a8b Miscellanous fixes for Linux installer, including 53244, 107803, 122916, 122918.
r=sgehani, sr=dveditz
2002-02-07 03:44:26 +00:00
kaie%netscape.com
7792168b34 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
bryner%netscape.com
5ca713c1ed bug 123671 - make sure to register forms package (content and skin). r=jag, sr=dveditz. 2002-02-06 03:48:59 +00:00
mjudge%netscape.com
18a162f5cc command handler needed to be added to exports. blocker 123399 2002-02-04 22:58:51 +00:00
mjudge%netscape.com
5ce8eb067c change to export command handler. blocker fix for 123399 2002-02-04 22:53:35 +00:00
seawood%netscape.com
c575ed3409 Remove destination file if it exists before copying.
Bug #120586 r=bryner
2002-02-04 09:15:52 +00:00
dveditz%netscape.com
b918bcfb25 bug 94108/122881 clean up obsolete components to prevent scary errors
for people who upgrade. patch by curt@netscape.com, r=ssu/sr=dveditz
2002-02-02 00:13:12 +00:00
heikki%netscape.com
3a6fb922c1 Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser. 2002-02-01 22:28:55 +00:00
alecf%netscape.com
5483b6f627 one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
heikki%netscape.com
55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
curt%netscape.com
0ca963681d Moves xpi wrapped installer up a directory. Fixes 110919. r=leaf sr=dveditz. 2002-01-31 02:23:44 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
curt%netscape.com
22c2a84ece Switch to http 1.0 instead of 1.1. Fixes bug #89701. 2002-01-29 19:08:12 +00:00
bryner%netscape.com
21ed83ed1a Fixing XBL form controls in installer builds -- put nsISelectElement into content_html.xpt and include this file in the xpi. r/sr=jag. 2002-01-26 09:47:25 +00:00
curt%netscape.com
9b45c3207b Adds readme and license files. (Bug #Bug #15901). 2002-01-25 05:47:09 +00:00
curt%netscape.com
6eda3065a7 Addes readme and license file (Bug #Bug #15901). 2002-01-25 05:44:21 +00:00
curt%netscape.com
450f21ef84 For the mozilla stub installer xpi. 2002-01-25 05:30:11 +00:00
curt%netscape.com
b8315500f9 Wraps the stub installer into a xpi. 2002-01-25 05:27:06 +00:00
seawood%netscape.com
39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
heikki%netscape.com
633177c06d Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au, sr=jst. 2002-01-25 00:07:45 +00:00
cltbld%netscape.com
be3537c990 updating for mozilla.0.9.8 2002-01-24 22:15:06 +00:00
cltbld%netscape.com
a07e9ab03e updating for mozilla.0.9.8 2002-01-24 22:10:33 +00:00
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
jst%netscape.com
74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
jj%netscape.com
2ddc77558c #121494: missing define at the top of the file 2002-01-24 08:30:18 +00:00
jj%netscape.com
22123f6a2a bug #120858: adding talkback to daily mozilla build on MacOS 9. r=leaf, sr=granrose, a=asa 2002-01-23 01:55:48 +00:00
timeless%mac.com
6850fbbc6b Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de r=andre.dahlqvist@telia.com sr=jag a=asa
2002-01-21 21:03:59 +00:00
srilatha%netscape.com
56bf1626c2 Fix for bug # 120438. Properly register messenger-mapi package
r=ssu@netscape.com, sr=dveditz@netscape.com, a=blizzard
2002-01-18 21:48:03 +00:00
timeless%mac.com
61875b24fb Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de r=mcafee sr=jst a=blizzard
2002-01-18 15:07:39 +00:00
curt%netscape.com
5a31336e0e Uses the version information passed in through $ARGV[0] to create other variables whereever possible to improve maintainability. 2002-01-18 06:33:33 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com
516c9ddece Remove BUILD_OFFICIAL requirement for building packages.
Thanks to David Baron <dbaron@fas.harvard.edu> for the patch.
Bug #119649 r=cls
2002-01-16 01:06:18 +00:00
ssu%netscape.com
efdef8f34e fixing bug 90071 - Mozilla does not appear in Windows List of Mail Applications. r=curt, sr=dveditz 2002-01-15 07:20:31 +00:00
bryner%netscape.com
d3eb48e4c0 Bug 119757 - forms.jar missing from installer builds. r=timeless, sr=jag. 2002-01-14 03:37:25 +00:00
bnesse%netscape.com
a7daf4397f Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser. 2002-01-11 20:09:03 +00:00
seawood%netscape.com
fd7a6ae2b2 Add libfreebl & libhybrid libs to psm section of unix package files for solaris 32 bit builds.
Bug #114338 sr=granrose
2002-01-09 03:42:37 +00:00
seawood%netscape.com
962d9bd91d Set the default MOZ_PKG_FORMAT to ZIP when building on win32 2002-01-08 08:56:29 +00:00
bryner%netscape.com
42773117ed Bugscape 11533 - hooking up commercial splash screen. Adding a rule to xpfe/bootstrap/Makefile.in to echo the list of object files so that we don't have to duplicate it in the commercial version. No longer exporting splash.xpm to dist/bin or packaging it, since it's compiled in. r=cls. 2002-01-08 06:39:47 +00:00
ssu%netscape.com
204b2c78db fixing bug 103335 - enable mapi update. trivial fix. Since mapi has finally landed, the installer need to be aware of it on updates. code was there since 0.9.6 branch time frame. I'm just enabling it. 2002-01-08 06:12:08 +00:00
seawood%netscape.com
1a617e483d Explicitly export header file since NO_DIST_INSTALL is set.
Bug #58981
2002-01-08 05:51:20 +00:00
alecf%netscape.com
5965318acb C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
sfraser%netscape.com
e9434e3ba8 Fix blocker bug 105548 (the mac installer crash). The xpistub code was creating nsLocalFileMac objects, but never refcounting them, so they got deleted before the GetPath() method was called (how did this ever work???). Fixed using COMPtrs. r=ccarlen, a=jj 2002-01-07 22:22:12 +00:00
ccarlen%netscape.com
525230cf76 Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
syd%netscape.com
362a121145 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
52c4bd4301 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
128ac41103 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
blizzard%redhat.com
462bbdefd0 Bug #117160. Create a small stand alone client for xremote client requests. r=cls,sr=brendan 2001-12-28 22:17:20 +00:00
timeless%mac.com
61a97fd94a 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
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
jj%netscape.com
93737a0d8f Bug 114694: updated installer's 'vers' 2 resource to 0.9.7+ (trunk) 2001-12-20 23:16:42 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4 Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527 2001-12-20 02:09:49 +00:00
ccarlen%netscape.com
e57de9fb5a 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
hewitt%netscape.com
d4fd5e8422 113003 - Mac-packaged DOM Inspector fails to install, r=sgehani, sr=dveditz 2001-12-19 12:25:07 +00:00
dougt%netscape.com
849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
45bfbf0658 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
777d371831 Branched. 2001-12-18 00:15:19 +00:00
tor%cs.brown.edu
073a7c9d91 Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com
0a4063a239 removing libtimer_gtk.so 2001-12-16 09:28:07 +00:00
seawood%netscape.com
641b25e4b1 Fix bug of package being created multiple times by only creating the package during the libs phase (still requires BUILD_OFFICIAL=1) and making libs the default target. 2001-12-15 09:53:28 +00:00
seawood%netscape.com
6d2d207dfe Oops. Actually create the package file when using TAR 2001-12-15 09:40:32 +00:00
seawood%netscape.com
94c09dbeae Add TAR format for distributions.
Thanks to Kervin <kpierre@fit.edu> for the patch.
Bug #115382 r=cls
2001-12-15 09:24:25 +00:00
seawood%netscape.com
ed939c32a8 Use $(LIBS_DIR) instead of assuming libraries will always be found in $(DIST)/bin.
Bug #114013 r=bryner,colin a=asa
2001-12-14 00:22:02 +00:00
ben%netscape.com
fb84bfc6d9 remove extra newlines from packages-unix in case they're affectnig 114874 2001-12-13 23:19:01 +00:00
ben%netscape.com
ff9d16c41b Another attempt at fixing 114874. ensure webbrowserpersist.xpt is put in components. 2001-12-13 22:42:03 +00:00
ben%netscape.com
58b9df3b1b 114874 - save page as fails because embed_base.xpt is not packaged with release builds. 2001-12-13 20:09:07 +00:00
curt%netscape.com
3261f0a3d8 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
af646e6f1f 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
f810f656cc 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
c343dad63a 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
884be5f4c2 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
baca6ece31 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
d036ab1a38 Cleaning up obsolete smimestb.dll file. 2001-12-08 00:53:41 +00:00
dprice%netscape.com
63cd1b5206 66722 r=dveditz sr=mscott
removed unnecessary if statements
2001-12-07 07:50:09 +00:00
curt%netscape.com
25f0c0c224 Combined JRE BIN PATH and JRE LIB PATH for easier maintenance. 2001-12-07 05:48:40 +00:00
curt%netscape.com
fc79d4a588 We done't want to see the Program Folder after the installation any more. 2001-12-07 05:42:01 +00:00
curt%netscape.com
b4f57560ed Removed references to Communicator. 2001-12-04 23:56:40 +00:00
dveditz%netscape.com
dc8ff011b9 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
1e43375401 112831 - inspector not in linux installed builds 2001-12-04 05:03:13 +00:00
hewitt%netscape.com
2b23109774 112831 - linux installer crashes when installing inspector (just fixing typo in packages) 2001-12-03 06:18:00 +00:00
curt%netscape.com
2b931c3f75 More complete title for Mail and Newsgroups. 2001-12-02 04:49:39 +00:00
mscott%netscape.com
9536328502 Bug #112724 --> reduce the duplicate copies of messenger's contents.rdf
by creating a new chrome package called messenger-mapi.
r=bienvenu
sr=sspitzer
2001-12-01 00:01:02 +00:00
kaie%netscape.com
515a717b97 b=75947 Landing security startup performance improvement and related issues.
r=javi sr=alecf
b=109777  Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
hewitt%netscape.com
ecdcf7a9d1 102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver 2001-11-29 09:36:46 +00:00
attinasi%netscape.com
1d11962950 loading iamge and broken image icons were not getting picked up by installers after they were moved out of res/html. Now they will. b=110384 r=peterv sr=dveditz 2001-11-29 00:45:07 +00:00
curt%netscape.com
a7c5ba2a04 Passes parameters correctly for install.Execute() and file.Execute().
Fixes Bug #104152.
2001-11-26 20:46:41 +00:00
curt%netscape.com
267a67a22c Cleaning up more obsolete files. 2001-11-26 18:11:32 +00:00
timeless%mac.com
51a4520c4a Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mscott%netscape.com
08ff222e01 Bug #109923 --> register messenger-smime chrome 2001-11-19 22:01:49 +00:00
dprice%netscape.com
ddc7bfe48b r=dveditz sr=mscott fixes 105781
-checking for a null channel where there should not be one
2001-11-19 09:13:37 +00:00
timeless%mac.com
060425ec59 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
dveditz%netscape.com
ca4ac5c730 topcrash bug 78442 during xpinstall.
patch thanks to jband@netscape.com, r=syd, sr=dveditz
2001-11-19 04:23:47 +00:00
ssu%netscape.com
a0e9d2a1f6 fixing bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page. r=curt sr=dveditz 2001-11-17 06:21:11 +00:00
mscott%netscape.com
f5f293adc1 Try registering the smime chrome the right way.....chrome in mail.jst and the locale in
langenus.jst
2001-11-16 02:56:30 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
mscott%netscape.com
7c300a1d0e attemp to fix mailnews compose window perf regression: Bug #110355
backout my packaging change from last night.

a=loan
2001-11-16 00:20:37 +00:00
ssu%netscape.com
1272590f7a fixing blocker bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page 2001-11-15 23:27:55 +00:00
locka%iol.ie
a38d556d8b Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com 2001-11-15 12:23:57 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
mscott%netscape.com
14ef1dc652 Register smime chrome. 2001-11-15 01:29:33 +00:00
jaggernaut%netscape.com
0ecf7cce91 Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf 2001-11-14 12:35:52 +00:00
bryner%netscape.com
2f89d1df10 Adding libfileview.so and filepicker.xpt, for bug 82854. 2001-11-14 08:25:03 +00:00
mscott%netscape.com
b4e81adf91 Bug #109923 --> register chrome in the installer for messenger-smime 2001-11-14 06:17:18 +00:00
bzbarsky%mit.edu
f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
seawood%netscape.com
7bd5d9864a Generate proper tarball name for cross-compile builds. Use target name instead of build name. 2001-11-14 01:22:10 +00:00
sfraser%netscape.com
baf1b0353a Fix for blocker bug 109893; update packages-mac after I changed gfx/widget to be component DLLs. r=pink, sr=alecf 2001-11-13 19:47:31 +00:00
curt%netscape.com
2cce13deb1 Moved upgradeClean ahead of file copy. 2001-11-10 00:41:16 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
hyatt%netscape.com
83c7ae6b1f Bug 18502 remainder of checkin. Turning it on on the Mac. r/sr=pav,jband 2001-11-04 02:17:11 +00:00
hyatt%netscape.com
79f6e4162f Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband 2001-11-03 07:10:51 +00:00
blakeross%telocity.com
6c769e76e9 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
seawood%netscape.com
be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
mscott%netscape.com
db13d77e7a packaging changes for the mac for smime 2001-11-03 00:54:00 +00:00
ssu%netscape.com
83b5d8615e forgot to disable the creation of the mail shortcut in the quicklaunch bar as part of the fix to bug 28172 2001-11-03 00:45:41 +00:00
mscott%netscape.com
2b07eee44a Bug #106507 --> add new files to the packaging lists for linux and windows. 2001-11-03 00:39:05 +00:00
ssu%netscape.com
8ab6326ae9 fixing bug 28172 - Add shortcut to launch bar. r=sgehani, sr=mscott 2001-11-03 00:34:17 +00:00
bryner%netscape.com
f435b83f15 libcmt.so is from psm1 and no longer exists, removing it. r=dveditz. 2001-11-02 23:58:10 +00:00
jj%netscape.com
361fca7585 fix for bug #106566: updated 'vers' 2 resource to 0.9.5+ (installer) 2001-11-02 02:00:16 +00:00
alecf%netscape.com
cb27dff83f argh, this was left over cruft from my tree 2001-11-02 00:17:29 +00:00
alecf%netscape.com
67645a5a6f fix for bug 76944 - cleanup as a result of string bundle cleanup
r=tao, sr=dveditz
2001-11-01 22:42:28 +00:00
seawood%netscape.com
8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
pete%alphanumerica.com
b52992027b b=107823, r=ccarlen, sr=brendan
--pete
2001-11-01 00:11:15 +00:00
jaggernaut%netscape.com
e2f4401c73 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-28 08:33:51 +00:00
seawood%netscape.com
9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
dbaron%fas.harvard.edu
02f3a2d769 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
dprice%netscape.com
bd0094e062 fix 42433 r=dveditz sr=mscott
File.DirCreate now returns success if dir already exists
2001-10-23 22:35:11 +00:00
curt%scruznet.com
f482b70bee Enables Okay button so dialog can be closed.
Fixes bug #53224.
2001-10-23 06:00:37 +00:00
curt%scruznet.com
d6cfd65421 Enables the pause button. Fixes bug #84595. 2001-10-23 05:49:20 +00:00
gerv%gerv.net
d72b68fbd4 Bug 101431 - making chromelist.txt happen again. Enable it on Unix, and add it to the relevant packaging manifests. r=cls. 2001-10-23 02:40:24 +00:00
jj%netscape.com
967939a9b9 landing fix for bugscape 10608 (added oji.shlb in [browser] module) on the trunk. 2001-10-23 00:35:45 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
loadrunner%betak.net
a234d852a9 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 23:18:32 +00:00
loadrunner%betak.net
a9bf48f606 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 21:53:14 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
tao%netscape.com
54985f4317 bug 72496: How to get all platform files w/o downloading 3 Browsers?
r=ssu,sr=dveditz
2001-10-16 23:36:03 +00:00
dougt%netscape.com
4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
nhotta%netscape.com
e22f2cdc83 Adding "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:43:18 +00:00
rginda%netscape.com
02dcf03a7e fix typo, r=syd 2001-10-13 08:33:08 +00:00
ssu%netscape.com
d08a823b72 fixing bug 104275 - Cannot send message from Excel/PPoint97 using SimpleMAPI. r=curt, sr=dveditz. not part of tinderbox builds. affects windows platforms only 2001-10-13 02:01:16 +00:00
curt%scruznet.com
0c9d94e1a8 Only add MAPI and MAPIX to win.ini. 2001-10-12 19:56:36 +00:00
dbaron%fas.harvard.edu
a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
leaf%mozilla.org
86d595922a bug 88898, code from lpham, r=leaf sr=granrose (packaging manifest). removing a non-existent library from the manifest 2001-10-11 21:15:45 +00:00
ssu%netscape.com
a0c3a75e96 need to disable a call to updateMapi() because mapi has not landed on trunk yet. If this is not done, win32 installer will fail to complete when run. 2001-10-10 01:11:40 +00:00
ssu%netscape.com
1ec5e46137 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
c95c6cfa39 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
curt%scruznet.com
0bc3b0d4a5 Simple MAPI setting in win.ini. 2001-10-09 01:20:29 +00:00
leaf%mozilla.org
f5b98bc720 bug 103025, update version string for windows installers. code from kysmith, r=leaf 2001-10-08 22:47:53 +00:00
dougt%netscape.com
f6d565a8b3 removes a printf. r=syd 2001-10-08 22:45:01 +00:00
ssu%netscape.com
435140b31e fixing bug 103228 - Fix xpinstall engine so InstallTrigger.compareVersion() works. r=syd, sr=dveditz. 2001-10-08 21:24:19 +00:00
ssu%netscape.com
50ea82c092 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
jaggernaut%netscape.com
c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
akkana%netscape.com
0ee3cb2fdd 66345: Flipping the switch on the editor reorg (mac).
Add the new library names to the mac packager.
  r=cmanske,jfrancis,brade sr=sfraser,kin a=dbaron
2001-10-05 01:15:56 +00:00
akkana%netscape.com
7ab75cf931 66345: Flipping the switch on the editor reorg.
libeditor is now just the base libraries; libcomposer covers
  the composer app.  Installing both in packages that used to
  install the composer app.  Mac checkin will follow separately.
  r=cmanske,jfrancis sr=sfraser,kin a=dbaron
2001-10-05 00:40:27 +00:00
ssu%netscape.com
a9f41d218e backing out my previous check in. 2001-10-04 22:04:55 +00:00
ssu%netscape.com
6f7bfb35db fixing bug 9943 - 2 icons showing up on desktop after installing 6.2 - r=dveditz, sr=syd 2001-10-04 21:41:24 +00:00
rginda%netscape.com
5413d3807c bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template
2001-10-02 23:56:10 +00:00
rginda%netscape.com
66a10141cc bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template and makeall.pl
2001-10-02 23:55:34 +00:00
rginda%netscape.com
2ecf32a213 bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman components to the packages files
2001-10-02 23:54:02 +00:00
rginda%netscape.com
00692d26fa bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
initial add of venkman install.js templates
2001-10-02 23:52:49 +00:00
ccarlen%netscape.com
cf1abf69eb Bug 92750 - Fizilla doesn't ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:50:29 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
ssu%netscape.com
31ba263c59 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
83f4156f0d 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
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
curt%scruznet.com
2ee19f99b6 Adding ren8dot3.exe back into the installation for now.
Fixes bug #48306
2001-09-28 05:51:55 +00:00
syd%netscape.com
78cd72f139 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