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

9591 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 236b51078a fix build warning from last checkin 2000-12-22 02:13:58 +00:00
bienvenu%netscape.com dc38eb455f download news messages for offline sr=sspitzer for mscott 15865 2000-12-22 02:05:48 +00:00
naving%netscape.com 8b2d1f4d7e *** empty log message *** 2000-12-22 01:55:54 +00:00
naving%netscape.com 298308dace 54909. r=sspitzer sr=bienvenu. Pop : Emptying trash now deletes subfolders also. Thanks to
sspitzer and david for the help.
2000-12-22 01:54:54 +00:00
sspitzer%netscape.com d04b934feb fix for #56074. thanks to andrew taylor (andrew.taylor@cal.montage.ca) for the fix.
r=sspitzer,sr=bienvenu
2000-12-21 23:34:22 +00:00
naving%netscape.com b0ae6aa179 *** empty log message *** 2000-12-21 22:11:09 +00:00
naving%netscape.com 0431c980f9 63083 r=bienvenu sr=mscott. Thanks to bienvenu for the fix 2000-12-21 22:10:40 +00:00
sspitzer%netscape.com 7164dad425 fix javascript warnings. #60645. patch from gemal@gemal.dk. r=sspitzer 2000-12-21 15:28:50 +00:00
blakeross%telocity.com beca89e4d0 Fix 58566: JS strict warnings in msgMail3PaneWindow.js. r=jag sr=alecf 2000-12-21 01:26:18 +00:00
blakeross%telocity.com ce96aab44b Fix 58565: JS strict warnings in mailCommands.js. patch by jarrod.k.gray@rose-hulman.edu (Jarrod Gray). r=blake sr=alecf 2000-12-21 01:23:22 +00:00
blakeross%telocity.com e277ba9262 Fix 58568: JS strict warnings in mailContextMenus.js. r=timeless sr=alecf 2000-12-21 01:15:07 +00:00
sspitzer%netscape.com 222f3e58f5 fix for #63449. center the throbber vertically in messenger and messenger compose. sr=bienvenu. 2000-12-21 01:12:03 +00:00
sspitzer%netscape.com 3035d8337b fix for #47829 and #63382. some code clean up, move hard coded string into
properties files.  sr=bienvenu.  thanks to jag for the initial patch.
2000-12-20 23:56:22 +00:00
varada%netscape.com 2a82043fd1 fix for bug #50662;leak in nsMsgSend.cpp;r=ducarroz;sr=mscott 2000-12-20 21:52:56 +00:00
naving%netscape.com c3d00e68e9 63435 r=jag sr=bienvenu. Removing window.sizeToContent() because it is not needed. 2000-12-20 21:52:38 +00:00
varada%netscape.com 214d87d9a5 fix for bug #50571;leak in nsMsgCompose.cpp;r=ducarroz;sr=mscott 2000-12-20 21:52:10 +00:00
sspitzer%netscape.com 70e0bff3c3 fix for bugscape bug #3514, compose throbber looks bad. sr=bienvenu 2000-12-20 09:15:46 +00:00
sspitzer%netscape.com de135d1a06 fix for #61791. use nsINewsDownloadDialogArgs instead of nsIDialogParamBlock
and some general cleanup.  sr=bienvenu
2000-12-20 06:31:54 +00:00
sspitzer%netscape.com fbdbf00a3c mac part of the fix for #61791. sr=bienvenu 2000-12-20 06:31:12 +00:00
bratell%lysator.liu.se 4297b96003 Fix for bug 62031. Make it possible to display format=flowed mails as normal text/plain mails. r=nhotta@netscape.com sr=bienvenu@netscape.com 2000-12-19 19:43:12 +00:00
bratell%lysator.liu.se 85e4c6bc6d Fix for bug 62031. Make it possible to display format=flowed mails as normal text/plain mails. r=nhotta@netscape.com sr=bienvenu@netscape.com 2000-12-19 19:24:07 +00:00
blakeross%telocity.com b768aa40c2 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=sspitzer sr=alecf 2000-12-19 08:25:23 +00:00
sspitzer%netscape.com a7bc2af406 fix for #62904. get shift-tab to switch between panes counter clockwise.
fix from blakeross@telocity.com.  r=sspitzer, sr=bienvenu
2000-12-19 06:40:04 +00:00
sspitzer%netscape.com 8f9dfce901 fix for #63248. prevent crash when running news://host/group?list-ids urls.
I exposed this bug to the average user by fixing #24626.
now, to get list-ids urls to work.
sr=bienvenu.
2000-12-19 05:33:46 +00:00
bienvenu%netscape.com 2af8221ae1 more work on offline, especially handling being offline re loading folders and messages w/o offline bodies 15865 2000-12-19 04:55:21 +00:00
sspitzer%netscape.com b2412a9c18 rename DisplayHTMLInMessageWindow to DisplayHTMLInMessagePane.
sr=bienvenu
2000-12-19 03:45:21 +00:00
sspitzer%netscape.com 2624ffa843 fix for #24626. when viewing a cancelled message, display the "error"
in the message pane like we did in 4.x.  add the code to display
random html in the message pane to nsMsgWindow, so bienvenu can use it
for offline imap.  known problems:  title isn't being set and headers
aren't being hidden.  but that's next.  sr=bienvenu.
2000-12-19 02:36:32 +00:00
bienvenu%netscape.com 621409416d make news and imap respect offline state r=sspitzer,sr=mscott 15865 2000-12-19 01:19:34 +00:00
bienvenu%netscape.com feef5cf3a4 add offline error code r=sspitzer,sr=mscott 15865 2000-12-19 01:16:20 +00:00
racham%netscape.com 404e4ee5a3 Fixing bugs 60634, 60635. Fixing javascript warnings for undeclared and badly scoped variables. r=racham, sr=bienvenu,mscott 2000-12-19 00:08:30 +00:00
varada%netscape.com 52e97b1986 fix for #55260; new message window with new profile brings up acount wizard and waits for callback;r=ducarroz;sr=mscott 2000-12-18 22:23:26 +00:00
sspitzer%netscape.com 96e4b84eab fix #63184. fix the subscribe dialog title.
sr=bienvenu
2000-12-18 19:59:38 +00:00
dbaron%fas.harvard.edu 4a573eab7f Fix bustage caused by naving%netscape.com in checkin to fix bug 43411. Filed bug 63087 on inter-module dependencies caused by this fix (which are the cause of the bustage). 2000-12-17 04:56:28 +00:00
naving%netscape.com ac919e4694 Fixing warnings made by earlier checkins. Declared inboxFolder twice 2000-12-17 03:09:14 +00:00
naving%netscape.com ae6575be4e 43411 sr=bienvenu. Changing Compact()'s definition to pass nsIUrlListener. 2000-12-17 01:20:42 +00:00
naving%netscape.com 83395d1565 43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers. 2000-12-17 01:19:41 +00:00
naving%netscape.com 0a698067bf 43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers.Changing Compact()'s
definition
2000-12-17 01:19:26 +00:00
naving%netscape.com 38af086062 43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers. Changing Compact()'s
definition
2000-12-17 01:17:37 +00:00
bienvenu%netscape.com a406fd0696 fix mac build bustage 2000-12-16 15:45:38 +00:00
bienvenu%netscape.com 4aef05e1a3 fix for escaping slashes for servers where slash is not the hiearchy delimiter r=sspitzer, sr=mscott 60197 2000-12-16 15:17:42 +00:00
disttsc%bart.nl e8fc5aa2d2 Clean up new/rename folder dialogs in mail/news (bug 60642), give focus to textfield (bug 60476) and fix warning (bug 60644), r=racham, a=ben, many thanks to Fabian for his help in writing these patches 2000-12-16 00:42:48 +00:00
disttsc%bart.nl 626434ad55 Clean up new/rename folder dialogs in mail/news (bug 60642), give focus to textfield (bug 60476) and fix warning (bug 60644), r=racham, a=ben 2000-12-16 00:42:47 +00:00
racham%netscape.com 213ccc81dd Fix for bug 58947. Adding implementation for observer interfaces to SmtpDataSource. r=sspitzer, sr=hyatt 2000-12-15 23:44:20 +00:00
racham%netscape.com 34fc494f70 Fix for bug 55388. Update mailaccounts list so that right values are written into the prefs file. r=sspitzer, sr=mscott 2000-12-15 23:44:17 +00:00
jdunn%netscape.com 76eaf94a55 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 db51fc636e 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 f607214b45 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 6dc3242a09 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 43cd39908f 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 4357748250 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