Commit Graph

7993 Commits

Author SHA1 Message Date
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