racham%netscape.com
aa8a1eb738
Fixing bug 108229. Fixed GetMsgFolderFromUri routine to allow copies and folders settings to display and hold preferences properly. Redundant definitions are removed and the routine is now defined in widgetglue.js. r=naving, sr=sspitzer
2001-12-10 07:44:03 +00:00
hewitt%netscape.com
66be71de93
93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt
2001-12-04 23:30:25 +00:00
nhotta%netscape.com
89c29421d0
Added default charset to nsIMsgCompFields, removed nsMsgI18NGetDefaultMailCharset, bug 110127, r=ducarroz, sr=bienvenu.
2001-12-01 17:39:17 +00:00
rjc%netscape.com
fe5d808f73
Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt
2001-11-27 01:47:41 +00:00
ducarroz%netscape.com
a83b863c66
Fix for bug 110775. Need to clear the subject and disable the editable field when caching the compose window and enabling those fields when we reopen the compose window. R=varada, SR=mscott
2001-11-21 23:43:26 +00:00
stephend%netscape.com
a8d6f27eea
Partial fix for bug 90691. 'Document: Done' is shown in the statusbar, prior to 'Done Loading Page' (which is the remaining portion of this bug, but is called from editor.xul) r=jglick/hwaara, sr=hewitt
2001-11-20 08:03:50 +00:00
blizzard%redhat.com
7e6642be68
Bug #75372 . Get dragging messages to the compose window working again on Linux. Fix incorrect case in drag flavour. r=jag,rginda sr=sspitzer, a=dbaron
2001-11-14 15:40:03 +00:00
ducarroz%netscape.com
355d17afa2
Fix for bug 108323. Fix regression introduced with my last checkin. For some reason I cannot initialize the LDAP service in one line like other services. R=varada, SR=sspitzer
2001-11-06 01:15:07 +00:00
blakeross%telocity.com
4110af4970
108565 - revert hewitt's one-line change. r=hewitt sr=hyatt
2001-11-05 19:59:44 +00:00
hewitt%netscape.com
20311b8044
fixing various fun regressions from blake's earlier landing, rs=hyatt
2001-11-03 11:27:04 +00:00
sspitzer%netscape.com
881b59e2a3
remove bogus line (from a CVS conflict) that was causing compose to not work.
...
also, fix a js strict warning. rs=bienvenu
2001-11-03 07:11:29 +00:00
ducarroz%netscape.com
fc756976ca
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
2001-11-03 04:42:19 +00:00
blakeross%telocity.com
71e1ffab70
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
sspitzer%netscape.com
f41435447b
fix for performance bug #108038 , suppressing / skipping command updating when possible in the compose window.
...
fix for performance bug #98657 , we don't need the composerSaveMenuItems command set (which get overlay from editor)
we do our own save foo.
r=varada, sr=bienvenu
2001-11-01 23:41:22 +00:00
mscott%netscape.com
cdb37a9d3a
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
...
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer
2001-11-01 06:30:43 +00:00
timeless%mac.com
0daf9ec30a
Bug 86217 - javascript strict warnings in sendProgress.js
...
patch by caillon@returnzero.com r=hwaara,varada sr=sspitzer
2001-10-31 23:17:44 +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
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
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
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
naving%netscape.com
7c1966ad79
94968. r/sr=mscott. fix the folder-picker to not show bogus folders.
2001-10-26 22:08:21 +00:00
nhotta%netscape.com
8465fb9bac
Fix the window close problem for saveAs in .js, enable the charset alert in .cpp and some clean up,
...
bug 89655, r=ducarroz, sr=bienvenu.
2001-10-23 23:25:02 +00:00
sspitzer%netscape.com
84fc843537
fix for #106308 . fix duplicate resource ids. r=hwaara, rs=bienvenu
2001-10-23 22:40:12 +00:00
bnesse%netscape.com
73c9a1111f
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
jaggernaut%netscape.com
3e278e4913
Bug 105973: s/Observe/observe/
2001-10-22 04:16:33 +00:00
hewitt%netscape.com
7e10018204
102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt
2001-10-21 03:59:20 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
pinkerton%netscape.com
6630d79543
remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098
2001-10-19 14:13:20 +00:00
sfraser%netscape.com
7ee6ab59a7
Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake
2001-10-13 02:28:44 +00:00
dmose%netscape.com
5690900ccc
Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2001-10-05 02:59:32 +00:00
sspitzer%netscape.com
a91345fad0
fix for #102753 , use the disableonsend attribute trick for the subject
...
to be consistent. r=varada, sr=bienvenu
2001-10-02 22:16:28 +00:00
sspitzer%netscape.com
8da1727409
fix for #75372 . can't drop messages into attachment pane (in compose window.)
...
a while back, the flavor for messenger dnd changed but this file
was left behind.
this fix makes it so you can dnd messages into the attachment pane, but
until #72617 is fixed, you are also able to drop folders,
which is a bug, see #102630
r=naving, sr=bienvenu
2001-10-02 00:50:50 +00:00
sspitzer%netscape.com
fc8bb05f11
partial fix for #100835 . fwding (inline) imap messages with large attachments
...
and editing imap templates & drafts with large attachments is slow since we
have to download the attachment. this makes it so the user sees download progress
in the msg window. r=ducarroz, sr=mscott
2001-10-01 18:45:16 +00:00
stephend%netscape.com
109457225e
Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer
2001-10-01 05:03:06 +00:00
roc+%cs.cmu.edu
61ab1ae53a
Bug 56696. Add ctrl-enter Send shortcut to mailnews composer. r=ducarroz, sr=blizzard
2001-10-01 02:14:05 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
stephend%netscape.com
e12b66a6f8
Bug 57650. JS strict warnings in MsgComposeCommands.js r=varada@netscape.com, sr=sspitzer@netscape.com
2001-09-25 04:16:04 +00:00
mscott%netscape.com
68f50ef201
Bug #100608 --> for ldap, min # of result for popup is 2
...
r=hewitt
sr=sspitzer
2001-09-21 07:33:14 +00:00
dmose%netscape.com
249529744b
Have the LDAP autocomplete session return an error item on failure; the user can select this item and an alert box with more details will be popped up. r=ducarroz@netscape.com, sr=bienvenu@netscape.com
2001-09-20 07:59:15 +00:00
hewitt%netscape.com
f73dd9fabf
97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt
2001-09-20 07:08:29 +00:00
varada%netscape.com
b55bd0d89e
fix for #89950;set focus to msg compose fields after select addresses dialog;r=ducarroz;sr=bienvenu
2001-09-20 00:38:53 +00:00
jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
sspitzer%netscape.com
341d46be1f
fix ^Ms for varada.
2001-09-14 21:28:16 +00:00
varada%netscape.com
27a0a07af2
fix for bug#99393;message compose performance improvements; r=ducarroz; sr=sspitzer
2001-09-14 20:24:49 +00:00
mscott%netscape.com
97f2d036e1
Bug #99222 --> for compose auto complete, don't show the popup if we have an exact
...
macth.
r=ducarroz
sr=sspitzer
2001-09-14 05:36:27 +00:00
varada%netscape.com
393d298fe2
fix for 99146- performance improvement for mailcompose window- getting rid of unnecessary logging; r/sr= sspitzer
2001-09-12 20:47:38 +00:00
mscott%netscape.com
62b840beaf
Remove obsolete file from the build.
2001-09-10 23:19:06 +00:00
sspitzer%netscape.com
fa95f857ce
remove ^Ms for varada. no bug. rs=bienvenu
2001-09-07 20:58:16 +00:00
varada%netscape.com
f0d718a85f
fix for bug#82120;disable editable fields during sending of mail;r=cmanske;sr=sspitzer
2001-09-06 19:46:49 +00:00
stephend%netscape.com
568636e20e
Bug 98453. Use 'Mail & Newsgroups' consistently throughout the UI. r/sr=sspitzer@netscape.com
2001-09-06 03:41:10 +00:00