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

9602 Коммитов

Автор SHA1 Сообщение Дата
jdunn%netscape.com f5a2df2eca fix unresolved symbol for nsUInt32Array by linking in libmsgbaseutil.
Also combine NSPR_LIBS & XPCOM_LIBS to just use MOZ_COMPONENT_LIBS

r= cls@seawood.org
# 62884
2000-12-15 12:58:07 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
jdunn%netscape.com abac1cf7ac changing previous checkin to be OS/2 friendly using
other Makefile's format

# 62202
2000-12-15 00:14:08 +00:00
naving%netscape.com 0b7318f28c 52564, r=varada, sr=mscott,bienvenu. Resizing so that ok,cancel button appear correctly. 2000-12-15 00:06:12 +00:00
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
jdunn%netscape.com 4dcf9de421 nsMimeHtmlEmitter.cpp has a dependency on nsUInt32Array so am linking
in libmsgbaseutil so that it is not unresolved.
This is an HP runtime bustage on startup.

sr=alecf@netscape.com
# 62202
2000-12-14 22:42:23 +00:00
sspitzer%netscape.com 25988e7f9d fix for #36488. thanks to andrew.taylor@cal.montage.ca for the initial patch.
make it so in the drafts and unsent message folders we change the sender
column to the recipient column. r=sspitzer, sr=bienvenu
2000-12-14 22:08:23 +00:00
sspitzer%netscape.com efd7ca3b3e fix for #51862. thanks to hyatt for the performance suggestion.
move the onclick handler out of the tree cell.  sr=mscott
2000-12-14 21:43:51 +00:00
sspitzer%netscape.com 3e55414ad1 fix for #45922. properly migrate secure news and secure imap servers from
4.x.  isSecure gets set and if no port was specified, we use the default
secure ports.  sr=mscott
2000-12-14 21:43:05 +00:00
sspitzer%netscape.com 0dfb4f4150 fix for #60638. send "mode reader" to the nntp server. we only
send it once per connection.  also, changes to skip the code that
asks the server for the extensions it supports.  extensions are not
supported yet.  sr=mscott
2000-12-14 21:41:23 +00:00
m_kato%ga2.so-net.ne.jp 728a1aad5e bug 61100 and bug 58897
import mailbox for I18N support.
r=nhotta sr=mscott
2000-12-14 17:25:25 +00:00
bienvenu%netscape.com 98b859d8ef implement downloading of messages for offline use, add folder props ui r=sspitzer, sr=mscott 15865 2000-12-12 03:18:06 +00:00
bienvenu%netscape.com 08cd5decc2 implement downloading of messages for offline use r=sspitzer, sr=mscott 15865 2000-12-12 03:14:43 +00:00
bienvenu%netscape.com b0977cf05a add folder prop sheets to build r=sspitzer,sr=mscott, r=ducarroz 15865 needed for offline imap 2000-12-12 03:14:04 +00:00
bienvenu%netscape.com 08bc6cce47 add strings for offline UI r=sspitzer, sr=mscott 15865 2000-12-12 03:10:14 +00:00
bienvenu%netscape.com f6f91644a9 reflect downloaded status of msgs in UI r=sspitzer, sr=mscott 15865 2000-12-12 03:08:08 +00:00
bienvenu%netscape.com ecd82a4141 implement downloading of messages for offline use r=sspitzer, sr=mscott 15865 2000-12-12 03:07:21 +00:00
varada%netscape.com 2914e8ec89 Fix for bug#60904; Fixing broken editing filters;r=alecf sr=alecf 2000-12-12 01:12:17 +00:00
chuang%netscape.com 1008af70e7 bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer,sr=mscott 2000-12-11 21:35:13 +00:00
chuang%netscape.com a84a3c73c4 Bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer, sr=mscott 2000-12-11 21:25:26 +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
dbaron%fas.harvard.edu 2b2160f1b0 Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
racham%netscape.com 9c8dd187c0 Fixing bug 48092. Enabling the ability to change the port value automatically depending on the state of secure checkbox option. r=sspitzer, sr=mscott 2000-12-09 03:03:58 +00:00
bienvenu%netscape.com 13047df8bc add newline at eof 2000-12-09 01:24:22 +00:00
bienvenu%netscape.com 0c31795c76 initial entry, not part of build 2000-12-09 01:17:37 +00:00
bienvenu%netscape.com 26c1c87640 initial add, not part of build 2000-12-09 01:16:39 +00:00
bienvenu%netscape.com 0dd6d239c4 more work on offline message storage and retrieval, r=sspitzer, sr=mscott 15865 2000-12-09 01:15:16 +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
mscott%netscape.com 5242196fba Bug #61204 --> show the reply-to field again.
r=benb, sspitzer
sr=alecf
2000-12-07 00:21:32 +00:00
ducarroz%netscape.com 8ee2ef9e0f Bug 59261. Fix memory leak. R=alecf, SR=mscott 2000-12-07 00:13:48 +00:00
sspitzer%netscape.com 9e243314c3 fix for #62011, the status bar should be at the bottom of the dialog.
sr=mscott
2000-12-06 22:54:46 +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
bienvenu%netscape.com 52b7710d4c work on offline msg support r=sspitzer, sr=mscott 15865 2000-12-06 19:35:43 +00:00
ducarroz%netscape.com 86d234f8cc First Checked In. 2000-12-06 15:17:25 +00:00
sspitzer%netscape.com 33e8d2aea8 fix for #62048. movemail accounts are deletable. sr=mscott 2000-12-06 04:14:28 +00:00
sspitzer%netscape.com ad6b90a954 fix for #53970. the "allow at sign" pref is gone. if you were a 4.x user,
we already migrated you fine.  if you are a new user, we trust you to enter
in the right username.  sr=mscott
2000-12-06 04:13:54 +00:00
chuang%netscape.com f465d9a246 Bug57975 Mailing list doesn't show up after created, r=ducarroz, sr=bienvenu 2000-12-06 00:30:26 +00:00
sspitzer%netscape.com ccec668b99 fix for #61526. sr=bienvenu
this time, make the message count column resizable, and make it persist.
2000-12-05 23:22:23 +00:00
blakeross%telocity.com 9d01f3f68d Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf 2000-12-05 22:11:46 +00:00
sspitzer%netscape.com 5718107f40 fix for #29199. no reviewer. 2000-12-05 22:09:07 +00:00
sspitzer%netscape.com 3e70e00f5f fix problem with the subscribe column looking like crap. #61526
sr=bienvenu
2000-12-05 21:53:13 +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
naving%netscape.com 18cf55f0e8 59063 & 59064. r=sspitzer sr=bienvenu. Fixing the warnings due to earlier checkins. 2000-12-05 02:49:05 +00:00
naving%netscape.com 2fa1b2b5dc 59063 & 59064. r=sspitzer sr=bienvenu. Fixing the warnings due to earlier checkins 2000-12-05 02:48:44 +00:00
sspitzer%netscape.com b207dcd2e3 fix for #32249. make newsgroups threaded by default. sr=bienvenu 2000-12-05 01:25:21 +00:00
sspitzer%netscape.com c6c1da1db7 fix for #61857. better status text when downloading the list of newsgroups
from the server.  sr=bienvenu.
2000-12-05 01:17:22 +00:00
sspitzer%netscape.com 9cdea2ca96 fix for #60945 and #51274. make the subscribe dialog wider by default,
and make the size and position persist.  sr=bienvenu
2000-12-05 01:15:54 +00:00
sspitzer%netscape.com 67cda4ba6e fix for #60783. when removing a news account, remove all the username and passwords stored in the password manager for that account. (there can be a username and password for the server and every newsgroups.) thanks to andrew.taylor@cal.montage.ca for the patch. r=sspitzer, sr=syd. 2000-12-02 05:14:32 +00:00
sspitzer%netscape.com 14e422f3fc fix for #39398. need icons in the tree and the menu list in the subscribe dialog. sr=bienvenu,syd. 2000-12-02 03:14:41 +00:00
sspitzer%netscape.com a722f4ea85 fix for #61007 and #61176. improve performance when downloading list
of newsgroups over a fast connection.  compute the download rate for the UI.
sr=bienvenu,syd.  thanks to bratell@lysator.liu.se for the patch (for #61007).
2000-12-02 00:05:03 +00:00
sspitzer%netscape.com 94c89be713 fix for #59421. sr=bienvenu. prevent the crash when saving a news message with a unicode file name.
the save still fails, but at least you don't crash.
2000-11-30 21:59:01 +00:00
timeless%mac.com 79ffe62873 Fixes bug 61441 (alternate mail window layout parity with Messenger.xul)
r=kerz, sr=syd
2000-11-30 07:12:00 +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
sspitzer%netscape.com 36e310c4c3 fix for #61464. when autosubscribing to a secure news server (clicking on a snews:// url)
set the port to be the default secure news port, if it is not specified in the snews:// url.

sr=mscott
2000-11-29 21:14:32 +00:00
racham%netscape.com c6434ad930 Adding reference to security overlay file so that 3pane alternate layout displays security button. sr=mscott 2000-11-29 01:49:58 +00:00
naving%netscape.com e9e2a4419a 59063 59064, r=sspitzer, sr=bienvenu. Arguments changed 2000-11-29 01:18:37 +00:00
naving%netscape.com ad7cc1eb65 59063 59064, r=sspitzer, sr=bienvenu 2000-11-29 01:17:14 +00:00
naving%netscape.com 8e947e2796 59063 59064, r=sspitzer, sr=bienvenu. If the folder exists then the alert pops up. 2000-11-29 01:16:31 +00:00
naving%netscape.com 20efc491d3 59063 59064, r=sspitzer, sr=bienvenu. arguments changed 2000-11-29 01:14:44 +00:00
naving%netscape.com b6c7d0336f 59063 59064, r=sspitzer, sr=bienvenu. Passing the arguments correctly 2000-11-29 01:13:44 +00:00
naving%netscape.com 236036fb59 59063 59064, r=sspitzer, sr=bienvenu. Passing the right arguments because of change
in definitions
2000-11-29 01:12:57 +00:00
naving%netscape.com d281a9b9d2 59063 59064, r=sspitzer, sr=bienvenu. throwing exception so that dialog does not close 2000-11-29 01:12:04 +00:00
naving%netscape.com b4aee45291 59063 59064, r=sspitzer, sr=bienvenu. throw exception so that the dialog does not close 2000-11-29 01:11:14 +00:00
naving%netscape.com 2aca7939be 59063 59064, r=sspitzer, sr=bienvenu. Passing nsIMsgWindow for popping up alert if required 2000-11-29 01:10:28 +00:00
naving%netscape.com 981c9ef73d 59063 59064, r=sspitzer, sr=bienvenu added an error msg 2000-11-29 01:09:30 +00:00
bienvenu%netscape.com 0abc88f97e add offline folder flags, r=sspitzer,sr=mscott 15865 2000-11-28 02:17:02 +00:00
naving%netscape.com 1d7bf27017 #37942 r=sspitzer sr=mscott. Prevent the move/copy messages operation to continue if a
message is dropped on a folders-only folder.
2000-11-28 01:37:44 +00:00
nhotta%netscape.com 138f06fadb Changed to used percentage instead of absolute pixel size for HTML display.
This fixes the problem of plain text attached in HTML is shown larger, bug 40547, r=rhp, sr=mscott.
2000-11-27 21:44:08 +00:00
disttsc%bart.nl 8a55daf86f titledbutton -> button. bug=57751, r=mscott, a=ben 2000-11-25 01:19:03 +00:00
blakeross%telocity.com 37852ee45d Fix 61093: mail crashes on startup. 2000-11-24 19:36:59 +00:00
blakeross%telocity.com 8a9fc32a32 (readding a <script/> tag that I inadvertently removed in my checkin last night, and fixing a typo.) 2000-11-23 17:28:58 +00:00
blakeross%telocity.com b17a3dd940 Fix 59707: extract navigator's context menu and allow it to be used elsewhere in the app (and to help in embedding). r=jag a=alecf 2000-11-23 05:47:04 +00:00
gayatrib%netscape.com 16abd2924f Fix for bug 44664--No feedback when no hits found in Search. r=racham sr=mscott 2000-11-22 01:32:54 +00:00
mscott%netscape.com 1849aa8f24 Bug #60830 --> use nsCRT::memcpy instead of memcpy.
sr=bienvenu
2000-11-21 23:56:40 +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
sspitzer%netscape.com 054aaea9f3 fix build bustage, thanks to mscott for the help. 2000-11-21 02:29:21 +00:00
sspitzer%netscape.com 7c44d4f430 fix for #54491 and #60507
remove some more bloat from the subscribe code.  use the SubscribeTree
to build up the hostinfo.dat file instead of keeping a duplicate nsCStringArray
sr=bienvenu
2000-11-21 02:06:03 +00:00
sspitzer%netscape.com fc21518022 fix for #54728. remove passwords for server from the password manager when we remove the server.
fix by andrew.taylor@cal.montage.ca, r=sspitzer, sr=bienvenu
2000-11-21 01:21:37 +00:00
naving%netscape.com a1f139632a #36255 r=sspitzer, sr=mscott. Do not send the select command to back end
because it is only a folder-only folder.
2000-11-21 01:00:55 +00:00
cls%seawood.org 434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +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 a0f435b4cf fix for #60532. update the status and progress bar less frequently.
the less time I spend painting, the more time I spend doing the subscribe
work, which means we finish quicker.  sr=mscott
2000-11-18 00:24:13 +00:00
gayatrib%netscape.com 2b41e2a9f8 Fix for bug 41851--duplicate filter names not prevented. review=alecf 2000-11-18 00:20:38 +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
bienvenu%netscape.com 3438d5b718 fix 52207 get rid of stopwatch cursor if we don't select an imap folder for some reason (e.g., read only, or already running a url on the folder) sr=mscott 2000-11-17 19:57:03 +00:00
bienvenu%netscape.com 298bf51eff fix 57806, multiple filter logs for pop mail filtering logging, sr=mscott 2000-11-17 01:43:29 +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
mscott%netscape.com 4a9b82a9e4 Bug #58657 --> destroy the event queue when we are done with it
sr=bienvenu
r=sspitzer
2000-11-16 22:42:32 +00:00
ducarroz%netscape.com 14934f9a6c First Checked In. 2000-11-16 21:53:55 +00:00
bienvenu%netscape.com 9187d9d53d fix for 58691 problem with cyrus imap hierarchy delimiters, sr=mscott 2000-11-16 21:44:59 +00:00
chuang%netscape.com ad019471dc Bug 50641 [MLK] Leaking PRUnichar in DIR_GetLocalizedStringPref(), sr=bienvenu 2000-11-16 04:39:37 +00:00
dbaron%fas.harvard.edu f41a011806 Backout part of blake's changes that he didn't mean to check in to fix speedracer bustage. (These changes were part of a different patch.) 2000-11-16 01:08:24 +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