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

116965 Коммитов

Автор SHA1 Сообщение Дата
bmlk%gmx.de 4aaddd1d51 change table cell width to content width, bug 119100 r=jkeiser sr=bzbarsky 2003-03-21 19:35:36 +00:00
bmlk%gmx.de 868dc5ae54 compute margin based overflow area for innertable and caption frame bug 198009 r/sr=bzbarsky 2003-03-21 19:32:09 +00:00
heikki%netscape.com 7e8034bc24 Bug 139276, implement synchronous document.load(), r=jst, sr=darin. 2003-03-21 19:22:52 +00:00
harishd%netscape.com 47ae9abde3 Fixed a crasher by avoiding an extra release of the minivariant. Also fixed a bug in soap encoding. b=197872, r=rayw@netscape.com, sr=jst@netscape.com 2003-03-21 19:14:29 +00:00
heikki%netscape.com 4dbe6e1def Bug 198613, fix AIX bustage, patch from pkw@us.ibm.com, r=jst, sr=heikki. 2003-03-21 19:06:36 +00:00
harishd%netscape.com 33ea31bd88 This file is no longer used. 2003-03-21 18:58:12 +00:00
harishd%netscape.com 7432754414 Removing interfaceinfo module under mozilla/extensionsbecause it got moved into mozilla/extensions/xmlextras.
*** SHOULD NOT AFFECT THE BUILD ***
2003-03-21 18:56:19 +00:00
mostafah%oeone.com 2f4e78cbde Fixed exceptions not being respected on start dates 2003-03-21 18:47:53 +00:00
mkaply%us.ibm.com 1736e6f7c7 Didn't mean to check that in 2003-03-21 18:34:11 +00:00
mkaply%us.ibm.com 1b01d44c95 OS/2 bustage - nsFontMetricsOS2.cpp 2003-03-21 18:30:24 +00:00
mikep%oeone.com 4b005908e6 Fixing bug 198607, problem with drag and drop in multiweekview. 2003-03-21 17:32:20 +00:00
mcs%netscape.com 64c117c784 Fix 189089 - port nspr w32 now.c fix to directory.
See bug # 188396 - NSPR should not use ftime on windows.
	This fixes a potential Year 2038 issue.
2003-03-21 16:41:42 +00:00
mikep%oeone.com 34dba23152 Fixing to use password type in dialog. 2003-03-21 16:18:49 +00:00
mikep%oeone.com 03c5e5c8c0 Fixing so that the password dialog uses password type for textbox, bug 198132. 2003-03-21 16:18:22 +00:00
mikep%oeone.com eb6932db06 Fixing to put month view last in the list of views, bug 198493. 2003-03-21 16:13:47 +00:00
mikep%oeone.com ac09cd478e Fixing email to use JSLIB functions to make temp file, bug 198214. 2003-03-21 16:11:16 +00:00
alecf%netscape.com 64a8a63888 argh fix darwin bustage.. :( 2003-03-21 16:06:20 +00:00
mcs%netscape.com f8e295fb12 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 e7ca567cfa 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 4b43c871f0 Fixing bug 195585, Go To Today now changes the large and small calendar. 2003-03-21 15:34:29 +00:00
mikep%oeone.com 0a71192e80 Fixing text for Go menu, bug 194920. 2003-03-21 15:20:54 +00:00
wtc%netscape.com 5c817e6aa2 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 f9ba319bdc Adding in space after import text, bug 192776. 2003-03-21 14:52:59 +00:00
mikep%oeone.com 75e450981c Fixing js error because of wrong title, bug 193936. 2003-03-21 14:37:31 +00:00
mkaply%us.ibm.com 5343182965 #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 18f02c59bb fix typo in comment 2003-03-21 14:17:58 +00:00
cbiesinger%web.de 4838278138 198296 --disable-xpinstall breaks mozilla build r=dougt, sr=alecf,jag 2003-03-21 14:08:48 +00:00
alecf%netscape.com b7bb5e49db just one theory on the Ts slowdown, before I back myself out completely 2003-03-21 13:31:34 +00:00
sspitzer%netscape.com 395c19ce8c supplimental fix for #198522
r/sr=jag
2003-03-21 09:26:35 +00:00
sspitzer%netscape.com 5ff94bf435 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 5c7ef8c800 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 e11eb11c40 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 c4ca90159b 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 e59ff2db4f eh, I guess I should fix ports for bug 195262 as well 2003-03-21 07:10:20 +00:00
sspitzer%netscape.com b61c4ee7b9 supplimental fix for #195287, fix wording of junk mail info dialog.
r=robinf
2003-03-21 07:04:54 +00:00
bryner%netscape.com 48fbe04d7e 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 724a46f7d3 argh, I forgot to land the unix stuff too... 2003-03-21 07:02:44 +00:00
sspitzer%netscape.com 67f65c39bb 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 aa169d6a58 augh! how did I miss these files?!
more for bug 195262
2003-03-21 06:52:12 +00:00
alecf%netscape.com d198265d74 one more GetUnicode() 2003-03-21 06:47:32 +00:00
alecf%netscape.com 0eabf2a73d oops, and TestPermanentAtoms 2003-03-21 06:35:14 +00:00
alecf%netscape.com 2d72cd4cd8 oops, land TestAtoms from the previous patch 2003-03-21 06:34:23 +00:00
alecf%netscape.com c4ea07bc53 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 741b6aa630 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 b3d96667a2 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 419689f00c 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 817ccffe16 On IRIX, dirname() and basename() are defined in -lgen. 2003-03-21 05:13:20 +00:00
sspitzer%netscape.com 85f9a626c4 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 dd2958fda2 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 03fcfe93f8 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