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

10777 Коммитов

Автор SHA1 Сообщение Дата
srilatha%netscape.com d7254719a6 Fix for bug 71247. Changed SetUnicharPref to SetCharPref for ldap url preference.
r=dmose, sr=sspitzer, a=blizzard
2001-06-22 06:20:05 +00:00
naving%netscape.com fb604741f0 69360 r=suresh sr=mscott a=blizzard; strip nulls from the message as specified in rfc 2822 2001-06-22 05:11:33 +00:00
sspitzer%netscape.com ebb6bf9d8a fix for #85225. mail crashes at startup. added some bulletproofing
and removed the static nsCOMPtr.  r=varada, sr=alecf, a=chofmann
2001-06-22 01:15:22 +00:00
sspitzer%netscape.com 01911c609e fix for #74518. reading messages (or parts of messages) that are in the memory cache can leave
the connections in busy states, which causes us to open up new connections, which eventually
gets us into the "too many open connections" state.
r=naving,sr=mscott,a=chofmann
2001-06-22 01:12:42 +00:00
srilatha%netscape.com c5f6c14b8a Fix for bug 79792. Added observers for ldap prefs. Added sessions list for all the
recipients. Added AddSession, RemoveSession and SyncSessions
r=ducarroz, sr=hewitt, a=asa
2001-06-22 01:12:32 +00:00
naving%netscape.com 37ab02d967 85228 r=suresh sr=mscott a=chofmann; check for null 2001-06-22 00:57:08 +00:00
dougt%netscape.com c306e0513b Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
hwaara%chello.se 540922b848 #87139, fixing regression "Search Msg UI: Descriptive text injured by Filter UI fix". r=naving, sr=sspitzer, a=asa. 2001-06-21 21:56:49 +00:00
cls%seawood.org 4097ab33ce Use 8.3 name for lib 2001-06-21 05:28:14 +00:00
sspitzer%netscape.com 188991d9ff fix for #86996 and #82805. fix some UI problems caused by js error.
fixing the js error makes it so we can lock the offline and disk space prefs.
r=racham, rs=mscott, a=asa
2001-06-21 03:27:48 +00:00
cls%seawood.org 39b84fccd1 Rename smimestub library from smime to smimestub to avoid conflict with nss' smime{3} library. Needed for static builds
Bug #86254 r=ducarroz sr=waterson
2001-06-21 02:38:41 +00:00
naving%netscape.com 39ad8bd296 85228 r=suresh sr=mscott a=blizzard; prevent the crash by use of nsXPIDLString. 2001-06-21 00:42:01 +00:00
cavin%netscape.com ac2c6d9ba3 Fix for bugscape 3491, 3611 and 4696. r=/sr=sspitzer, a=asa@mozilla.org. Convert/hide AOL folder names; Turn off busy cursor when canceling login; Add redirector type to Logon() method in nsIMsgLogonRedirector. 2001-06-21 00:03:15 +00:00
cathleen%netscape.com 283df77cdf Remove extra duplicate symbols in mailnews. Fiiiiiine! 2001-06-20 21:53:15 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org ccd51296fa Fixing objdir bustage (most of the tinderboxes mind you) 2001-06-20 09:03:16 +00:00
cls%seawood.org 46fd16f707 Remove extraneous backslash 2001-06-20 07:28:17 +00:00
srilatha%netscape.com 478aa85dca Fix for bug 79252. This fixes the migration from 4.x format to mozilla format. r=dmose, sr=sspitzer, a=dbaron 2001-06-20 06:51:37 +00:00
racham%netscape.com 9bb7587bd9 Fixing bugs 23625 and 62433. Bug 23625 is about creation of special folders for new IMAP accounts. Fix to that bug includes the rearrangment of copies and folder UI panel which is a bit similar to 4.x model now. Panel UI allows user to select a special folder on the IMAP server and the folder is then created at runtime as needed. Today, IMAP account special folders point to Local folders which is confusing. Bug 62433 takes care of migration of multiple 4.x imap servers under single identity to get migrated properly with unique account names based on username, hostname and the port value if needed. r=naving, s=sspitzer a=asa 2001-06-20 06:13:27 +00:00
blakeross%telocity.com 291c058478 No feedback when Find Again (Ctrl+G) reaches EOF (63410). r=alecf sr=sfraser a=asa 2001-06-20 06:12:37 +00:00
srilatha%netscape.com 590b8249e5 Fix for bug# 79869. Change pref calls to unichar so that the multibyte directory
server properties are saved preoperly.
r=mitesh, sr=sspitzer, a=asa
2001-06-20 04:03:16 +00:00
hewitt%netscape.com a14af9ff9d 63108 - outlook express l10n, r=sspitzer, sr=mscott, a=asa 2001-06-20 03:37:18 +00:00
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
naving%netscape.com 8e38097b5a should fix speedracer SunOS bustage 2001-06-20 00:24:54 +00:00
dianesun%netscape.com 14e38088a8 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
naving%netscape.com 849a777cf2 84905 r=bhuvan sr=mscott a=dbaron. Make D&D to move messages across servers. 2001-06-19 23:54:00 +00:00
ducarroz%netscape.com e14bf4cf17 Fix for bug 84544. Check for null pointer to avoid crash. R=varada, SR=mscott, A=asa 2001-06-19 23:19:55 +00:00
naving%netscape.com 55cd83e2ca 86467 r=suresh sr=mscott a=asa. use inbox as "INBOX" so that imap commands
are in sync.
2001-06-19 22:45:33 +00:00
chuang%netscape.com 1062c76f49 bug57839 'Local Folders' not created after cancel Wiz & import settings, r=bhuvan
, sr=sspitzer, a=asa@mozilla.org
2001-06-19 22:30:30 +00:00
srilatha%netscape.com de3db96da9 Fix for bug # 80060. Fixed removedirectory() such that the selected directory gets
deleted and also it gets deleted when user clicks on ok
r=bhuvan, sr=sspitzer, a=asa
2001-06-19 06:06:21 +00:00
srilatha%netscape.com 07694ef07a Fix for bug 79933. Added some error messages when user enters invalid data into the
directory server properties dialog
r=mohanb, sr=sspitzer, a=blizzard
2001-06-19 02:34:56 +00:00
stephend%netscape.com ec527d8f48 Scragglers for bug 75819, I applied the patch by hand and missed a couple instances. Original patch by Bhart00@yahoo.com (Bradley Hart) r=me/robinf/jglick sr=scc a=asa 2001-06-19 01:27:38 +00:00
stephend%netscape.com 2b9856e5cb 75819 - Wording in HTML mail question dialog for 'Plaintext' should be 'Plain Text'. Patch by Bradley Hart <bhart00@yahoo.com> r=stephen@netscape.com, robinf@netscape.com/jglick@netscape.com sr=scc@mozilla.org a=asa@mozilla 2001-06-19 01:13:36 +00:00
hwaara%chello.se db351e4c6b #70236, "new folder" button in filter-editor should be disabled if an action other than "Move to folder" is selected. r=doron, sr=sspitzer, a=asa.
#68175, fix bug where we opened the filter-editor seemingly at random sometimes when clicking around in the filter-list dialog. r=naving, sr=sspitzer, a=asa.
2001-06-19 01:08:41 +00:00
stephend%netscape.com 7eb354a5b8 Cleaning up whitespace that was missed with cvs diff -uw on bug 58783, that bug has r=naving, sr=sspitzer, a=asa 2001-06-19 00:58:15 +00:00
stephend%netscape.com bcc84cf8d9 Bug 58783 - Title isn't cleared in a folder when the last message is deleted. r=naving@netscape.com sr=sspitzer@netscape.com a=asa@mozilla.org 2001-06-19 00:33:09 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
sspitzer%netscape.com 218d6a2440 fix for #86066. properly enable / disable "mark all read". thanks to neil@parkwaycc.co.uk for the fix.
r=racham, sr=sspitzer, a=asa
2001-06-18 21:43:11 +00:00
srilatha%netscape.com 07e0140deb Fix for bug# 79780. Removed autocompleteskipdirectory from _elementIDs
sr=sspitzer, a=blizzard
2001-06-18 20:42:47 +00:00
nhotta%netscape.com 726a385fc9 Fixed to use NS_ConvertUTF8toUCS2 for UTF-8 strings, bug 86341 (blocker), r=scc, a=leaf. 2001-06-18 18:05:37 +00:00
scc%mozilla.org 526604e2d8 bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
naving%netscape.com d946106241 84767 r=suresh sr=mscott a=dbaron. Check for m_curFilter to be non null when there is no
filter name in rules.dat
2001-06-17 23:59:01 +00:00
hwaara%chello.se 2ad0e3544a #82773, big improvement for the mail/news filter UI. r=sspitzer, sr=hewitt, a=dbaron. 2001-06-17 10:08:18 +00:00
scc%mozilla.org 6ffb79541e fixing accidental behavior change from my checkin for bug #85271. This patch is r=dbaron. Restores the correct return value for the function (|NS_OK| when no converter is found). 2001-06-17 06:17:12 +00:00
scc%mozilla.org 2e8b3e9481 bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
sspitzer%netscape.com 047a719a94 fix for bug #79239.
hide or alter offline related UI for servers and folders that don't support
offline.

r=racham, sr=mscott, a=dbaron
2001-06-16 07:20:15 +00:00
sspitzer%netscape.com 0f06902690 fix js error for dianesun. 2001-06-16 06:50:22 +00:00
dianesun%netscape.com 22cdbee2e2 *** empty log message *** 2001-06-16 05:27:05 +00:00
bzbarsky%mit.edu ebdf18fe9c Get rid of extra space in entity value. Bug 83967, r=mohanb,
sr=bienvenu, a=asa
2001-06-16 04:14:20 +00:00
mkaply%us.ibm.com 97aa7a6b17 IRIX bustage - CRLF 2001-06-16 02:07:09 +00:00