nhotta%netscape.com
7428fcd0c4
Fixed freeing wrong memory when the collation key creation fails, bug 119917, r=bhuvan, sr=sspitzer, a=dbaron.
2002-01-16 23:43:27 +00:00
sspitzer%netscape.com
93f52a37b0
fix for smoketest blocker #120324 . back out the fix for #119051
...
(mailnews part was not tested or reviewed by module owner)
sr=mscott,bienvenu
2002-01-16 20:58:01 +00:00
rjesup%wgate.com
d9e754ecd2
Bug 119843: negative voidarray index. r=rjesup@wgate.com, sr=waterson
2002-01-16 07:03:26 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
timeless%mac.com
c4d44ab97c
Bug 119051 duplicate symbol breaks win32 static build
...
create and use nsIIOService::getQueryAttributeValue
r=dbradley sr=darin
2002-01-16 05:07:31 +00:00
kaie%netscape.com
87002d36a7
b=115010 Mail/News UI must provide detail info on signature/encryption status
...
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
bzbarsky%mit.edu
5a1b42ffbb
Bug 90633. Use the URL extension for the temp file we pass to helpers
...
if it matches the extension list in the mime info. r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
bzbarsky%mit.edu
68c2123b34
Bug 104480. "EqualsIgnoreCase(nsAutoString(foo)) is bad and should
...
die." r=alecf, sr=jag
2002-01-16 03:31:25 +00:00
tingley%sundell.net
80490b2456
Checkin for doronr@naboonline.com to fix bug 117517 -- move "Enable js for
...
mail/news" to the new scripts/windows pref pane.
r=db48x, sr=alecf
2002-01-16 03:26:28 +00:00
bienvenu%netscape.com
88616b2c9b
use GetRootMsgFolder 119579 r/sr = sspitzer
2002-01-16 03:19:22 +00:00
srilatha%netscape.com
5f8c7a55cf
Fix for bug # 118237. Removed shorPathBuf in thisApplication()
...
r=rdayal@netscape.com , sr=jaggernaut@netscape.com
2002-01-16 03:06:55 +00:00
varga%utcru.sk
ff7ad62083
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbragg%netscape.com
4563bf5291
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
alecf%netscape.com
4390fff47d
factor out some table-based string manipulation routines to make it easier to seperate unicode vs. 8-bit character strings. bug 114450, r=dbaron sr=jag
2002-01-15 22:57:29 +00:00
racham%netscape.com
1205923e1b
Fixing bug 103689. Make sure that the right set of addresses are pre-populated in the compose window based on the items selected in the AdderssBook window. Also fixes the new card created from the AddressBook window's file new menu should reflect the right parent addressbook. r=ssu, sr=sspitzer
2002-01-15 22:51:53 +00:00
kaie%netscape.com
b6689df5d4
b=93571 Remove lock icon from messenger windows
...
r=javi sr=mscott
2002-01-15 22:23:21 +00:00
sspitzer%netscape.com
087b9288a7
fix for #119675 , implement LDIF export. r=dmose, sr=bienvenu
...
also fix a bug in the LDIF import code #116973 .
2002-01-15 02:26:47 +00:00
rods%netscape.com
cef23c2b9c
need to check to see if the dialog was cancelled and then clean up
...
Bug 118017 r=spitzer sr=mscott
2002-01-15 02:20:30 +00:00
rods%netscape.com
4fd3b61ece
need to check to see if the dialog was cancelled and then clean up
...
Bug 118017 r=spitzer sr=mscott
2002-01-15 01:29:02 +00:00
bienvenu%netscape.com
3fde7db591
use nsIMsgIncomingServer::GetRootMsgFolder method r/sr=sspitzer 119579
2002-01-15 00:54:26 +00:00
bienvenu%netscape.com
9a0275c86e
whitespace cleanup (and remove null check before delete) r/sr=sspitzer, no bug
2002-01-15 00:43:07 +00:00
bienvenu%netscape.com
99acc68a83
use nsIMsgIncomingServer::GetRootMsgFolder method r/sr=sspitzer 119579
2002-01-15 00:40:35 +00:00
bienvenu%netscape.com
8a762c6e37
add strings for imap sharing privileges and acl r/sr=sspitzer 112096
2002-01-14 23:35:08 +00:00
bienvenu%netscape.com
29719a667f
add rootMsgFolder accessor to incoming server, make rootFolder interCaps r/sr=sspitzer 119579
2002-01-14 22:59:02 +00:00
brade%netscape.com
0e46ddc742
use new editor api instead of nsIDiskDocument (bug 11419; r=ducarroz, sr=sspitzer)
2002-01-14 22:06:30 +00:00
sspitzer%netscape.com
39a8a0e9ca
fix for #119932 . delete addressbook is failing. while I'm here,
...
remove unnecessary dependency on the DOM. the addressbook
backend doesn't need to be dependent on nsIDOMXULElement and
nsIDOMNodeList. r/sr=bienvenu
2002-01-14 19:50:34 +00:00
cavin%netscape.com
ecdeca711f
Bug #100167 : Added server name to a few connection error msgs for imap, news and pop. Also fixed two obsolete imap error numbers (1 & 2). r=bienvenu, sr=sspitzer.
2002-01-13 19:26:28 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
hewitt%netscape.com
7f0e98bdd5
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00
srilatha%netscape.com
e48f9f1c5d
Fix for bug 102766. Moving localizable mapi files to en-win.jar
...
r=racham@netscape.com , sr=sspitzer@netscape.com
2002-01-12 01:10:15 +00:00
srilatha%netscape.com
24a87fbb19
Fix for bug # 92437. Cleaning up code in this file
...
r=racham@netscape.com , sr=sspitzer@netscape.com
2002-01-12 01:06:02 +00:00
naving%netscape.com
c59f91b929
119350 r=nhotta sr=sspizter. make cross-folder msgNavigation follow the folder-pane sort order.
2002-01-12 00:11:07 +00:00
nhotta%netscape.com
0ee20025a9
Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
...
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
andreww%netscape.com
dd4e2fd9f8
bugzilla bug 29896 r=blake, racham, sr=hewitt folder names truncate in middle instead of right in folderpane.
2002-01-11 03:00:38 +00:00
andreww%netscape.com
1aee51887e
bugzilla bug 62011 r=racham, shliang sr=hewitt status bar in subscribe dlg should be at bottom.
2002-01-11 02:52:26 +00:00
ssu%netscape.com
b340f86a4b
checking in patch for neil@parkwaycc.co.uk. fixes bug 102711 - implement F6/shift+F6 and Ctrl+(shift)+tab to cycle through panes in mailnews window. r=ssu, sr=mscott
2002-01-11 01:17:04 +00:00
ssu%netscape.com
eec2d4eca2
fixing bug 85512 - Change mnemonic for File;Compact Folders and File;Get New Messages For. r=racham, sr=mscott
2002-01-11 01:11:39 +00:00
naving%netscape.com
54f69f81fa
118137 r=bienvenu sr=sspitzer. fix crash upon deleting large number of messages.
2002-01-11 01:05:53 +00:00
cathleen%netscape.com
a717ed2128
fix bug 118044, windows static build bustage. sr=waterson r=darin, timeless
2002-01-11 00:33:37 +00:00
sspitzer%netscape.com
11c636a95c
fix for #118876 . fix xml error when printing addressbook cards with < & or >.
...
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
bienvenu%netscape.com
3f50bac067
check in fix for problem with download and sync messages dlg on os/2 for mkapply, r=timeless, sr=bienvenu 113671
2002-01-10 23:36:42 +00:00
bienvenu%netscape.com
ef7d3419f0
make mimemoz cache images in mem cache instead of dropping them on the floor, fixes case where imap message gets fetch multiple times, r=sspitze, sr=mscott 93208
2002-01-10 23:18:41 +00:00
srilatha%netscape.com
f672de481a
Fix for bug# 104258.
...
Dlg for setting to default mail should not appear when I'm composing a msg
r=ssu, sr=mscott
2002-01-10 22:51:30 +00:00
ducarroz%netscape.com
55f0d88e17
Fix for bug 115446. Need to remove attribute width or height of boxes around splitters when caching a compose window. R=dmose, SR=sspitzer
2002-01-10 22:43:28 +00:00
racham%netscape.com
f9a7f24be9
Fixing bug 117714. This fix saves and retrieves preferences in smime panel properly. Thanks to Stephane Saux for the patch he proposed. Needed to add more changes to that so that prefs are saved while user moves across items like Server Settings, Addressing, etc under a given account in the AccountManager panel. r=sspitzer, sr=mscott
2002-01-10 22:40:27 +00:00
alecf%netscape.com
c5869c2865
some leftover files that I forgot to checkin to bug 100212, converting nsIFile.URL over to nsIIOService
...
r=dougt, sr=darin
2002-01-10 21:36:17 +00:00
bienvenu%netscape.com
c8b2aa96b4
fix problem issuing search in non selected folder after copying to sent folder r/sr=sspitzer 119154
2002-01-10 21:23:02 +00:00
bienvenu%netscape.com
fddab8a20c
fix blocker 119202 delete button disabled after deleting message r/sr=sspitzer backing out fix for 118137
2002-01-10 17:14:12 +00:00
varga%utcru.sk
728727cafd
Fix for 116739. Many assertions when moving over the blank area of outliners.
...
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt
- getCellAt() now checks for correct mouse coordinates and sets row value
to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
bienvenu%netscape.com
0c6619abe1
fix problem downloading message with inline images multiple times 93298 uploading messages to certain imap servers 72928 implement privileges command for imap folder sharing r=sspitzer, sr=mscott
2002-01-10 02:46:40 +00:00