ducarroz%netscape.com
289d13a922
Remove temporary debugging printf to help resolve bug 79775. R=n/a, SR=n/a
2001-05-13 01:35:47 +00:00
ducarroz%netscape.com
a88493214b
This is temporary code to help us debug bug 79775. R=n/a, SR=n/a
2001-05-11 05:38:06 +00:00
dprice%netscape.com
a69a4f596b
fixing bustage, r=fraser
2001-05-09 06:03:57 +00:00
ducarroz%netscape.com
94dd61b653
Fix for bug 78432. Do not display inline RFC822 message's attachement in the attachment list of message display. R=varada, SR=mscott
2001-05-09 04:03:22 +00:00
dbaron%fas.harvard.edu
1326c82680
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
jgmyers%netscape.com
89769c5133
remove signstub: bug 75767 r=ducarroz sr=sspitzer
2001-05-04 23:58:59 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
dbaron%fas.harvard.edu
24a3c285a1
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
2001-04-27 14:32:05 +00:00
bienvenu%netscape.com
d3d7c939d8
backout build bustage fix
2001-04-27 05:58:32 +00:00
bienvenu%netscape.com
5244f65fa0
more string bundle build bustage fixes
2001-04-27 04:44:16 +00:00
ducarroz%netscape.com
50ce025076
Fix for bug 76789. Resole redundant symbols in mailnews in preparion of dll merging. R=varada, SR=sspitzer
2001-04-27 00:22:18 +00:00
timeless%mac.com
ee959d2767
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
sspitzer%netscape.com
05452b5105
rest of fix for for #75317 .
...
temp files created when forwarding a message with attachments are not being deleted. fix by cavin@netscape.com . r=ducarroz, sr=sspitzer
2001-04-13 21:38:47 +00:00
ducarroz%netscape.com
d00d54aa6c
should fix senna Linux bustage
2001-04-13 06:26:15 +00:00
ducarroz%netscape.com
ad2a0abe60
Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer
2001-04-13 04:38:01 +00:00
sspitzer%netscape.com
b95ae78809
fix for blocker #75390 . email addresses not showing up in message pane.
...
sr=bienvenu
2001-04-10 17:50:42 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
jgmyers%netscape.com
18c42ccb65
finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-04-09 21:21:22 +00:00
nhotta%netscape.com
eb9950e993
Changed MimeObject_output_init() to set an original mail's charset only if no override is set, bug 39736, r=ducarroz, sr=bienvenu.
2001-04-09 20:03:41 +00:00
jgmyers%netscape.com
940cb6c6ab
fix more mime header decoder callers, cleanup string fu: bug 65277 r=ducarroz r=nhotta sr=bienvenu
2001-04-05 23:00:38 +00:00
jgmyers%netscape.com
04696e2e18
fix too-short buffer allocation: bug 74453 r=nhotta r=ducarroz sr=bienvenu
2001-04-05 22:59:06 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
ducarroz%netscape.com
cc6f098f0e
Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
...
Fix for bug 41150. Do not reveal BCC recipients when forwarding a message. R=varada, SR=bienvenu
2001-04-03 21:05:07 +00:00
ducarroz%netscape.com
e8ee89c80f
Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
2001-04-03 21:03:30 +00:00
varada%netscape.com
5e0a4e651d
fix for bug#71907 -cant send message;r=ducarroz;sr=bienvenu
2001-04-03 19:27:11 +00:00
jgmyers%netscape.com
63e55d0bd8
fix logic inversion: bug 73243 r=nhotta sr=sspitzer
2001-03-30 02:05:19 +00:00
mscott%netscape.com
f1156067a1
Bug #73738 --> fix a race condition in news. Fix crash trying to display inline images in news articles created by lipr0n.
...
Implement Save and Open attachment for news articles again from the message pane.
sr=bienvenu
2001-03-28 06:21:45 +00:00
disttsc%bart.nl
c13a08391b
bug 73350: Remove USE_OBUFFER sections from mimetpla.cpp, r=ben.bucksch@beonex.com, sr=bienvenu, moa=ducarroz
2001-03-27 09:26:25 +00:00
cls%seawood.org
703015f4d7
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
mscott%netscape.com
412bba6809
If the date is today then only show a time, don't show the date in the message pane.
...
sr=sspitzer
2001-03-26 05:07:19 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
varada%netscape.com
7a76c62b97
fix for bug#72235- crash on replying to message;r=ducarroz;sr=bienvenu
2001-03-24 00:51:59 +00:00
sspitzer%netscape.com
dc80269535
#72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
...
#72819 added ascend / descend to the "View | Sort By" menu. sr=bienvenu
#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created). sr=bienvenu
#21094 , #72823 some work for "select thread" / "select flagged". sr=bienvenu
change some printf("fix me") into assertions to catch problems.
remove some dead js.
2001-03-23 04:39:54 +00:00
jgmyers%netscape.com
3c7e967b0c
Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-03-21 03:20:23 +00:00
disttsc%bart.nl
0b98c23d64
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
2001-03-20 05:37:56 +00:00
ducarroz%netscape.com
346e25f2f6
Fix Mac bustage in mime.
2001-03-20 00:47:41 +00:00
jgmyers%netscape.com
aef77bcb3e
Add assertion for thread saftey of MIME_ConvertCharset(): bug 70499 r=ducarroz sr=sspitzer
2001-03-19 23:09:22 +00:00
mscott%netscape.com
5f8e59593c
Land the Mailnews Performance Branch.
...
Includes front end re-write to use the outliner widget for the thread pane.
Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.
enjoy =).
2001-03-17 01:59:34 +00:00
ducarroz%netscape.com
62a0126662
Mailnews performance branch landing...
2001-03-17 01:53:39 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
shaver%mozilla.org
89c833fb49
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
mkaply%us.ibm.com
ba51334429
#71558
...
r=cls
from achim - Don't export every symbol for XPCOM components - nice build/performance fix
2001-03-12 03:33:50 +00:00
dbaron%fas.harvard.edu
8b9408f11d
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES.
2001-03-09 16:20:16 +00:00
waterson%netscape.com
97ccbd146f
Bug 70248. Remove extraneous |extern C| block. r=ducarroz, sr=mscott
2001-03-09 06:31:42 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
jgmyers%netscape.com
0cee19ed6a
pass default and override charset down to header decoder: bug 65277 r=nhotta r=ducarroz sr=sspitzer
2001-03-07 00:59:47 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00