Commit Graph

116729 Commits

Author SHA1 Message Date
mikep%oeone.com
d81bc41ee3 Fixing email to use JSLIB functions to make temp file, bug 198214. 2003-03-21 16:11:16 +00:00
alecf%netscape.com
f7cd8fcae5 argh fix darwin bustage.. :( 2003-03-21 16:06:20 +00:00
mcs%netscape.com
5de84ec0c5 Fix 183385 - eliminate references to NSS key/cert/module files.
The LDAP tools code no longer has any knowledge of the NSS
	file names; the certpath2keypath() function has been deleted
	and we now simply use the certdbpath as keydbpath when it is
	provided (it makes no difference in the end). But note that
	because we need to maintain backwards compatibility, the
	libssldap code used by the ldapssl_.*_init() functions still
	knows the default name of the NSS module file (secmod.db),
	and the code also relies on the fact that the suffix for the
	key and cert files is ".db" and that the first letter in the
	main part of the name is either 'c' or 'k'.
Also fixed a bug that caused the module file name specified on
	the LDAP tools command line (-m name) to be ignored.
The ldapsearch and ldapcmp tools now exit with LDAP_NO_MEMORY
	if an LDIF fragment can't be constructed.
Also fixed some issues reported by lint:
	Return values that were ignored.
	Make more functions and global variables static.
	Add /*ARGSUSED*/ and similar lint-friendly comments.
2003-03-21 16:00:34 +00:00
mikep%oeone.com
0f1234132d Fixing bug 198592, events in last days of month and multiweek view are not shown. 2003-03-21 15:36:51 +00:00
mikep%oeone.com
142a15ec79 Fixing bug 195585, Go To Today now changes the large and small calendar. 2003-03-21 15:34:29 +00:00
mikep%oeone.com
92262361e0 Fixing text for Go menu, bug 194920. 2003-03-21 15:20:54 +00:00
wtc%netscape.com
e60662c072 Resurrected the workaround in revision 1.2. It may be difficult for some
OSF1 users to upgrade their C compiler to the required versions.
2003-03-21 15:10:11 +00:00
mikep%oeone.com
0ce80bff43 Adding in space after import text, bug 192776. 2003-03-21 14:52:59 +00:00
mikep%oeone.com
a03ddf3f24 Fixing js error because of wrong title, bug 193936. 2003-03-21 14:37:31 +00:00
mkaply%us.ibm.com
2b448aeebc #197411
r=me, sr=blizzard (platform specific code)
Code from Jessica Blanco - remove nsModule.cpp (hack place to store globals) and reliance on DLL
initialization code so we can get embedding working.
2003-03-21 14:17:59 +00:00
brade%netscape.com
9589653c4a fix typo in comment 2003-03-21 14:17:58 +00:00
cbiesinger%web.de
1227555904 198296 --disable-xpinstall breaks mozilla build r=dougt, sr=alecf,jag 2003-03-21 14:08:48 +00:00
alecf%netscape.com
3cb283cc78 just one theory on the Ts slowdown, before I back myself out completely 2003-03-21 13:31:34 +00:00
sspitzer%netscape.com
668729c96d supplimental fix for #198522
r/sr=jag
2003-03-21 09:26:35 +00:00
sspitzer%netscape.com
5f2ab0d363 fix for bug #197729
reduce number of mail toolbar buttons by default, reorder delete & junk buttons
r/sr=bienvenu, a=jglick
2003-03-21 08:54:38 +00:00
alecf%netscape.com
8d478bc8fc oops, don't free the arena pool if we never allocated it!
duh.
fixes a shutdown crash
2003-03-21 08:38:56 +00:00
jaggernaut%netscape.com
a1b34287d3 Bug 26288: Allow user to select system fonts in editor UI. r=Neil, sr=sspitzer, moa=brade 2003-03-21 08:36:28 +00:00
alecf%netscape.com
3057ba40d0 better conversions that dbaron/darin would have requested if they had actually seen this in the patch :( 2003-03-21 07:33:21 +00:00
alecf%netscape.com
0ad013d13f eh, I guess I should fix ports for bug 195262 as well 2003-03-21 07:10:20 +00:00
sspitzer%netscape.com
ccc3622bae supplimental fix for #195287, fix wording of junk mail info dialog.
r=robinf
2003-03-21 07:04:54 +00:00
bryner%netscape.com
401703c8e8 Break the ownership cycle with nsUpdateNotifier's mTimer at shutdown, so that both objects don't leak. Bug 198517, r=sgehani, sr=brendan. 2003-03-21 07:04:33 +00:00
alecf%netscape.com
7679b6684e argh, I forgot to land the unix stuff too... 2003-03-21 07:02:44 +00:00
sspitzer%netscape.com
3abce7f29b fix for #198274 [classic skin] Text under Stop button not lined up.
also, merge junk buttons into our big button map.
thanks to abecevello@sympatico.ca for the fix
r/sr=sspitzer
2003-03-21 06:58:09 +00:00
alecf%netscape.com
be937c3d3c augh! how did I miss these files?!
more for bug 195262
2003-03-21 06:52:12 +00:00
alecf%netscape.com
d20f9ae371 one more GetUnicode() 2003-03-21 06:47:32 +00:00
alecf%netscape.com
a7bdb96a1d oops, and TestPermanentAtoms 2003-03-21 06:35:14 +00:00
alecf%netscape.com
d9331ea1a2 oops, land TestAtoms from the previous patch 2003-03-21 06:34:23 +00:00
alecf%netscape.com
ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
wtc%netscape.com
162937967f Bug 197890: backed out the previous checkin. For unknown reasons, the
Mozilla trunk Tinderbox machine "beast" had trouble running the cygpath
command.  It failed with the error
"can't create title mutex, Win32 error 6".
2003-03-21 06:10:31 +00:00
hpradhan%hotpop.com
273de66e60 bug 197827 : fix a leak by making nsSHEntry use nsCOMArray. r=radha sr=alecf 2003-03-21 06:05:43 +00:00
wtc%netscape.com
a5c5715cab Bugzilla 198461: fixed build problem on OpenBSD. The patch is contributed
by timeless@bemail.org.
2003-03-21 05:24:29 +00:00
wtc%netscape.com
c24221c822 On IRIX, dirname() and basename() are defined in -lgen. 2003-03-21 05:13:20 +00:00
sspitzer%netscape.com
87756a11b0 change menu item wording, to not get cropped on mac os x.
r=robinf
2003-03-21 05:12:43 +00:00
wtc%netscape.com
aa67187f10 Bugzilla 198481: when using cc to build a 64-bit SPARC shared library, we
need to specify -xarch=v9.
2003-03-21 04:45:37 +00:00
sspitzer%netscape.com
95dc7c665a fix for bug #197209, Opening Folder Properties throws exception for non imap folders
r/sr=bienvenu.  thanks to Sebastian and Neil for the bug and assist.
2003-03-21 04:15:27 +00:00
wtc%netscape.com
5ecbb2e6d4 Bug 198482: OS/2 can't run sign.sh because we can't set DLL load path in
a shell script.  This patch is contributed by Michael Kaply
<mkaply@us.ibm.com>.
Modified Files: Makefile
Added Files: sign.cmd
2003-03-21 03:48:11 +00:00
blizzard%redhat.com
29b41625ef Fix a couple of compiler warnings. No bugs or reviews here - it's pretty simple. 2003-03-21 03:43:33 +00:00
bolian.yin%sun.com
be94514e09 Bug 197088, Netscape 7.02 crashes when my JavaScript accesses a Java string or int. r=av, sr=beard. patch by joshua.xia@sun.com 2003-03-21 03:37:18 +00:00
wtc%netscape.com
47c8a2f084 Bugzilla 198481: fixed all build problems with gcc on Solaris.
1. Removed the workarounds we put in before -- hardcoding LD to
/usr/ccs/bin/ld and passing the -B/usr/ccs/bin/ flag to gcc.
2. Use the compiler, $(CC), to build shared libraries.
3. If gcc is used, determine whether gcc uses GNU ld or Solaris
ld and set the new make variable GCC_USE_GNU_LD accordingly.
Modified Files:
	coreconf/SunOS5.mk nss/cmd/platlibs.mk nss/lib/freebl/Makefile
2003-03-21 03:31:00 +00:00
harishd%netscape.com
7e6a8e4168 Fixing ports bustage 2003-03-21 03:26:22 +00:00
dbaron%dbaron.org
f9e45e853e Make nsSpaceManager::ClearRegions reset mLowestTop as well. b=198485 r+sr=roc 2003-03-21 03:11:47 +00:00
shliang%netscape.com
210db5ec17 198522 - sidebarOverlay.js changes used for changing sidebar default to closed in ns. r=sgehani, sr=jag 2003-03-21 02:57:22 +00:00
timeless%mozdev.org
c44acbaabd Bug 180916 nsPermission::~nsPermission frees uninitialized values
r=darin sr=darin
2003-03-21 02:50:58 +00:00
pschwartau%netscape.com
c78c022a6a Removing the early return, and adjusting |N| downward from 1000 to 90 instead. 2003-03-21 02:02:59 +00:00
bzbarsky%mit.edu
9d9dd599e9 Load images even if we're not associated with any document, for now, so that
drag/drop and copy/paste of images work.  Bug 198428, r=timeless, sr=jst
2003-03-21 01:31:43 +00:00
harishd%netscape.com
32ba20c7e6 Fixing bustage 2003-03-21 01:30:26 +00:00
heikki%netscape.com
c15488986d Bug 172065, remove unused XIF labels, patch by stevechapel@earthlink.net, r=sgehani, sr=heikki. 2003-03-21 01:11:52 +00:00
cltbld%netscape.com
9d674edccf Automated update 2003-03-21 00:45:06 +00:00
harishd%netscape.com
ee7e22171a Enabling p3p support. b=198089, r=leaf@netscape.com, a=drivers@mozilla.org 2003-03-21 00:37:13 +00:00
cltbld%netscape.com
27385005d1 Automated update 2003-03-21 00:30:10 +00:00