Commit Graph

1694 Commits

Author SHA1 Message Date
ducarroz%netscape.com
b701783586 Fix for bug 62301. Hyatt forget to remove the temp patch Ben did for bug 62226. R=varada, SR=bienvenu 2000-12-14 23:15:52 +00:00
dbaron%fas.harvard.edu
fa7d014c05 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
syd%netscape.com
9342ec717f Pass an nsIPrompt instance to the login redirector. r=jelwell, sr=mscott 2000-12-08 07:07:45 +00:00
ben%netscape.com
ca57cd6a13 Fix to work around 62226 so we can open the tree. .value seems to have stopped working for the
addressing widget <xul:textfield/> elements only (not for other textfield elements and not for
autocomplete widgets - URLbar in browser still works). So I made the references to the textfields'
value property in this file refer to the value property on the anonymous HTML input element, which
seems to work.
2000-12-08 06:10:46 +00:00
ducarroz%netscape.com
0e472c73ea Fix nebiros (Sun WS 5.0) bustage. LF missing at the end of the file. Thanks dbaron@fas.harvard.edu 2000-12-07 01:36:36 +00:00
ducarroz%netscape.com
26096232d3 Bug 61748: the function nsInputFileStream::read could return before having read all the requested data. Therefore we need to call it as long it's needed. Patch provided by colin@theblakes.com R=ducarroz, SR=mscott,bienvenu 2000-12-07 00:52:27 +00:00
ducarroz%netscape.com
72e9526bd8 Bug 60626: Remove javascrit warning. Thanks gemal@gemal.dk (Henrik Gemal) for provinding the patch.
R=ducarroz, SR=mscott
Bug 61947: Pressing enter into an empty address switch the focus to subject field. Thanks hidday@geocities.com(Fabian Guisset) for providing part of the fix.
R=sspitzer, SR=bienvenu
2000-12-07 00:41:21 +00:00
ducarroz%netscape.com
8ee2ef9e0f Bug 59261. Fix memory leak. R=alecf, SR=mscott 2000-12-07 00:13:48 +00:00
alecf%netscape.com
af0eb76d7c fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
ducarroz%netscape.com
8120145715 Fix for bug 56262. Window's arguments are now passed through a nsISupports object (nsIMsgCOmposeParams). Also, I have extracted the content handler for mailto url from the nsIMsgComposeService as the URL dispatcher will create an instance of it and not get the service. I did some clean up too like using do_CreateInstance and do_GetService and removing dead code. Also, I catch any error than could append during the message compose initialization and display an alert instead of having a dead window! R=sspitzer, S=mscott 2000-12-06 19:56:27 +00:00
ducarroz%netscape.com
86d234f8cc First Checked In. 2000-12-06 15:17:25 +00:00
sspitzer%netscape.com
4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
blakeross%telocity.com
164582e1e1 Fix 55902: can't drag and drop mail into msg compose window to attach it. r=jag sr=alecf 2000-11-29 23:18:38 +00:00
blakeross%telocity.com
a7afd13d62 Fix 58272: file | new message doesn't work in compose window. r=scottip sr=alecf 2000-11-21 02:36:03 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com
3dcf75e0bf re-fix bug 59520 to handle dragged urls with attachments
r=blake
2000-11-20 06:46:47 +00:00
sspitzer%netscape.com
3a79a2ff9b fix #54491 (subscribe is a big fat pig)
fix #56971 (correct spelling mistake: suppress not supress)
fix #60244 (subscribe retains only last server subscribe changes)
fix #60242 (subscribe typedown should select first match in list)
fix #39156 (fix how I determine the delimiter in subscribe.js)
fix #59231 (make insecure imap login work if password has a \ in it)
fix #53654 (subscribe downloaded bytes don't start at zero)
fix #39393 (stop button in subscribe)
fix #60506 (switching servers doesn't clear text area in subscribe)
2000-11-17 20:47:31 +00:00
akkana%netscape.com
d20c260cc6 Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis 2000-11-17 00:25:31 +00:00
ducarroz%netscape.com
14934f9a6c First Checked In. 2000-11-16 21:53:55 +00:00
blakeross%telocity.com
77b8600588 Fix 56971: logging should not log user's password. patch by Andrew Taylor (andrew.taylor@cal.montage.ca). r=jefft sr=mscott 2000-11-15 23:55:25 +00:00
bienvenu%netscape.com
78b954f839 fix for 50663, memory leak in ab directory handling, sr=me, checking in for jarrod.k.gray 2000-11-15 21:46:16 +00:00
mscott%netscape.com
3ea56bbd85 Bug #53082 --> set the answered or forwarded flag on a message when we reply to it.
r=putterman
sr=bienvenu
2000-11-14 01:13:00 +00:00
ducarroz%netscape.com
833a974389 fix SunOS/sparc bustage 2000-11-13 21:45:28 +00:00
nhotta%netscape.com
d8057d46fb Changed wording of the message compose charset warning, check in for gemal@gemal.dk, bug 52429, r=nhotta, sr=alecf. 2000-11-13 20:47:19 +00:00
ducarroz%netscape.com
3c8fe4954c Fix for bug 54853. This is a patch submitted by bzbarsky@mit.edu. Even if the message compose window is initialized from a compose fields, we need to add info like reply-to or bcc from the current identity. R=ducarroz, SR=bienvenu,mscott 2000-11-13 19:54:57 +00:00
sspitzer%netscape.com
4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00
sspitzer%netscape.com
591295074d initialize uninitialized variable. #50889, #59617. submitted by alex@pike.org, bruce@cubik.org.
r=sspitzer, sr=mscott
2000-11-09 20:53:33 +00:00
blakeross%telocity.com
8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
sspitzer%netscape.com
392b865853 fix for #58580. r=rhp, sr=mscott. make the files we put in /tmp for sending drafts
and posting news message have permissions of 600. it is bad to have users
messages world readable in /tmp.
2000-11-06 21:47:03 +00:00
ducarroz%netscape.com
82717f33fa Fix for bug 57678. Disable menu item Send and Change button Send to Send Later when offline. R=varada, SR=mscott, A=pdt 2000-11-02 01:39:32 +00:00
ducarroz%netscape.com
f11fbfacfc Fix for bug 58532. Need to catch error thrown by the function unescape. R=sspitzer, SR=mscott 2000-11-01 23:23:06 +00:00
jefft%netscape.com
f794279e7d fixed bug 57614 - copy to Sent folder failed after message sent successfully, r=bienvenu, sr=alecf 2000-10-31 22:04:58 +00:00
rhp%netscape.com
e0d6c46191 Fix for crashing when sending later fails - Bug #57851 2000-10-30 21:18:04 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
timeless%mac.com
7ef4db2efb fix bug 46610 Status bar is missing offline indicator r=scottip, a=waterson 2000-10-27 03:15:52 +00:00
cls%seawood.org
c894aafae5 Backing out temp fix for bug #25562 (-LANG:exceptions=OFF CXXFLAGS).
Rerranging labels in nsMsgSend.cpp so that Irix CC won't complain about jumping to a label out of its region. Bug #25562 sr=mscott
2000-10-26 08:28:16 +00:00
hyatt%netscape.com
e63c30664d Fix for 56916. r=pav, a=ben. 2000-10-22 04:09:34 +00:00
jefft%netscape.com
899366e8a7 fixed bug 55993 -- forward attachment corrupt; r=ducarroz, sr=mscott 2000-10-19 01:51:09 +00:00
bienvenu%netscape.com
dcccdef7d0 fix 55993 problem forwarding imap messages with attachments r=jefft,sr=mscott a=jar 2000-10-15 20:41:36 +00:00
ducarroz%netscape.com
b09abfd642 Fix for bug 54481. If nsMsgDisplayMessageByID failed likely because we don't have astring for the error, try again with NS_ERROR_SEND_FAILED. R=putterman, SR=alecf 2000-10-13 05:16:44 +00:00
ducarroz%netscape.com
77e5274625 Fix for bug 54481. Mac file name cannot have more than 31 characters. R=putterman, SR=alecf 2000-10-13 05:16:37 +00:00
ducarroz%netscape.com
a890f2e163 Fix for bug 54481. We need to escape any comma in web page url or file name. R=putterman, SR=alecf 2000-10-13 05:16:35 +00:00
jefft%netscape.com
d903e61ca2 fixed bug 55351 - Unable to enter a password for a SMTP server; always send EHLO command first instead of parsing the greeting to decide whether the server is an SMTP or ESMTP server; r=bienvenu, sr=mscott 2000-10-11 01:16:19 +00:00
hewitt%netscape.com
ab039c2d01 #54750 - messengercompose addressingWidget cleanup, r=ducarroz, sr=alecf 2000-10-10 04:47:33 +00:00
sfraser%netscape.com
a388c1b7dd Fix for 52808 -- standardized nsEditorShell creation and destruction across components, to fix editor observer notification timing. r=kin,ducarroz,jelwell, sr=hyatt. 2000-10-10 01:45:46 +00:00
jst%netscape.com
6ea631e28c Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).

Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
hewitt%netscape.com
5c8eb44e1e on behalf of jglick, #54568 - mnemonics stuff, r=scottip, sr=mscott 2000-10-07 08:23:44 +00:00
varada%netscape.com
4656b9e277 fix for bug 1552;helpmenu alteration;r=putterman;sr=mscott 2000-10-07 00:57:59 +00:00
ducarroz%netscape.com
8bc196ecae Fix for bug 54774 & bug 54997. After deleting a row, we must resync the id's of them. Also, do not delete rows on autorepeat. R=varada, SR=mscott 2000-10-06 03:59:59 +00:00