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

11543 Коммитов

Автор SHA1 Сообщение Дата
naving%netscape.com d78073e8dc 107393 r/sr=bienvenu. make minor change to last checkin 2001-10-31 06:51:20 +00:00
naving%netscape.com 323264936b 107393. r/sr=bienvenu. Make the flag changes in QS view show up when you go back to folder
view.
2001-10-31 06:31:33 +00:00
bienvenu%netscape.com 651e6d9d3e fix for empty local trash when you've not opened the trash or deleted a message in the session, r=naving, sr=sspitzer 107187 2001-10-31 03:56:15 +00:00
mscott%netscape.com c31100f98f Bug #107608 --> allow generic extensions to account manager,
nsIMsgIdentity and nsIMsgIncomingServer. checking in for Seth.
r=bhuvan
sr=mscott
2001-10-31 03:45:24 +00:00
mkaply%us.ibm.com dbb881ef10 HPUX bustage 2001-10-31 02:18:43 +00:00
sspitzer%netscape.com c080037c83 fix for performance #107481. our FocusRingUpdate_Mail command set updates on
focus changes.  a blur from A to B does this:  sets focused element to null,
sets focused element to B.  by listening to focus, and not dropping null, our js would
update the mail-toolbar twice on a focus change.  now we do it once.

thanks to cavin for finding the problem.

r=cavin, sr=bienvenu
2001-10-31 02:05:40 +00:00
racham%netscape.com 92d4219a15 Fixing addressbook bugs 102767, 102846, 104468. Fixing the name order problem in the addresbook results pane, making mobile the formal word in place of cellular and add context menu items for sidebar addressbook panel. r=ducarroz, sr=sspitzer 2001-10-31 00:42:55 +00:00
bnesse%netscape.com aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
shanjian%netscape.com 03c019c1a7 #107084 View Character Coding for message display broken
r=nhotta, sr=sspitzer
2001-10-31 00:12:38 +00:00
ducarroz%netscape.com 3b333e863f Fix for bug 86398. Display a different message when we cannot fetch an attachment depending if we are saving or sending the message. R=varada, SR=mscott 2001-10-30 23:28:51 +00:00
sspitzer%netscape.com 8b194ac631 fix for perf bug #103010. don't persist the "open" state of news servers.
(revert to 4.x behaviour).  persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down.  r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
ducarroz%netscape.com 09ad2cc851 Fix for bug 84081. We need to mark an attachment we cannot fetch as bogus in order to avoid generating an empty part. R=varada, SR=mscott 2001-10-30 22:49:50 +00:00
ducarroz%netscape.com 677ff8b8f9 Fix for bug 83752. Need to close the progress window is an error occurs during the send. R=varada, SR=bienvenu 2001-10-30 22:45:31 +00:00
ducarroz%netscape.com 6d724c99a2 Fix for bug 83549. Add a new send mode in order to be able to display correct message when an error occurs while sending unsent messages. R=varada, SR=mscott 2001-10-30 22:36:57 +00:00
dougt%netscape.com 20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
sspitzer%netscape.com 8bec17a0f7 backing out a jag's change. mLength on returnString is not correct, so doing returnString.Length()
cause problems, but strlen() works.  bienvenu's looking into why our string foo is doing that to mLength,
but this gets the tree open. sr=bienvenu
2001-10-30 18:32:31 +00:00
mkaply%us.ibm.com 3b3437183f Stupid OS/2 breakage - bug has been opened with compiler folk 2001-10-30 17:39:31 +00:00
bzbarsky%mit.edu 59d9b83f5b Fix strict JS warnings in addressbook. Bug 107538, patch from James
Green <jg@cyberstorm.demon.co.uk>, r=hwaara, sr=bienvenu
2001-10-30 14:54:04 +00:00
ducarroz%netscape.com 321184f9e3 Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
dbaron%fas.harvard.edu 359f6668d1 Fixing double parens. 2001-10-30 08:01:14 +00:00
dbaron%fas.harvard.edu b7eac49894 ... and fixing one other typo. 2001-10-30 07:59:16 +00:00
dbaron%fas.harvard.edu 50a378c987 ... and converting to double-parens. 2001-10-30 07:58:02 +00:00
dbaron%fas.harvard.edu d2a4a711c2 Fixing bustage by converting this to use PR-logging. I should've done a Windows build... 2001-10-30 07:40:57 +00:00
ben%netscape.com 2c7c8361b1 107311 - rename global variable for consistency & interoperability with other context menu clients.
r=jst, sr=sspitzer
2001-10-30 06:45:17 +00:00
ben%netscape.com 95474277c6 107311 - insert accidentally removed <![CDATA[ and add a null check just in case
r=jst, sr=sspitzer
2001-10-30 06:44:24 +00:00
ben%netscape.com 95eb959a2d 107311 - make Mail Message Pane context window code not rely on menuitem visibility specified via style attribute, since this is now specified with the hidden attribute. Also remove unused parameter to fillMessagePaneContextMenu
r=jst, sr=sspitzer
2001-10-30 06:43:56 +00:00
dbaron%fas.harvard.edu 83d24ad2c1 Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin 2001-10-30 06:33:52 +00:00
sspitzer%netscape.com 8516ed2883 fix for #106917. strict js warnings from msgHdrViewOverlay.js r/sr=mscott 2001-10-30 05:47:25 +00:00
bienvenu%netscape.com 306455aad9 check for null db folder info 107457 rs=sspitzer 2001-10-30 00:09:35 +00:00
colin%theblakes.com e676aee393 This comment really goes with the last checkin whose comment I fat-fingered.
Add an initialiser to ImportCharSet::m_Ascii so that it becomes a strong
symbol and therefore visible to the OpenVMS linker.
b=90666  r/sr=sspitzer
2001-10-29 21:14:11 +00:00
colin%theblakes.com 100a1b792a ImportCharSet::m_AsciiImportCharSet.cpp 2001-10-29 20:07:56 +00:00
sspitzer%netscape.com 0ef29145c5 fix blocker bug #107334. undefined entity causes mailnews to crash.
working on the broken contenxt menus next, but the tree could open with that.
sr=shaver.
2001-10-29 17:38:57 +00:00
ben%netscape.com 03051ca0c1 103064 - add Send Page/Link to browser context menu. Shifting XUL into this file
& parameterizing functions a little better so that they can be re-used more
efficiently. r=pchen, sr=hyatt
2001-10-29 10:15:18 +00:00
jaggernaut%netscape.com f02611e9eb Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
bryner%netscape.com c8765945f9 Fixing uninitialized variable. Bug 107262, r=bbaetz, sr=darin. 2001-10-28 22:30:30 +00:00
mkaply%us.ibm.com 3a08b63bf4 More crap 2001-10-28 21:59:04 +00:00
mkaply%us.ibm.com 9fdc8e2e1d Man I feel silly checking this crap in. Breaks on my machine, not the TB. Same problem 2001-10-28 21:55:32 +00:00
mkaply%us.ibm.com bd411d0d03 I don't know why this isn't breaking the tb. more reordering 2001-10-28 21:25:46 +00:00
bienvenu%netscape.com 507a096fa9 add support for sorting by label r=bhuvan, sr=sspitzer 106717 2001-10-28 20:26:59 +00:00
bienvenu%netscape.com b8621ca475 fix for topcrash in morkRowObject::closerow r=naving, sr=sspitzer 2001-10-28 20:25:12 +00:00
mkaply%us.ibm.com a6ca58ad96 Strange - this one builds on the TB but fails locally, one more ugly link order change 2001-10-28 16:16:38 +00:00
sspitzer%netscape.com 3d8e34f3ca fix for #75611. the Message | Mark menu item is supposed to have a seperator between it and the
"Ignore Thread" menu item when reading a news message.
fix by andreas.premstaller@uibk.ac.at, r/sr=sspitzer
2001-10-28 10:00:56 +00:00
sspitzer%netscape.com efaadc9d6e fix for #57756. when clicking on a link in the addressbook card page, it should
open up a new window, or use and existing browser window.
also, the links should look and act like links.
initial patch by jessica blanco (jblanco@us.ibm.com), r=racham, sr=sspitzer,bienvenu
2001-10-28 04:21:46 +00:00
sspitzer%netscape.com 1164cc25ac fix for #45084. add mnemonics to the mailing list dialog.
r=jag, sr=sspitzer.  thanks to james green (jg@cyberstorm.demon.co.uk) for the patch.
2001-10-27 23:01:59 +00:00
sspitzer%netscape.com c96866b2d2 fix for #90754 (return progress meter to inactive state) and #106763 (no items in subscribe tree until you do a search).
r/sr=bienvenu
2001-10-27 18:27:56 +00:00
mkaply%us.ibm.com 7df3f08233 More OS/2 bustage 2001-10-27 15:11:44 +00:00
stephend%netscape.com a2cb719a37 Bug 83318 - Wording changes from 'Get Msg' to 'Get Msgs' and 'New Msg' to 'Compose'. 50865 - Removing the duplicated charset menu item for folders. Both bugs have r=jglick@netscape.com, sr=sspitzer@netscape.com 2001-10-27 08:19:54 +00:00
bnesse%netscape.com faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
rpotts%netscape.com ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
shanjian%netscape.com 796133ab85 #106650 Crash viewing some mails
r=ducarroz, sr=sspitzer
2001-10-26 23:59:30 +00:00