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

2156 Коммитов

Автор SHA1 Сообщение Дата
varada%netscape.com d64c2b1fe9 [sspitzer checking in as varada]
fix for smoketest blocker #110478.  reply to local messages fails to quote the message.
calling SetSpec() on a spec with a query string causes problems.  see #110508
but to fix the blocker, I've rewritten the code to use SetQuery(), which is better anyways.

r=ducarroz
2001-11-16 20:51:54 +00:00
jaggernaut%netscape.com 9a2d10888f Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
alecf%netscape.com 52cd89e71b win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
nhotta%netscape.com 08d83362ba Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer. 2001-11-15 02:00:32 +00:00
blizzard%redhat.com 628cb30baa Bug #75372. Get dragging messages to the compose window working again on Linux. Fix incorrect case in drag flavour. r=jag,rginda sr=sspitzer, a=dbaron 2001-11-14 15:40:03 +00:00
jaggernaut%netscape.com 790c58aae5 Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf 2001-11-14 12:35:52 +00:00
racham%netscape.com 16f9feca96 Fixing bug 108912. Opening the accountmanager window panel for any activity is having adverse affect on the smtp server of the associated identity. Fixing the situation to use the smtp server of the identity only when the key is valid. In all other cases, default smtp server will be used to send messages. r=ducarroz, sr=sspitzer, a=asa@mozilla.org 2001-11-08 23:40:34 +00:00
dbaron%fas.harvard.edu 261f76a8ba 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
darin%netscape.com b917ad6df8 fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
ducarroz%netscape.com d90cec25cf Fix for bug 108323. Fix regression introduced with my last checkin. For some reason I cannot initialize the LDAP service in one line like other services. R=varada, SR=sspitzer 2001-11-06 01:15:07 +00:00
ducarroz%netscape.com 9f7529676e Fix for bug 102536. Need to proceed up to the end of the buffer, we were missing the last byte!
Thanks to Geoffrey.R.Gustafson@intel.com & James.P.Gurganus@intel.com for the fix. R=ducarroz, SR=bienvenu
2001-11-06 01:06:57 +00:00
blakeross%telocity.com 91745f8739 108565 - revert hewitt's one-line change. r=hewitt sr=hyatt 2001-11-05 19:59:44 +00:00
hewitt%netscape.com a4f3ed989c fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
sspitzer%netscape.com 2625daf513 remove bogus line (from a CVS conflict) that was causing compose to not work.
also, fix a js strict warning.  rs=bienvenu
2001-11-03 07:11:29 +00:00
ducarroz%netscape.com 6d52592e83 Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer 2001-11-03 04:42:19 +00:00
blakeross%telocity.com d41637ea57 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:06:54 +00:00
seawood%netscape.com c79715ed1b 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
ducarroz%netscape.com 0efa6519b4 Fix Mac bustage (again) 2001-11-03 03:11:44 +00:00
ducarroz%netscape.com 207d525e99 Fix Mac bustage. Sorry for the mistake! 2001-11-03 02:08:06 +00:00
ducarroz%netscape.com 1fe5d95786 fix for bug 107708. Look at the attachment real name to determine if possible the content-type before looking at the url. R=varada, SR=sspitzer 2001-11-03 00:51:53 +00:00
ducarroz%netscape.com efcfcec472 Fix for bug 107660. Put back the bracket in front of Fwd: which has been removed by accident. R=varada, SR=bienvenu 2001-11-03 00:33:55 +00:00
loadrunner%betak.net aa635a91e5 bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf 2001-11-02 03:29:30 +00:00
sspitzer%netscape.com 7619a1d37f fix for performance bug #108038, suppressing / skipping command updating when possible in the compose window.
fix for performance bug #98657, we don't need the composerSaveMenuItems command set (which get overlay from editor)
we do our own save foo.
r=varada, sr=bienvenu
2001-11-01 23:41:22 +00:00
jaggernaut%netscape.com 21f18c96cb Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 08:47:44 +00:00
sspitzer%netscape.com a07f0d5250 supplimental fix for #106507. we should not fail to send if the S/MIME extension is not
available.  r/sr=mscott
2001-11-01 08:36:23 +00:00
sspitzer%netscape.com fdf41ddc8c checkin for mscott. 2001-11-01 07:01:22 +00:00
mscott%netscape.com b88efcd1e6 Backing out a corrupt mac project i think i checked in. 2001-11-01 06:58:37 +00:00
mscott%netscape.com 71c8152bc5 Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer

DAMM MISSed a file
2001-11-01 06:49:44 +00:00
mscott%netscape.com 9b00c13104 Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer
2001-11-01 06:30:43 +00:00
mscott%netscape.com eb6979d395 Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
of a message.
r=ducarroz
sr=sspitzer
2001-11-01 06:27:04 +00:00
seawood%netscape.com 6daf60f372 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
timeless%mac.com 5248adb8a5 Bug 86217 - javascript strict warnings in sendProgress.js
patch by caillon@returnzero.com r=hwaara,varada sr=sspitzer
2001-10-31 23:17:44 +00:00
nhotta%netscape.com f2a1cf2997 Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer. 2001-10-31 23:13:35 +00:00
bnesse%netscape.com df5dab7fb7 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
ducarroz%netscape.com 0532eb4efb Fix for bug 86398. Display a different message when we cannot fetch an attachment depending if we are saving or sending the message. R=varada, SR=mscott 2001-10-30 23:28:51 +00:00
ducarroz%netscape.com 27f47ec695 Fix for bug 84081. We need to mark an attachment we cannot fetch as bogus in order to avoid generating an empty part. R=varada, SR=mscott 2001-10-30 22:49:50 +00:00
ducarroz%netscape.com ea678985c5 Fix for bug 83752. Need to close the progress window is an error occurs during the send. R=varada, SR=bienvenu 2001-10-30 22:45:31 +00:00
ducarroz%netscape.com 44ee72b5e2 Fix for bug 83549. Add a new send mode in order to be able to display correct message when an error occurs while sending unsent messages. R=varada, SR=mscott 2001-10-30 22:36:57 +00:00
ducarroz%netscape.com ed58417ba8 Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
jaggernaut%netscape.com 1c9b9161c1 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
mkaply%us.ibm.com dac4dc6712 Man I feel silly checking this crap in. Breaks on my machine, not the TB. Same problem 2001-10-28 21:55:32 +00:00
bnesse%netscape.com f1f4e0d7a5 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
rpotts%netscape.com 5e626fd436 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
sfraser%netscape.com 31a9f6853e Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
naving%netscape.com 25f7c83c8f 94968. r/sr=mscott. fix the folder-picker to not show bogus folders. 2001-10-26 22:08:21 +00:00
nhotta%netscape.com 0729f37c3e Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu. 2001-10-26 17:24:18 +00:00
alecf%netscape.com bef357d05e Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
alecf%netscape.com 91f782f06b final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
nhotta%netscape.com a41770e0b7 Fix the window close problem for saveAs in .js, enable the charset alert in .cpp and some clean up,
bug 89655, r=ducarroz, sr=bienvenu.
2001-10-23 23:25:02 +00:00
sspitzer%netscape.com bb0905f70a fix for #106308. fix duplicate resource ids. r=hwaara, rs=bienvenu 2001-10-23 22:40:12 +00:00