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

5810 Коммитов

Автор SHA1 Сообщение Дата
tonyr%fbdesigns.com cde80c93b8 Updated to use nsIModule 1999-10-03 17:55:56 +00:00
valeski%netscape.com d66cd6ac49 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 1999-10-01 23:30:06 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
rjc%netscape.com 409f4b2a09 Fix mail build bustage. [Who knew they were using a composite datasource? And, an even more interesting question is why, when it apparently only allows one datasource to be used... ?] 1999-10-01 05:07:36 +00:00
chuang%netscape.com 945748e712 Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
chuang%netscape.com 9726ec4bcc Fix bug 14756 [PP]Importing an .ldif file in Address Book doesn't work, r=jefft 1999-10-01 04:07:15 +00:00
beard%netscape.com 680752dbde remove htmlparser from static linkage. r=vidur 1999-10-01 00:43:54 +00:00
vidur%netscape.com 6c78aabdfe Removed parser static linkage. 1999-09-30 22:23:21 +00:00
bienvenu%netscape.com fd63be5bc1 fix memory leak of hostname 1999-09-30 01:45:20 +00:00
bienvenu%netscape.com 5f056b6037 add method to shut down connections 1999-09-30 01:44:30 +00:00
bienvenu%netscape.com c56896abc1 fix memory leak of cache elements on shutdown 1999-09-30 01:43:36 +00:00
jefft%netscape.com 0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
jefft%netscape.com 7aa0b17efa implemented forward message as attachment & inline; a=mcafee 1999-09-29 20:37:12 +00:00
slamm%netscape.com 59c91e260a Change styles to be compatible as overlay. Related to bug #14838. 1999-09-29 20:19:46 +00:00
slamm%netscape.com 18e1f2611f Call sidebarOverlayInit with no args. All apps will use the same sidebar panels now (bug #14995). 1999-09-29 20:19:40 +00:00
slamm%netscape.com 03a2700c10 Convert into an overlay to use with sidebar overlay. Put folders in their own app panel above 'my panels' (bug #14991). 1999-09-29 20:19:35 +00:00
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
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
mscott%netscape.com 9eceb52121 Bug #14500 --> allow user to send a message if they don't have a user name and aren't using authenticated smtp.
add a ptr for command status
1999-09-22 00:42:34 +00:00
saari%netscape.com cb935f51c7 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
sspitzer%netscape.com 543b84ff91 fix for #9508. now you can send email and post at the same time.
both sending and posting require their own listener, or when you do
email and post at the same time, all hell breaks loose.
1999-09-21 22:45:17 +00:00
mscott%netscape.com 40e59b9355 Bug #6651 --> Add lots of alert and status information from the server
for pop. this includes status messages in the status bar and alert
notifications in the form of alert dialogs.
1999-09-21 22:27:33 +00:00
mscott%netscape.com 2fcb411cdf Bug #6651 --> add status and warning strings for various pop conditions. 1999-09-21 22:23:00 +00:00
bienvenu%netscape.com 6fc63c9b5f fix charset conversion problem introduced yesterday in an attempt to speed up performance 1999-09-21 22:18:35 +00:00
chuang%netscape.com 6cd312c071 remove unused variable 1999-09-21 21:41:06 +00:00
chuang%netscape.com 390f6a305f Remove unused variable 1999-09-21 21:20:07 +00:00
sspitzer%netscape.com 0876983aaf I suck. 1999-09-21 21:05:58 +00:00
putterman%netscape.com 7272cb2fa1 Only reroot if the folder notification we receive is for the folder that's currently the loading folder. 1999-09-21 21:04:52 +00:00
mscott%netscape.com 14af4ec4c1 Fix a crash when running a local mail filter --> if you moved the message and then had another filter fire
after we moved the message we would crash.
1999-09-21 21:04:43 +00:00
sspitzer%netscape.com d6d7a5e883 fix build bustage 1999-09-21 21:04:34 +00:00
sspitzer%netscape.com 0c50f83986 I need to put down the crack pipe. the 4.x uri was ok, but the 4.x mail.directory pref was not. 1999-09-21 21:02:02 +00:00
sspitzer%netscape.com 9c7bb3c346 turns out this isn't necessary. on all three platforms in 4.x, the uri's are in UNIX style slashes, as they should be. #10583 fixed now. 1999-09-21 20:36:01 +00:00
alecf%netscape.com b4afac8afd when we refresh the account list, clear the item selection (workaround for bug in the tree widget) 1999-09-21 20:26:36 +00:00
alecf%netscape.com caf40ba426 when we refresh the folder pane, clear the selection (workaround for bug in the tree widget) 1999-09-21 20:25:52 +00:00
sspitzer%netscape.com 5d4a6f9ee0 fix warning 1999-09-21 20:25:46 +00:00
putterman%netscape.com c3de5f7fdb Implement init ins nsMessage. 1999-09-21 20:03:37 +00:00
bienvenu%netscape.com 09dc99eb6d cache references for performance improvement 1999-09-21 19:10:37 +00:00
alecf%netscape.com 8085c39725 remove New Account from menu 1999-09-21 10:11:26 +00:00
sspitzer%netscape.com 0193817b4d fix for #10583
for non-UNIX platforms, we need to convert the native path to a UNIX style
path before converting the 4.x URI to a 5.0 URI.
otherwise, we'd convert mailbox:C:\\program files\\netscape\\users\\sspitzer\\mail\\aaa\\bbb to mailbox://nobody@Local Mail/aaa\\bbb, instead of mailbox://nobody@Local Mail/aaa/bbb
1999-09-21 07:46:48 +00:00
alecf%netscape.com fdc228f899 rename NNTP server description 1999-09-21 07:07:25 +00:00
alecf%netscape.com 47dc1c949f fix persistance on the sidebar 1999-09-21 07:06:53 +00:00
mscott%netscape.com f2cb6856ee Remove obsolete properties file. 1999-09-21 06:51:36 +00:00
mscott%netscape.com 7dcf10120d WE can't insert \n (newline character) in the properties file so take them out. 1999-09-21 06:51:01 +00:00
mscott%netscape.com 89d0710275 Remove obsolete reference to composebe.properties 1999-09-21 06:47:11 +00:00
mscott%netscape.com c562f6b2d7 remove obsolete reference to composebe.properties. 1999-09-21 06:45:36 +00:00
mscott%netscape.com fbe8b246a9 Remove reference to obsolete properties file (composebe.properties). 1999-09-21 06:44:43 +00:00
mscott%netscape.com 0692a6a185 remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties 1999-09-21 06:42:58 +00:00
mscott%netscape.com 9d9a67b6bb re-write so we actually use the string bundle instead of the hard coded
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!
1999-09-21 06:30:51 +00:00
mscott%netscape.com f31d54badd optimize use of PRunichars for string bundle. we were doing lots of
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle
1999-09-21 06:30:11 +00:00
alecf%netscape.com 9605468e7b implement Show->Folders 1999-09-21 06:17:00 +00:00
alecf%netscape.com 0b43b42a1c remove the (unused) Advanced panel 1999-09-21 05:38:49 +00:00
alecf%netscape.com 0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
tao%netscape.com 34dfefc3a3 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
sspitzer%netscape.com 712ef95045 fix for #14428. make the throbber in the three pane open up to the throbber url when clicked. 1999-09-21 05:33:14 +00:00
hangas%netscape.com 669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
mscott%netscape.com 98097f2f1d Bug #13798 --> Fix imap freezing the mac. 1999-09-21 05:12:15 +00:00
tao%netscape.com 472450ff09 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:32:06 +00:00
sspitzer%netscape.com 5646203850 fix for #14361. always give the users a "Local Mail" account.
also, added the CreateDefaultMailboxes() method to the  nsINoIncomingServer and nsIPop3IncomingServer
interfaces
1999-09-21 01:29:01 +00:00
waterson%netscape.com 06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
tao%netscape.com 647a559bfd 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:22:43 +00:00
chjung%netscape.com 745088c61a [chjung 990920] add localization notes 1999-09-21 01:06:04 +00:00
chjung%netscape.com 8182f2d899 [chjung 990920] add localization notes 1999-09-21 01:00:29 +00:00
tao%netscape.com 526194cdb8 14379: [L12y] PLS remove locale name (en-US) from the localMsgs.properties. 1999-09-21 00:59:50 +00:00
tao%netscape.com 13f51b82bb 14384: [L12y] PLS remove locale name (en-US) from "imapMsgs_en-US.properties". 1999-09-21 00:50:13 +00:00
chjung%netscape.com cd4f1457cc [chjung 990920] add localization notes 1999-09-21 00:49:23 +00:00
mscott%netscape.com ea6db2ced0 we used to leak the first imap url that got run because we gave it
to the socket transport as a context. The socket transport hung onto
the url until the socket was actually closed. It turns out we don't
need to pass the url in anyway since we always know what the current
url is. So by changing this to null, we now release the first imap url
we run as soon as it is done.
1999-09-21 00:40:50 +00:00
mscott%netscape.com 0a7c01bb4f initialize the ref count on this class. 1999-09-21 00:07:34 +00:00
bienvenu%netscape.com 9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +00:00
mscott%netscape.com c1f1dcf3a2 let sidebar take up all of the vertical space and shift the menus over to line up with the toolbar.
Thanks to Paul Hangas for this cool suggestion.
1999-09-21 00:05:52 +00:00
chjung%netscape.com 0e40d2b6dc [chjung 990920] add localization notes 1999-09-20 23:29:30 +00:00
sspitzer%netscape.com 2bb4389148 fix for #14324.
properly migrate the smtp server from 4.x using the SmtpService
1999-09-20 22:32:03 +00:00
chuang%netscape.com 0410535e26 Fix bug 13904 Preferences: Mail and News typos 1999-09-20 22:16:14 +00:00
chuang%netscape.com f1ef4d55c4 Fix missing the last row when importing ldif file 1999-09-20 22:13:54 +00:00
jefft%netscape.com ffbed73cfa enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com 59f069855f enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
jefft%netscape.com 2fd30a033c fixed linux build warning 1999-09-20 21:04:12 +00:00
jefft%netscape.com 01f228dc42 added two more arguments for openAttachment() 1999-09-20 21:00:51 +00:00
bienvenu%netscape.com f63920c9a2 fix busted imap by changing SetSpec to take a const char * 1999-09-20 16:32:00 +00:00
bienvenu%netscape.com 00c4532941 fix busted imap by changing SetSpec to take a const char * 1999-09-20 16:26:50 +00:00
bienvenu%netscape.com abc6d920a6 fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com d37921d284 fix memory leak 1999-09-20 14:56:08 +00:00
sspitzer%netscape.com 95fca3acb9 fix bug #10235
implement "pre-select the right identity when composing based on folder pane selection" feature.
1999-09-20 08:13:27 +00:00
alecf%netscape.com 1c73f4b09a fix icon for inbox with new messages 1999-09-20 06:51:10 +00:00
alecf%netscape.com d00bbb5f58 don't build identity test anymore, we can get at this stuff from JS 1999-09-20 06:50:45 +00:00
alecf%netscape.com 95f9061092 depricate old SMTP API. 1999-09-20 06:50:21 +00:00
alecf%netscape.com ba853f1847 be smarter about building up list of SMTP servers, don't keep appending onto the pref 1999-09-20 06:49:33 +00:00
sspitzer%netscape.com 70f87bf0b0 fix for #14316. only one identity was showing up in compose! 1999-09-20 04:05:37 +00:00
sspitzer%netscape.com ca2ce65b99 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00