5680 Commits

Author SHA1 Message Date
putterman%netscape.com
c4b0f833e6 Fix for bugs 14786 and 13727. Fix leaking nsIServiceManager and datasources. Approved by chofmann
and reviewed by alecf.
1999-09-24 21:59:45 +00:00
sspitzer%netscape.com
8165b11d88 fix some pref migration problems (on the Mac) and fix URI parsing code.
this fixes part or all of the following bugs:   #14619 #14689 #14591
a=leaf, r=jefft
1999-09-24 20:42:46 +00:00
ducarroz%netscape.com
e2c8b14e4e Need to populate personal addressbook
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
nhotta%netscape.com
08db4dcc9e fix for #14621. r=ftang, a=chofmann 1999-09-23 19:53:19 +00:00
alecf%netscape.com
6fb9a6e280 fix for #13403, misspelled "titlemenuseparator" 1999-09-23 18:43:48 +00:00
alecf%netscape.com
d9026972d8 fix for #14639 r=sspitzer 1999-09-23 18:43:08 +00:00
alecf%netscape.com
5631e0127c oops, back out extra checkin 1999-09-23 03:02:00 +00:00
alecf%netscape.com
0c27f12fd6 misspelled variable - it's "folderTree" not "tree"
a=chofmann
1999-09-23 03:01:17 +00:00
mscott%netscape.com
792c580b73 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)
1999-09-22 08:25:58 +00:00
mscott%netscape.com
7654726da5 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.
1999-09-22 08:09:25 +00:00
mscott%netscape.com
107403ab6c If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...
1999-09-22 08:07:52 +00:00
mscott%netscape.com
65774de94e added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.
1999-09-22 07:21:32 +00:00
ducarroz%netscape.com
d9d2c0b3de need to support invalid URL as well URL without "http://", fix for bug 14376 1999-09-22 07:20:49 +00:00
alecf%netscape.com
ff9f72ac79 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
5945054fc3 need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
bienvenu%netscape.com
f4f9230c43 fix assert on startup without folder cache, workaround service manager shutdown bug 1999-09-22 06:23:16 +00:00
mscott%netscape.com
4ffdfcbc87 Remove all of these files from the repository. They are now built in mozilla\db\mork 1999-09-22 06:14:07 +00:00
alecf%netscape.com
0f477a7c76 disable unimplemented buttons, add hardrule above ok/cancel 1999-09-22 06:08:30 +00:00
alecf%netscape.com
a147d0e107 update the account wizard to specs, fix typos, fix layout, and summarize the account at the end of the setup 1999-09-22 06:08:08 +00:00
alecf%netscape.com
381ae43187 fix typos 1999-09-22 06:07:32 +00:00
alecf%netscape.com
27e3b3fb1e add aw-done.js 1999-09-22 06:07:05 +00:00
alecf%netscape.com
4adc0a12be add fix typos, add strings I needed for the wizard 1999-09-22 06:06:37 +00:00
alecf%netscape.com
f9b7c24cca persist window size and position 1999-09-22 06:05:36 +00:00
mscott%netscape.com
a1860b7c01 add password prompt text and some more pop server alert strings 1999-09-22 06:03:56 +00:00
mscott%netscape.com
91d8bf8d06 Bug #6651 --> finish adding alerts to pop code 1999-09-22 06:03:28 +00:00
mscott%netscape.com
23f9f18ad3 get password prompt text and some more pop server alert strings 1999-09-22 06:03:11 +00:00
mscott%netscape.com
0df4028173 GetPasswordWithUI takes a prompt string to give the protocols finer control over the actual text that goes with the dialog 1999-09-22 06:02:46 +00:00
bienvenu%netscape.com
34c96e8d3d fix race condition with fe events 1999-09-22 04:16:41 +00:00
alecf%netscape.com
4bdb2c74f1 bring account setup dialog up to spec 1999-09-22 03:44:58 +00:00
alecf%netscape.com
ad97c5b356 fix GetPassword() bustage 1999-09-22 03:40:07 +00:00
sspitzer%netscape.com
580ddeefd0 fix for #14518.
add the stop and print buttons to the three pane.
print works, stop doesn't.  bug already logged against mscott.
(stop is a nasty issue.)
1999-09-22 03:32:18 +00:00
mscott%netscape.com
e9c62b572f Removing mdb files from the repository. These files now live in mozilla\db. 1999-09-22 03:21:49 +00:00
ducarroz%netscape.com
f79d5ccd56 fix spelling error 1999-09-22 03:13:18 +00:00
ducarroz%netscape.com
d49b2fc2bd Add back an menu item to delete attachment 1999-09-22 03:12:48 +00:00
ducarroz%netscape.com
4d0f85b699 Add back menu item Remove Selected Attachment as delete key doesn't work on windows tree widget. The Danish label must be converted from "Remove Last Attachment" to "Remove Selected Attachment" 1999-09-22 02:58:40 +00:00
alecf%netscape.com
c030a57e31 check in new copies UI, use combo boxes for folders
(many thanks to waterson for making this happen)
1999-09-22 02:54:49 +00:00
tao%netscape.com
41a531de2a Add da-DK property file. 1999-09-22 02:34:41 +00:00
mscott%netscape.com
772c54ebe2 Add smtp status strings. 1999-09-22 02:29:41 +00:00
mscott%netscape.com
b575970341 Add some basic status messages for sending a message. 1999-09-22 02:28:36 +00:00
alecf%netscape.com
fa0ee6edae turn the password back into an attribute so I can access it from HTML forms.
Created new GetPasswordWithUI which is the equivalent of getpassword(PR_TRUE..)
1999-09-22 02:21:18 +00:00
alecf%netscape.com
8651c3c335 don't link against mozjs anymore 1999-09-22 02:20:12 +00:00
alecf%netscape.com
d77f014aad rename pane 1999-09-22 02:19:53 +00:00
mscott%netscape.com
6df3f0f233 Add smtp server warning strings. 1999-09-22 02:19:00 +00:00
alecf%netscape.com
7fc20a4fad fix typo 1999-09-22 02:07:10 +00:00
alecf%netscape.com
53b71ad82c eliminate unnecessary cast 1999-09-22 02:01:03 +00:00
alecf%netscape.com
88aa743f83 oops, don't comment out the signature UI! 1999-09-22 02:00:24 +00:00
ducarroz%netscape.com
2b3bed869d Add vertical separator in toolbar, bug 14272 1999-09-22 01:53:37 +00:00
ducarroz%netscape.com
fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com
fec0e9f707 Remove extra blank row 1999-09-22 00:49:52 +00:00
ducarroz%netscape.com
5effb84d8e Add new Attachment UI, bug 11116 1999-09-22 00:49:26 +00:00