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

8066 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 44310620a7 Fix for bug 34467. We need to put back the double quote in some case. Let the parser do the right job. R=alecf 2000-05-04 22:16:25 +00:00
ducarroz%netscape.com cfaaad5748 Fix for bug 28762. Add Spell check menu item and button. Check spelling before sending message. 2000-05-04 22:08:27 +00:00
alecf%netscape.com d0528c2204 read-only filter lists live!
fix up a bunch of stuff to make XBL widgets initialize after being inserted into the document
2000-05-04 08:17:57 +00:00
alecf%netscape.com 178a8c19eb remove some dumps 2000-05-04 08:16:55 +00:00
alecf%netscape.com 0246443b66 first pass at smtpserver datasource
(not part of build)
2000-05-04 08:08:43 +00:00
slamm%netscape.com c9ebd126ca Add id='menu_view_Popup' to get Sidebar checkbox added. 2000-05-04 01:08:19 +00:00
chuang%netscape.com f68656bd81 New files for mailing list dialog, not part of build. 2000-05-04 00:35:59 +00:00
chuang%netscape.com ef6b9970bc Bug33783 Import for Address book to be done by Import Utility, r=putterman 2000-05-03 23:37:49 +00:00
jefft%netscape.com 0964d5ed58 fixed bug 23447, 36429, 32797 -- mail folder not getting set correctly when UpdateSummaryTotal this causes subsequent empty trash & delete message to fail 2000-05-03 22:40:46 +00:00
alecf%netscape.com ed318e4312 adding comments to document new syntax that went in yesterday 2000-05-03 21:45:21 +00:00
alecf%netscape.com 086d98c97f add toString() method for easy examination from JS 2000-05-03 21:44:33 +00:00
alecf%netscape.com 79dbe9e7be fix for #23096 - ability to specify port in hostname 2000-05-03 21:42:31 +00:00
alecf%netscape.com 07ea4fe288 initialize the dialog with all filter terms
(not working just yet)
2000-05-03 21:38:23 +00:00
alecf%netscape.com 38c166cb0c add getters for mailterm's target 2000-05-03 21:37:41 +00:00
nhotta%netscape.com fb7dd546e8 Alert the user if the subject contains out of range characters of the mail charset, r=ducarroz, bug 28908. 2000-05-03 21:31:15 +00:00
mscott%netscape.com 52453459ae get rid of observers for the progress meter and status text area 2000-05-03 21:24:37 +00:00
nhotta%netscape.com ab5ca63984 Added two new I18N functions,
nsMsgI18Nmultibyte_charset() - checks multibyte charset,
nsMsgI18NFormatNNTPXPATInNonRFC1522Format - create I18N search string for nntp.
nsMsgI18Ncheck_data_in_charset_range - checks if the input is in a charset range.
2000-05-03 21:23:58 +00:00
mscott%netscape.com d01729dc4f adding host and port information to the logging code. 2000-05-03 21:22:18 +00:00
alecf%netscape.com 6358e2233a track box-header changes 2000-05-03 21:21:58 +00:00
mscott%netscape.com 392162f066 remove some obsolete #ifdefs 2000-05-03 21:21:57 +00:00
mscott%netscape.com 69cb8b7561 pass progress not as a percent but with a current and max byte count
Use progress event sink instead of nsIMsgStatusFeedback.
2000-05-03 21:21:35 +00:00
mscott%netscape.com 2f0a1f8ada rewrite progress to go through the progress event sink which we get from the
mock channel instead of from the status feedback object attached to the url.

Change progress Info struct to pass in current and max progress separately
instead of as a percentage.
2000-05-03 21:21:07 +00:00
mscott%netscape.com 0f7da964cd don't precaculate the percentage...pass the current and max values around instead
use progress event sink for progress instead of nsIMsgStatusFeedback.
implement Get/SetNotifcationCallbacks on the mock channel. Be sure to extract
the progress event sink if we were given one.
2000-05-03 21:20:34 +00:00
mscott%netscape.com 7ee2674e50 add ability to get the progress event sink directly from the channel. 2000-05-03 21:20:08 +00:00
mscott%netscape.com ec7787224e progress & status should use the progress event sink associated with the laod
instead of the status feedback object
2000-05-03 21:19:38 +00:00
mscott%netscape.com a16b2b4d25 implement GetContentLength for mailbox protocol. Report progress
via the progress listener event sink associated with the load
2000-05-03 21:19:22 +00:00
mscott%netscape.com 384afc3a01 don't include msgMail3PaneWindow.js because we don't need it...this just
slows us down.
2000-05-03 21:18:33 +00:00
mscott%netscape.com 1ac0863030 remove unnecessary comment 2000-05-03 21:18:18 +00:00
mscott%netscape.com 8f10e24443 get rid of observers for the progress meter and status text area 2000-05-03 21:18:05 +00:00
mscott%netscape.com 3d48a08dcf get rid of broadcasters for the throbber and progressmeter as these
are no longer necessary.
2000-05-03 21:17:52 +00:00
mscott%netscape.com 40eefce45f remove obsolete onProgress method which was used by observers on the progressmeter
add more efficient implementations of Start/Stop Meteoers. Implement
setting progress as a percentage of the load.
2000-05-03 21:17:33 +00:00
mscott%netscape.com 54863ea2c6 remove observers on the progressmeter element. we now directly manipulate
the progressmeter instead of going through an observer which is *MUCH*
 slower
2000-05-03 21:17:14 +00:00
mscott%netscape.com 38a2ffb655 remove OnStart/OnStop meteor calls. These calls will happen automatically
when the channel for the url is added to its load group.
2000-05-03 21:16:44 +00:00
mscott%netscape.com 064d2d4d95 set a default progress event sink == the status feedback version.
necko may over-ride us with another one.
implement Get/SetNotification callbacks in order to extract the progress
event sink if there is one.
2000-05-03 21:16:22 +00:00
mscott%netscape.com 823add747f remove unnecessary QI calls. remove thread safety locks
because this object is never accessed from multiple threads
2000-05-03 21:15:47 +00:00
mscott%netscape.com f318a954f6 set our status feedback object as the web progress listener
for the content docshell for the message pane.
2000-05-03 21:15:28 +00:00
mscott%netscape.com 1fbcaa1e55 whack status feedback to be a nsIWebProgressListener and not a
DocumentLoaderObserver. Yeah!!! We need to be a progress event sink as well
to handle the cases where urls don't get run through a load group.
Temporarily disable timeout code for starting / stopping the meteors.
remove all old nsIDocumentLoaderObserver cruft
2000-05-03 21:15:12 +00:00
tonyr%fbdesigns.com 01078e6243 Added comment when building with VC++ 5 2000-05-03 14:15:36 +00:00
tonyr%fbdesigns.com c4ed25e0b4 Getting ready to skin 2000-05-03 14:13:05 +00:00
tonyr%fbdesigns.com cad6be9311 First Checked In. 2000-05-03 14:12:32 +00:00
sspitzer%netscape.com c5d63174ec fix the subscribe dialog. bug #37885. sorry this was broken all day. 2000-05-03 08:33:15 +00:00
sspitzer%netscape.com 6babc22e6e clean up. the tree is still broken, looking into it. 2000-05-03 08:22:59 +00:00
alecf%netscape.com 4247c481ae add searchterm to the filter editor, and allow the first searchterm to be initialized
with the first term of the current filter
2000-05-03 07:35:58 +00:00
alecf%netscape.com 7cbcabc0ae implement searchterm and reflect the XBL into XUL 2000-05-03 07:35:18 +00:00
sfraser%netscape.com 57998fc84b Change the Find interface to use an nsIDOMWindow instead of a webshell, for better scriptability. 2000-05-03 02:24:16 +00:00
sfraser%netscape.com 43871fde42 Fix Find and Find Again in message compose (just remove the broadcasters to pick up the ones from the editor overlay). 2000-05-03 02:20:16 +00:00
ducarroz%netscape.com 594d7b9f87 Fix for bug 37939: Correct typo in string name. 2000-05-03 01:04:19 +00:00
alecf%netscape.com 53c7d6fe50 start work on <searchterm> pseudo-widget 2000-05-03 01:03:43 +00:00
ruslan%netscape.com 8895c8a160 Fix 37800 2000-05-03 00:21:51 +00:00
mkaply%us.ibm.com 8be8b61bd2 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com 6626665a73 round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
sspitzer%netscape.com a1ad3446be remove the old subscribe ui, since we've moved on to the new one.
#37732
2000-05-02 07:36:08 +00:00
alecf%netscape.com 667ac4e997 update filter editor to reflect new search widget changes 2000-05-02 07:34:33 +00:00
alecf%netscape.com 1e1d9e90e2 add new <searchvalue> attribute which dynamically changes it's appearance depending on the data being entered.
also updated notification mechanism for abstract search menulists to notify an arbitrary number of widgets that their value has changed.
2000-05-02 07:32:42 +00:00
rhp%netscape.com 720234fb9f JUST ADDING FILES TO THE TREE - NOT PART OF THE BUILD 2000-05-02 06:03:54 +00:00
rhp%netscape.com 4f9003f3f9 THIS IS NOT PART OF THE BUILD! JUST CHECKING IN CODE 2000-05-02 06:00:00 +00:00
chuang%netscape.com 387c2f7999 part of bug 35432 [SKINS] make the mailnews pref panes skinnable, r=putterman 2000-05-02 04:17:13 +00:00
putterman%netscape.com e7d0ff305d Fix for 29543 so we can now create new Japanese local folders. Patch submitted by
m_kato@ga2.so-net.ne.jp. r=scottip and nhotta.
2000-05-02 03:59:19 +00:00
cmanske%netscape.com 39e4b70f8d Set editor type to 'textmail' so editor knows it's a plain text mail composer 2000-05-02 03:25:21 +00:00
cls%seawood.org 04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
ducarroz%netscape.com 8a34be919e Fix for bug 35038. Replace html:iframe by a xul editor widget 2000-05-02 00:11:06 +00:00
ducarroz%netscape.com cb30cd0734 Fix for bug 37628. Do not autocomplete newsgroup and followup-to 2000-05-02 00:09:11 +00:00
alecf%netscape.com f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
alecf%netscape.com d5c3fc7000 remove unnecessary parameter 2000-05-01 23:13:21 +00:00
alecf%netscape.com 5364faa7cf remove unnecessary dependancy on prefs 2000-05-01 23:08:38 +00:00
alecf%netscape.com fbd679af8a don't need to do all this extra work - work is done in base class 2000-05-01 22:58:42 +00:00
alecf%netscape.com 76d3069e09 don't need to do all this extra work, it's been done in the base class 2000-05-01 22:57:54 +00:00
putterman%netscape.com f3bd2c31ce also use keyset in this window. 2000-05-01 22:12:10 +00:00
putterman%netscape.com 2522a5c237 fix for 35716 where using the address picker didn't allow you to send messages.
r=ducarroz.
2000-05-01 22:04:52 +00:00
nhotta%netscape.com f1c9e75ce1 Changed to use canonical charset name instead of using the charset name from the message header as is, bug 37562. 2000-05-01 22:00:46 +00:00
sfraser%netscape.com d8a49a51e1 Changes for changes in editor command handling. 2000-05-01 22:00:05 +00:00
nhotta%netscape.com 925020c709 Changed to use "pre", fixing a remaining part of the last change, bug 37299. 2000-05-01 21:59:49 +00:00
putterman%netscape.com 8582a383fe More work on moving functions around in mail frontend. 2000-05-01 21:58:24 +00:00
nhotta%netscape.com 7ecd89e27a Changed a string of NS_MSG_MULTILINGUAL_SEND. 2000-05-01 21:56:22 +00:00
nhotta%netscape.com 753a89b158 Changed a string of sendDefaultCharset.label. 2000-05-01 21:55:02 +00:00
alecf%netscape.com 4348eee608 add inset header styles to the thread pane to see if people like the look 2000-05-01 09:05:25 +00:00
alecf%netscape.com 3ccc3f72c3 updated filter editor and list:
1) update buttons as appropriate (disabled/enabled)
2) actually pass the filter to the filter edit dialog
3) update the scope automatically based on the filter
4) on new filters, update the scope based on the filterList that's passed in
5) put searchattribute and searchoperators in the right place in the tree
2000-05-01 08:55:48 +00:00
alecf%netscape.com c5e4184a9f expose the message filter's parent list through a scriptable interface, and move more private enums into a public interface 2000-05-01 08:15:46 +00:00
alecf%netscape.com 5764f7d5de fix some enum typos, remove some non-scriptable enums, and fix some non XPCOM-compliant accessors 2000-05-01 07:36:46 +00:00
alecf%netscape.com 7afd3c6b80 remove assertion for now, not really a bad thing 2000-05-01 07:35:22 +00:00
alecf%netscape.com 8c5ae72619 update search widgets - add operator widget, and make generic abstract XUL widget which attribute and operator widgets inherit from 2000-05-01 00:31:40 +00:00
alecf%netscape.com c962aa894e make names more readable 2000-05-01 00:30:58 +00:00
sfraser%netscape.com a805db42ec Fix access paths 2000-05-01 00:08:38 +00:00
ducarroz%netscape.com ff0e91cee1 Fix for bug 24951: Add dialog for asking user to enter a subject Fix for bug 37422: Replace custom dialog for Attach Web page by common dialog 2000-04-30 21:46:07 +00:00
ducarroz%netscape.com 0a245db99a Remove unused JavaScript include 2000-04-30 21:45:50 +00:00
ducarroz%netscape.com fc9e1001f1 Replace harcoded string by a define. R=putterman, chung 2000-04-30 21:45:19 +00:00
ducarroz%netscape.com d890fcc7be Fix for bug 24951. Don't force anymore to have a subject. 2000-04-30 21:45:17 +00:00
ducarroz%netscape.com f6d72fd291 Fix a crasher in openMDB because we were returning a wrong error code. R=chuang 2000-04-30 21:45:08 +00:00
ducarroz%netscape.com 1a28167bc4 Remove unused files 2000-04-30 21:45:01 +00:00
ducarroz%netscape.com b9920198cb Remove unused string define 2000-04-30 21:45:00 +00:00
ducarroz%netscape.com f94d43b3d1 Fix for bug 29014. Now we scan all the address books to determine if a recipient accepts HTML. 2000-04-30 21:44:58 +00:00
ducarroz%netscape.com feedd1be81 Fix for bug 34563. Replace HTML elements by XUL widget 2000-04-30 21:44:55 +00:00
ducarroz%netscape.com 6171370a86 Fix for bug 24951: Add dialog for asking user to enter a subject Fix for bug 37422: Add string for dialog Attach Web Page 2000-04-30 21:44:52 +00:00
sspitzer%netscape.com 954cc88c09 make the subscribe dialog skinnable. 2000-04-30 09:39:15 +00:00
sspitzer%netscape.com cb24dfb6a1 remove inline styles. now, these dialogs are skinnable, and I can sleep. 2000-04-30 09:34:53 +00:00
sspitzer%netscape.com d78d6a79fd make the new / rename folder dialogs more skinnable. they are almost 100% skinnable, just
some inline styles to remove.
2000-04-30 09:30:32 +00:00
sspitzer%netscape.com 7d2a3ebd79 skinability fixes for the download headers dialog. 2000-04-30 09:15:07 +00:00
alecf%netscape.com ba86aad319 first consumer of searchattribute tag - dynamically change contents based on scope 2000-04-30 08:51:43 +00:00
sspitzer%netscape.com 26f0b8b125 fix warning. 2000-04-30 08:26:01 +00:00
sspitzer%netscape.com feb0922cfb more wiring for imap subscribe. 2000-04-30 08:19:31 +00:00