Commit Graph

1664 Commits

Author SHA1 Message Date
varada%netscape.com
e5f1e13cca fix for bug#49720; deleting recipient causes error message; r=ducarroz 2000-09-11 21:55:12 +00:00
nhotta%netscape.com
e159afee6e Added error handling for setting tooltip text, bug 51608, patch from ducarroz, r=nhotta. 2000-09-11 19:02:49 +00:00
jglick%netscape.com
805a577baf 45535, 37931, 40740. Clean up to Mail/News Pref dialogs. a=hangas, r=hangas 2000-09-08 23:41:02 +00:00
mscott%netscape.com
81b816da2e Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
r=valeski
2000-09-08 00:24:13 +00:00
dbaron%fas.harvard.edu
5b9e2cd756 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935 2000-09-06 14:39:54 +00:00
ben%netscape.com
41a82e22b2 also, changes made accidentally on the weekend 2000-09-06 02:27:44 +00:00
ben%netscape.com
cbd5834daf revert my accidental changes to this file over the weekend. 2000-09-06 02:21:59 +00:00
hyatt%netscape.com
18e758c3ca fix for 51410 - xbl syntax change, r=danm 2000-09-05 22:52:57 +00:00
mozilla.BenB%bucksch.org
2b3b3b35e7 16925, Regression: The addressing panel chanmges, but the "mail.compose.other.header"-pref code was not updated (causing failures, if the repf was sat). Updating that. r=ducarroz, a=waterson 2000-09-05 21:46:57 +00:00
ducarroz%netscape.com
f7e0e35410 Fix for bug 45159. Remove debug Menu and menu item Quote Original Message. R=jefft 2000-09-05 20:54:53 +00:00
ducarroz%netscape.com
89d766de52 Fix for bug 50829. Don't need anymore to create a new row when the user click on an existing address field as the tree now always has an empty area at the bottom. R=jefft 2000-09-05 20:53:46 +00:00
ben%netscape.com
27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
ducarroz%netscape.com
9199048222 Fix for bug 50311. Cleanup Message Compose Menu. R=mscott 2000-09-02 01:55:35 +00:00
dianesun%netscape.com
51669574ed Fix for bugs 38092 & 37931. R/A: ducarroz, QA: laurel. 2000-09-02 01:11:49 +00:00
ducarroz%netscape.com
48555aed0d Fix for bug 50968. Replace out-dated status bar by a new one up to date. R=bienvenu 2000-09-01 18:26:10 +00:00
pavlov%netscape.com
e74258e943 ugh, fix for the windows bustage. this fix sucks. windows.h sucks. 2000-09-01 10:34:05 +00:00
pavlov%netscape.com
b956215375 fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest 2000-09-01 09:00:37 +00:00
ducarroz%netscape.com
f6925c3614 Fix for bug 1856 (yes, 1856) Extract recipients from the message header instead of from the db. R=bienvenu 2000-09-01 04:04:39 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
rhp%netscape.com
554c067f7a Fix for bug 49943 - readable messages in tmp - r: putterman 2000-09-01 00:48:55 +00:00
sfraser%netscape.com
36612d6514 Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
bienvenu%netscape.com
3677ca21e9 fix 31787 can't send with non-aol server after sending with aol server (meaning default smtp server didn't work r=alecf 2000-08-30 01:33:40 +00:00
ducarroz%netscape.com
dd4371b9c3 Fix for bug 50610. Nested return value where overwritten by the fall out return value. R=benb 2000-08-29 23:14:04 +00:00
putterman%netscape.com
d63000ffb0 Fixes for 48246, 48985, and 20129. Fixed up enabling and disabling of 3pane menu items.
Added accelerators.  Added busy cursor around sorting, threading and folder loading. r=bienvenu
2000-08-26 20:54:51 +00:00
mozilla.BenB%bucksch.org
c7e80bb30c 38433: Slightly adjusting the wording. 2000-08-24 14:39:55 +00:00
mozilla.BenB%bucksch.org
2016929679 38433: askSendFormat dialog: Make check of formatting more fine-grained, and set recommondation following the result (in particular, to plaintext in some cases). Add icons to visualize the modes. r=ducarroz, a=brendan 2000-08-24 04:14:28 +00:00
bienvenu%netscape.com
3d62f2d5a7 fix 49903 crash posting empty news message r=ducarroz 2000-08-24 00:58:04 +00:00
cmanske%netscape.com
ba90cdc651 Removed need to unregister Composer's pref command, b=49953, r=ducarroz 2000-08-24 00:31:02 +00:00
ducarroz%netscape.com
def21fe9ca Fix for bug 49953. The editor's global variable gComposerCommandManager has been replaced by gHTMLEditorCommandManager. R=bienvenu, A=leaf 2000-08-23 18:20:40 +00:00
cmanske%netscape.com
9b56f2556d Changed to using 'editorType' as param, part of composer bug 41810, r=sfraser 2000-08-23 00:33:03 +00:00
ducarroz%netscape.com
54158fa72c Fix for bug 49016. Create an HTML text node to hold the alert message. Also fix the alert position. R=putterman 2000-08-22 23:40:59 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
warren%netscape.com
e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
scc%mozilla.org
4cac07a743 fixing code that relied on implicit string construction 2000-08-20 01:16:54 +00:00
ducarroz%netscape.com
4756b80af9 Fix for bug49215. Replace a spring by a splitter and set some minimum width. R=alecf 2000-08-19 01:52:01 +00:00
ducarroz%netscape.com
a4a395aaa6 Fix for bug 48994. Take the first identity if we don't have a default one. R=alecf 2000-08-18 00:08:59 +00:00
mcafee%netscape.com
01f84ae1eb Moving autocomplete pref from message composition pane to addressing pane to save screen space (40888). r=slamm, a=glick 2000-08-17 01:06:27 +00:00
ducarroz%netscape.com
da73e40c94 Fix for bug 47506. Migrate some of the modification made to the editor formating toolbar to the message compose one. R=sfraser 2000-08-14 21:29:33 +00:00
ducarroz%netscape.com
139e85399a Fix for bug 47855. Implement Save as File and fix command Save to remember which default action to performe (save as file, save as draft or save as template). R=ducarroz 2000-08-12 00:29:43 +00:00
varada%netscape.com
afb77fd53a fix for bug#40368; removing Stop button from msg compose window; r=ducarroz 2000-08-11 20:52:39 +00:00
mscott%netscape.com
95650422bb Bug #44161, 44160 --> get the correct prompt object for the current window instead
of using the one attached to the hidden window. We used to get it from the compose
docshell but when you send the message, that window is actually gone. We should
parent the alerts off of an underlying mail window...
r=ducarroz
2000-08-10 22:56:29 +00:00
mscott%netscape.com
c42c921e8e Bug #44161 --> remove reference to m_docshell which we don't need now.
r=ducarroz
2000-08-10 22:54:37 +00:00
ducarroz%netscape.com
a21ab101dd Fix for bug 27170. Remove option UUencode for attachment. R=mscott 2000-08-10 22:29:44 +00:00
ducarroz%netscape.com
04d5762efc Fix for bug 47361. Don't access direclty the buffer of a nsAutoCString, it might not be in sync with the content of the string itself. R=bienvenu,mscott 2000-08-10 22:27:09 +00:00
ducarroz%netscape.com
6a3d693662 Fix for bug 43441 & bug 32598. Fix various problems with message compose prefs panel. R=varada 2000-08-10 20:03:54 +00:00
ducarroz%netscape.com
7beb9aa7d0 Fix for bug 32598. Re-arrange the frame to be sure it fit (UI change approuved by jglick). R=varada 2000-08-10 19:56:56 +00:00
varada%netscape.com
695a3e8a37 fix for bug#31549;showing prettyname with identity in msgcompose;r=ducaroz 2000-08-09 22:48:29 +00:00
varada%netscape.com
09a2d7822f fix for bug#31549;show server pretty name along with identity in mail compose window;r=ducarroz 2000-08-09 22:40:28 +00:00
mozilla.BenB%bucksch.org
e2c35a95d6 36480:
- Don't check for <div> around a sig
- Allow class to be quoted or be one of several
No bug:
- Don't output <div> for plaintext sigs (because 4.x' editor has a bug with <div>s inside <blockquote type=cite>s)
r=ducarroz
a=waterson
2000-08-09 07:27:14 +00:00
putterman%netscape.com
5812cbc05a Fix for 37932. r=ducarroz. remove Forward Quoted from preferences. 2000-08-08 22:19:37 +00:00
alecf%netscape.com
4c3c45c8fc part of fix for 39016 - add direct access to the string bundle for the mail string bundle stuff
r=mscott
2000-08-08 22:11:40 +00:00
saari%netscape.com
4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
ducarroz%netscape.com
14e6dc6c87 Fix for bug 36480. Add function to switch the signature. R=putterman 2000-08-08 04:46:55 +00:00
ducarroz%netscape.com
1e712cff77 Fix for bug 36480. Add function to switch the signature. R=putterman 2000-08-08 04:45:02 +00:00
mscott%netscape.com
6ad9dbcbf9 Bug #47853, 47901, 47835, 47324, 47811 --> back out caching of smtp capabilities...this breaks the smtp protocol
which requires an EHLO or HELO to always be issued. Fix case for HELO response.
r=bienvenu
2000-08-08 00:22:34 +00:00
bienvenu%netscape.com
1c31415b08 add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
ducarroz%netscape.com
6934379c08 Fix for bug 47224. Remove QUote button and menu item. R=mscott 2000-08-04 22:24:50 +00:00
ducarroz%netscape.com
3ab75bdda2 Fix for bug 47250. As we cannot have more than one keyset per window, we need to define key outside the keyset tag in the overlay. That let other window that includes the overlay defines their own keyset and eventually includes some of the keys defined in the overlay. R=cmanske 2000-08-04 21:37:00 +00:00
brade%netscape.com
e2f6a90545 remove reference to View | Paragraph Marks since the Composer team has decided not to support/fix it for 6.0 (bug #47525); per Composer UI review team 2000-08-04 10:27:44 +00:00
ducarroz%netscape.com
f99b846942 Fix for bug 47362. Add tooltip on attachment. R=mscott 2000-08-03 22:28:17 +00:00
ducarroz%netscape.com
54605864f0 Fix for tree blocker bug 47391. Do not try to update menu that doesn't exist. R=bienvenu,alecf 2000-08-03 19:58:10 +00:00
nhotta%netscape.com
e441eb4cd2 Put a special case before alert the user for charset conversion failure, bug 42871, r=ftang. 2000-08-02 22:03:26 +00:00
ducarroz%netscape.com
c155d15f16 Fix for bug 38682. Add command updater to enable the spelling button and menu item when the cursor is in the message body. R=mscott. 2000-08-01 23:58:49 +00:00
ducarroz%netscape.com
1221a29a9c Cleanup message compose menus. That fix bugs 23458, 33076, 33500, 39791, 39843, 39852, 40210, 40302, 40313, 40315, 40323, 40328, 40339, 45932. R=mscott 2000-07-31 22:09:48 +00:00
ducarroz%netscape.com
2b61e46f5f Fix for bug 35746. Replace prefilled recipients (reply-to, bcc) when switching identity. R=mscott 2000-07-31 21:46:33 +00:00
rhp%netscape.com
f86f929e73 Fix for incorrect error notification on Copy failures - Bug #: 41504 - r: bienvenu 2000-07-28 00:18:56 +00:00
ben%netscape.com
3879af701e classic skin work for 46613, a=johng 2000-07-27 07:11:14 +00:00
rhp%netscape.com
5a2c233f08 Fix problem leaking temp files - Bug #: 45136 - r: bienvenu 2000-07-27 02:58:49 +00:00
mozilla.BenB%bucksch.org
960a74377d 46274: Forgot to remove the structs pref from the |_elementIDs| list. Tnx to jrgm for the hint. r=ducarroz, a=waterson 2000-07-25 17:40:05 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
mscott%netscape.com
81fa5b3e3d Bug #39736 --> remove code that was incorrectly stomping the ougoing charset of the message when you are
replying to it.
r=alecf
2000-07-22 21:36:06 +00:00
mozilla.BenB%bucksch.org
caf6b03f85 44446: Remove HTML->HTML recognition of structured phrases from Prefs UI and disable by default. 2000-07-22 07:37:20 +00:00
mscott%netscape.com
7c7e1247c1 Force pr logging even in release builds. QA needs this to debug some smtp problems in release builds.
Has no effect on code execution.
2000-07-21 21:48:02 +00:00
mscott%netscape.com
7e8118765e Bug #39736 --> for forward inline case, we need to make sure we pass in the right charset to mime when it fetches
the message body for quoting purposes.
r=nhotta.
2000-07-20 07:53:58 +00:00
mscott%netscape.com
7d245cb17e Bug #39736 --> charset over ride has no effect on quoting. Fix is to use the charset
we just passed in.
r=nhotta
2000-07-20 07:42:14 +00:00
mscott%netscape.com
8b3042c586 Bug #39736 --> set the charset on the compose field if we have one from the
top most message window.
r=nhotta
2000-07-20 07:41:51 +00:00
mscott%netscape.com
072584458d Bug #39736 --> pass in the charset to quote the body with. this helps fix charset over ride has
no effect on quoting.
r=nhotta
2000-07-20 07:41:12 +00:00
ducarroz%netscape.com
1a2c474eb4 Fix for bug 45926. ContentWindow is now known as window._content. R=mscott 2000-07-20 00:47:34 +00:00
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
akkana%netscape.com
6528090418 Remove a debug dump statement. r=ducarroz, a=mcafee 2000-07-19 22:00:16 +00:00
warren%netscape.com
de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
sfraser%netscape.com
bc5e13e277 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2000-07-14 21:58:50 +00:00
mscott%netscape.com
233d541694 Bug #35744 --> fix hang when fetching urls that don't exist. The fix was to
implement nsIWebProgressListener by the url fetcher. This will tell us when
we've failed to fetch the url. Also had to make sure we passed in a valid load group to the
channel. And added protection to make sure the OnStopRequest doesn't get processed twice.

One caveat is still left with this bug: you are still prompted after each url we fail to load. This
is pretty annoying.

r=bienvenu
2000-07-14 06:18:44 +00:00
mscott%netscape.com
7785ffb681 Bug #44587 --> fix send mail via aol. caching of smtp values was breaking this. so
you could only send one message. Subsequent message sends fail.
r=bienvenu
2000-07-14 01:38:55 +00:00
mscott%netscape.com
4ea557327a quick patch to fix the mac build. Mac doesn't seem to like NS_LITERAL_STRING for a const char * defined using a #define. 2000-07-13 00:49:53 +00:00
mscott%netscape.com
2d4726af0f Bug #44635 --> when replying or forwarding a message, we were passing in a bogus channel when we tried to fetch
the message for quoting purposes. As a result, the content type (which includes the charset information for the message)
was not getting set on the right channel. I changed things so we pass in the real channel and not a bogus one.

r=alecf
2000-07-12 22:54:19 +00:00
mkaply%us.ibm.com
69ebcee3f6 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME - for some things
2000-07-12 22:38:28 +00:00
mkaply%us.ibm.com
136ef4f751 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:18:48 +00:00
cls%seawood.org
e87a1b7b11 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
bienvenu%netscape.com
3198c38bd1 fix problem posting to wrong news server r=mscott 35678 2000-07-10 02:38:22 +00:00
mozilla.BenB%bucksch.org
6e326b1f69 38494: Attribution line: actually use authorStr; reorder code a bit to make more sense. r=ducarroz, a=waterson 2000-07-06 23:00:43 +00:00
ducarroz%netscape.com
1ba0f89c0a Fix Linux bustage. 2000-07-06 21:51:11 +00:00
ducarroz%netscape.com
1d76e4a74d Fix for bug 43448. Add code to populate mailing list during the send/send later process. R=mscott 2000-07-06 20:44:06 +00:00
mozilla.BenB%bucksch.org
44e0bccbdb Rest of 29653: Use a valid "mid" URL as value for the cite attribute of <blockquote> instead of just the raw Msg-ID. 2000-07-06 01:33:19 +00:00
jefft%netscape.com
2bb8793d40 fixed bug 33986 -- IMAP: Quit with unsaved draft, save to draft crashes & bug 44203 -- Closing last mail compose crashes the app; r=alecf 2000-07-05 23:19:24 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
morse%netscape.com
5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
ducarroz%netscape.com
5b40499ef9 Fix for bug 43468. We need also to use .value when we pre file a recipient else we will loose the content of every non visible fields! This is more a work around that the reall fix which should be in the textcontrolframe code. R=putterman 2000-06-27 06:14:42 +00:00
varada%netscape.com
d0be445fde fix for bug#37180 -change nsIFileSpecWithUI to nsIFilePicker; r=scottip 2000-06-23 01:38:59 +00:00
alecf%netscape.com
5cbee96537 fix for assertions - toolbarseparator->separator
a=granrose
2000-06-22 18:44:14 +00:00