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

5694 Коммитов

Автор SHA1 Сообщение Дата
hangas%netscape.com 940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
shaver%netscape.com 7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
bienvenu%netscape.com bdbeecff29 for mscott fix memory leaks of imap urls 15088 r=bienvenu, a=chofmann 1999-09-28 21:50:04 +00:00
hangas%netscape.com fc23906c28 Fix for bug 14779. a=chofmann 1999-09-28 18:56:15 +00:00
sspitzer%netscape.com 1d2f766b92 fix more bugs with migration on the mac. 1999-09-28 11:40:33 +00:00
sspitzer%netscape.com 274f7f8671 get file prefs using GetFilePref() and not CopyCharPref(). that doesn't work on mac. 1999-09-28 11:16:51 +00:00
sspitzer%netscape.com e3c4ff9671 fix for #14686.
before, GetAccounts() [think getter for accounts] was upgrading which was
creating the default Local Mail account, which made the check in verifyAccounts()
fail to open the account wizard, since an account was created.
now we only upgrade prefs when explicitly told to do so.
1999-09-28 06:11:32 +00:00
mcafee%netscape.com 142dce1428 Ignore generated files. 1999-09-28 04:21:55 +00:00
hangas%netscape.com 9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
bienvenu%netscape.com 8b02e4c762 fix purify error in imap startup bug #14724 a=chofmann 1999-09-27 20:04:34 +00:00
bienvenu%netscape.com ad2c7b2789 fix mismatched deletes 1999-09-26 19:53:50 +00:00
warren%netscape.com b1f277f28c Fixed mismatched free 1999-09-26 10:09:59 +00:00
sfraser%netscape.com 50971ff0c1 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
hangas%netscape.com 20d1e45d46 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
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