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

8921 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 0b8396b6f1 fix for #35803 - call the onload handler so that the page is re-initialized too
r=putterman
2000-08-10 23:09:26 +00:00
mscott%netscape.com 7d58794627 Bug #44161, 44160 --> get the correct prompt object for the current window instead
of using the one attached to the hidden window. We used to get it from the compose
docshell but when you send the message, that window is actually gone. We should
parent the alerts off of an underlying mail window...
r=ducarroz
2000-08-10 22:56:29 +00:00
mscott%netscape.com 16bad1d0a3 Bug #44161 --> remove reference to m_docshell which we don't need now.
r=ducarroz
2000-08-10 22:54:37 +00:00
ducarroz%netscape.com 97e96bc012 Fix for bug 27170. Remove option UUencode for attachment. R=mscott 2000-08-10 22:29:44 +00:00
ducarroz%netscape.com e650709f05 Fix for bug 47361. Don't access direclty the buffer of a nsAutoCString, it might not be in sync with the content of the string itself. R=bienvenu,mscott 2000-08-10 22:27:09 +00:00
alecf%netscape.com 6c45e79b60 fix for #43484 - sort the account manager and folder pane according to spec
r=putterman
2000-08-10 22:02:52 +00:00
ducarroz%netscape.com 7b9d17d491 Fix for bug 43441 & bug 32598. Fix various problems with message compose prefs panel. R=varada 2000-08-10 20:03:54 +00:00
ducarroz%netscape.com 1b0457aca1 Fix for bug 32598. Re-arrange the frame to be sure it fit (UI change approuved by jglick). R=varada 2000-08-10 19:56:56 +00:00
alecf%netscape.com 5a903519d1 fix for #39016 r=mscott
make more strings localization friendly, and use formatStringFromName where appropriate
2000-08-10 07:00:16 +00:00
warren%netscape.com 4af572e4c1 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
rhp%netscape.com aaab803903 Fix for Japanese text being corrupted in Forward Inline - Bug #: 48118 - r: mscott 2000-08-10 02:28:26 +00:00
mscott%netscape.com cd50372be3 Bug #46086 --> can't read forwarded messages in 4.x because we are setting
a bogus content type on the news article (when it's forwarded as an attachment)
Bug #48135 --> fix forwarding of news messages bustage. Clear the channel listener
and re-generate it every time we load a url.
r=bienvenu
2000-08-10 02:09:33 +00:00
mscott%netscape.com 5df13723a1 fix mac breakage...can't use NS_LITERAL_STRING on a const char * on the mac 2000-08-10 00:42:19 +00:00
nbhatla%netscape.com d0a92803a1 #46519 -> Mac Classic Skin Fixes. Pulls out in-line style from XUL for #47680. r=andreww 2000-08-09 23:14:02 +00:00
varada%netscape.com 536227bd45 fix for bug#31549;showing prettyname with identity in msgcompose;r=ducaroz 2000-08-09 22:48:29 +00:00
varada%netscape.com cd2cdd2c2e fix for bug#31549;show server pretty name along with identity in mail compose window;r=ducarroz 2000-08-09 22:40:28 +00:00
mscott%netscape.com 162810acb3 Bug #44163 --> FEAlert and FEAlertFromServer need a message window and with that message window
we should get the correct nsIPrompt object instead of using the one tied to the hidden window.
r=bienvenu
2000-08-09 22:33:14 +00:00
mscott%netscape.com e32a7f2704 Bug #44163 --> FEAlert and FEAlertFromServer need a message window
r=bienvenu
2000-08-09 22:32:45 +00:00
mozilla.BenB%bucksch.org 266bdf9f89 47851: Remove unused pref. r=putterman, a=waterson 2000-08-09 09:45:52 +00:00
mozilla.BenB%bucksch.org f491763e00 36480:
- Don't check for <div> around a sig
- Allow class to be quoted or be one of several
No bug:
- Don't output <div> for plaintext sigs (because 4.x' editor has a bug with <div>s inside <blockquote type=cite>s)
r=ducarroz
a=waterson
2000-08-09 07:27:14 +00:00
putterman%netscape.com a8d7c5fa7e Fix for 46208. Get rid of '?" before Reply To Sender in thread pane context menu.
patch by gemal@gemal.dk r=scottip.
2000-08-09 05:13:32 +00:00
bienvenu%netscape.com 9b92c301a7 fix freeing of uninitialized memory, prob result of trying to fix memory leaks, r=mscott 2000-08-09 01:32:20 +00:00
alecf%netscape.com 462e8c4713 oops, forgot this file with a checkin earlier today 2000-08-09 01:17:19 +00:00
alecf%netscape.com 92cb0e5c8d fix mac bustage by using AssignWithConversion 2000-08-09 00:38:01 +00:00
alecf%netscape.com 154d5e2a02 big-ass leak fix - stop leaking mail datasources by clearing ourselves out when the last
RDF observer goes away, and re-initializing if new RDF observers arrive on the scene.
r=putterman
fixes #45176, among other leaks
2000-08-08 23:32:55 +00:00
putterman%netscape.com 995e393927 Fix for 37583. Remove View|Sort|Ascending and Descending menu items. r=alecf. 2000-08-08 22:28:26 +00:00
putterman%netscape.com e23ef7571e Fix for 37932. r=ducarroz. remove Forward Quoted from preferences. 2000-08-08 22:19:37 +00:00
alecf%netscape.com ff6e54f208 part of fix for 39016 - add direct access to the string bundle for the mail string bundle stuff
r=mscott
2000-08-08 22:11:40 +00:00
alecf%netscape.com 3ac91a2d6f part of fix for #34996 - unify location of username amongst the protocols 2000-08-08 22:06:59 +00:00
saari%netscape.com 00ad136b80 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
bratell%lysator.liu.se 77a761e58c Bug 35802 leaking strings. r=mscott@netscape.com a=brendan@mozilla.org 2000-08-08 21:02:56 +00:00
ducarroz%netscape.com f2f9c6a516 Fix for bug 36480. Add function to switch the signature. R=putterman 2000-08-08 04:46:55 +00:00
putterman%netscape.com 85f7d1763c Fix for 45059. r=mscott. Character encoding menus didn't work in the standalone message window. 2000-08-08 04:46:42 +00:00
ducarroz%netscape.com e1761978ad Fix for bug 36480. Add function to switch the signature. R=putterman 2000-08-08 04:45:02 +00:00
mscott%netscape.com 63867f7340 Bug #46881 --> set the charset correctly for mutlipart/alternative
r=rhp
2000-08-08 04:09:26 +00:00
mscott%netscape.com e19216f092 Fix a small memory leak. 2000-08-08 02:27:52 +00:00
mscott%netscape.com fdbc2c369c Bug #43389, 41125 --> header conversion should honor default and over ride charset
information.
r=nhotta
2000-08-08 02:27:38 +00:00
rhp%netscape.com dbd3c9a276 Fix for vCard having an inactive Add button - Bug #: 47537 - r: putterman 2000-08-08 00:52:52 +00:00
waterson%netscape.com 08bd36fb57 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
mscott%netscape.com 3cdbc17c6b Bug #47853, 47901, 47835, 47324, 47811 --> back out caching of smtp capabilities...this breaks the smtp protocol
which requires an EHLO or HELO to always be issued. Fix case for HELO response.
r=bienvenu
2000-08-08 00:22:34 +00:00
mscott%netscape.com c54abb9d6b Bug #39910 --> make the context menu come up for both right and left mouse clicks for email addresses.
r=alecf
2000-08-07 23:59:25 +00:00
rhp%netscape.com 76d7f7da19 Fix for printing window being on the screen - r: putterman 2000-08-07 14:07:40 +00:00
alecf%netscape.com f519274a4b remove old file from the build 2000-08-07 06:37:17 +00:00
alecf%netscape.com db45fd8fa6 remove sidebar-messenger.xul from the build (NOT PART OF BUILD) 2000-08-07 06:34:33 +00:00
bienvenu%netscape.com 6c787e2611 fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00
bienvenu%netscape.com 046920890e remove unneeded select before append to imap folders r=mscott 46501 2000-08-06 14:50:06 +00:00
bienvenu%netscape.com 0e4f9e7359 more work on drag drop move/copy handling 47195 r=mscott 2000-08-06 14:40:21 +00:00
bienvenu%netscape.com 11256ebb0a add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:42:16 +00:00
bienvenu%netscape.com d1cbb2ce9c add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
bienvenu%netscape.com 778af65a72 fix cntrl drag drop r=putterman 47195 2000-08-04 22:53:53 +00:00