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

1968 Коммитов

Автор SHA1 Сообщение Дата
nhotta%netscape.com 2935aa5c97 In SnarfAttachment, do not use the original file name if it contains '|', "nsmail-X.tmp" to be used instead,
this is needed because a filename contains '|' cannot be used for a temp filename although it's valid on japanese system,
bug 68993, r=varada,ducarroz, sr=bienvenu.
2001-07-02 21:08:04 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
nhotta%netscape.com 37035eaaa4 In nsHTMLUtils.cpp changed to create UTF-8 URI instead of a document charset,
in mailnews changed ASCII conversion to UTF-8, bug 87202, r=ftang, sr=jst.
2001-06-29 22:21:50 +00:00
varada%netscape.com ffc5ee3c70 fix for bug #79487 and #81738 -removing format menu items in plaintext compose windows; 86116-auto spellcheck doesnt work all the time; r=ducarroz;sr=sspitzer 2001-06-29 21:46:52 +00:00
mscott%netscape.com 784f812b4b Don't intialize the progress value string. This lets the user see a #1 when we don't want them too =)
r/sr=sspitzer
2001-06-29 21:41:39 +00:00
racham%netscape.com 966f5b5ec7 Fixing bugscape bug 6830. This fix allows ISPs to control user actions on their servers. Attributes to determine whether user can file messages on a given server and whether folder creation is allowed have been added. ISPs can set this value in rdf file. r,sr=sspitzer 2001-06-29 07:04:38 +00:00
mscott%netscape.com 4fb8c51d31 missed a file. 2001-06-29 05:05:35 +00:00
mscott%netscape.com e678fa74bf add smtp progress notification
r=ducarroz
sr=sspitzer
2001-06-29 04:37:00 +00:00
mscott%netscape.com 0580ad69b7 Bug #65209 --> hook up progress for posting messages.
r=ducarroz
sr=sspitzer
2001-06-29 04:05:38 +00:00
ducarroz%netscape.com 10c2af1d4c Fix for bug 87980. Fix security breach. R=vidur, SR=brendan, A=chofmann 2001-06-27 23:27:07 +00:00
srilatha%netscape.com d802539ea1 Fix fro bug # 86966. Changed savePrefFile adn added try catch for ldpa stuff.
r=ducarroz, sr=alecf.
2001-06-25 23:22:12 +00:00
srilatha%netscape.com 65b7b1bd5c 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
dougt%netscape.com 758f79ff72 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
cavin%netscape.com 3c2f84dfd0 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
waterson%netscape.com b74d6e1c8b 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
srilatha%netscape.com 7f252810a0 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 5d5db17218 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
dbaron%fas.harvard.edu 9d35ed31a4 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
ducarroz%netscape.com a4f3f86b7d 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
stephend%netscape.com e519e441c4 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 755002a129 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
cls%seawood.org bf5fb48486 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
scc%mozilla.org 1f69171c8f bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
scc%mozilla.org a8fb409c6e 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
varada%netscape.com 6a3ce29c55 fix for bug#75449-forwarding attachments inline were getting garbled names in the UI;r=ducarroz;sr=seth;a=asa 2001-06-15 20:01:49 +00:00
varada%netscape.com a6d54dc216 partial fix for bug#81296 -visually enabling SendNow menu all the time;r=blizzard,sr=sspitzer;a=asa 2001-06-15 19:55:52 +00:00
sspitzer%netscape.com 2082e9b321 fix for bug #84261. there are times where we need to insert linefeeds into message bodys
so that saving as draft, sending, and posting messages will not fail.
this will be come less of a problem when #67334 is fixed.
r=ducarroz, sr=sfraser, a=asa
2001-06-15 19:52:50 +00:00
dmose%netscape.com b292106d6f Parameterize LDAP autocomplete searchfilter via hidden pref (bug 77386); also improves default searchfilter (85315). r=leif@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org 2001-06-15 05:04:32 +00:00
ducarroz%netscape.com 5968affb72 Fix for bug 69337. Add css rule to toggle the send button image when switching between online and offline. This is only for classic. Thanks neil@parkwaycc.co.uk for providing the patch. R=ducarroz, SR=hewitt, A=asa@mozilla.org 2001-06-15 01:28:28 +00:00
mscott%netscape.com 87b08c474d Bug #84731 --> default smtp servers to never use ssl instead of try
sr=sspitzer
a=asa
2001-06-13 21:28:16 +00:00
ducarroz%netscape.com f5aab2990f Fix for bug 28348. Disable temporary the cancel button and remove the keep dialog open option. R=varada, SR=mscott, A=asa 2001-06-09 05:28:38 +00:00
cmanske%netscape.com be81baabc6 Remove separate 'Replace' command, fix by rcassin, b=80807, r=cmanske, sr=sfraser, a=asa-drivers 2001-06-08 05:00:40 +00:00
sspitzer%netscape.com e67b23af0f whoops, checking in the real fix for #79260.
(I checked in the wrong patch)
2001-06-08 04:24:05 +00:00
sspitzer%netscape.com d650301195 fix for #79260. get compose nspr log to work again in opt builds
(for stephend).  r=mscott, sr=bienvenu, a=asa
2001-06-08 04:12:42 +00:00
mscott%netscape.com 0740b3e870 Bug #65170 --> make sure ReadLine blocks if we don't get a complete line from the server
we block by re-entering the paused for data state in our state machine.
r=sspitzer
sr=bienvenu
a=asa
2001-06-07 04:26:38 +00:00
ducarroz%netscape.com a8c9f9a23a Fix for bug 82460. Correctly manage errors when user decides to stop sending when we cannot find the attachment. R=varada, SR=mscott, A=blizzard 2001-06-06 23:53:55 +00:00
mscott%netscape.com 43b8fa7e79 Bug #84356 --> fix mailto url regression caused by port blocking landing.
r=dougt
sr=bienvenu
a=blizzard
2001-06-06 23:37:37 +00:00
dmose%netscape.com 7886df5150 Make LDAP autocompletion respect UI setting for maximum number of hits to return (bug 77388). r=leif@netscape.com, sr=mscott@netscape.com, a=blizzard@mozilla.org 2001-06-06 23:28:07 +00:00
mscott%netscape.com 864262f972 Bug #83381 --> crash replying to message with long lines
r=sspitzer
sr=bienvenu
a=asa
2001-06-06 00:44:06 +00:00
dougt%netscape.com e0c4831d10 Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko 2001-06-06 00:10:09 +00:00
nhotta%netscape.com 9a64865fff Separated the menu checkmark part as a function,
use setTimeout() to delay the execution to allow the menu creation to complete before checkmark the menu,
bug 82272, r=ducarroz, sr=waterson, a=asa.
2001-06-05 00:04:56 +00:00
ducarroz%netscape.com f58a4d9d49 Fix for bug 81751. Add an extra layer of converted in order to be able to support multipart urls (like multipart/x-mixed-replace). R=varada, SR=mscott, A=asa 2001-06-04 23:01:45 +00:00
dmose%netscape.com afd8717558 Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu 2001-06-04 03:01:51 +00:00
ducarroz%netscape.com af4453cc6c Fix for bug 83184. Need to send resource fork of file which Internet config doesn't have a mapping for. This fix has been already checked in the 0.9.1 branch. R=sfraser, SR=bienvenu, A=asa 2001-06-04 02:44:13 +00:00
ducarroz%netscape.com 51c0095a02 Fix for bug 82645. We should avoid to call GatherMimeAttachments in the case we call SnarfAttachment as this last one will call itself the first one. R=varada, SR=bienvenu, A=asa 2001-05-30 23:58:03 +00:00
ducarroz%netscape.com 7fea5f786b Fix for bug 82461. Need to complete the initialization of the url fetcher before calling OpenURI else... boom! R=varada, SR=sspitzer, A=asa@mozilla.org 2001-05-25 17:47:23 +00:00
varada%netscape.com 246cef1d09 fix for bug#81730;regression-save as draft dialog must be shown when the pref is turned on;r=ducarroz;sr=sspitzer 2001-05-22 23:57:44 +00:00
gerv%gerv.net fe5d1c6e44 Remove hard-coded "Mozilla" from some properties files by rewording. Bug 80838. r=doron, sr=brendan (in his absence) using his magic "dtd/properties changes only" rubberstamp. 2001-05-22 21:25:59 +00:00
rpotts%netscape.com 44626befc1 another patch for bug #65777. This one removes the intermediate window that is created for mailto:// URLs that are explicitly target to a new window... 2001-05-21 06:50:51 +00:00
ducarroz%netscape.com b798290576 Fix for bug 81720. We need to correclty interpret and propagate errors that append while saving a message as draft or template. R=cavin,varada SR=bienvenu 2001-05-19 01:26:56 +00:00