shliang%netscape.com
98b807f0b0
133355 - adding fake free web mail account to folder pane - will only show up in commercial builds - r=bhuvan,sr=sspitzer,a=asa
2002-04-10 11:57:39 +00:00
blakeross%telocity.com
5e34851046
108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan
2002-04-03 04:16:28 +00:00
naving%netscape.com
82bb95931f
115950 r=racham sr=bienvenu. fix next msg selection for imap multiple deletes(imap-delete model). Also clear
...
msg pane on multiple msg selection
2002-02-11 23:31:49 +00:00
kaie%netscape.com
b6689df5d4
b=93571 Remove lock icon from messenger windows
...
r=javi sr=mscott
2002-01-15 22:23:21 +00:00
varada%netscape.com
d33e61002d
bug #112213 adding timeline code for perf measurement;sr=mscott
2001-12-21 23:21:48 +00:00
sspitzer%netscape.com
2387f6bb09
supplimental fix for #102180 . when closing the stand alone message window, we were
...
not unregistering the folder listener from the mail session, because the unload handler
was failing. it was failing because GetSearchSession() has a js error, because
for the stand alone msg window, gSearchSession is undefined. r/sr=bienvenu
2001-11-01 04:41:45 +00:00
bnesse%netscape.com
aa65825ca9
Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf.
2001-10-31 00:13:06 +00:00
bnesse%netscape.com
faf03ce445
Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf
2001-10-27 05:39:25 +00:00
naving%netscape.com
bf43e53f5b
103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane.
2001-10-25 05:34:49 +00:00
sspitzer%netscape.com
b5586a89ce
fix for #106165 . fix js warning when psm not built or installed. r/sr=bienvenu
2001-10-23 02:11:08 +00:00
sspitzer%netscape.com
9867c7fd8e
fix for #96499 , account central not being shown on start up, "read messages" not working if server collapsed
...
fix for #95358 , folder pane sorting should be case insensitive
fix for #18343 , newsgroups in the folder pane should be in newsrc order, not alphabetical order.
plus, some clean up.
r=racham, sr=bienvenu, a=asa
2001-08-23 01:10:05 +00:00
mscott%netscape.com
c9ddbcdaf5
Bug #59787 --> when showing the start page, clear the force charset on the document viewer. Then when we switch back to showing a message
...
force it to be UTF-8 again. This fixes problems with I18N start pages which attempt to specify a meta charset.
r=naving
sr=sspitzer
2001-08-22 03:57:56 +00:00
sspitzer%netscape.com
9c896ab736
fix for #95457 . the open / closed state of servers and folders in the folder pane
...
was not persisting across sessions. I added a new attribute to outliner "statedatasource"
that you can set to use for state, otherwise, if you are "trusted" it will use the localstore.
if not trusted, it will use an in memory datasource, which will not persist across sessions.
r/sr=bienvenu for the mailnews part, r/sr=waterson for the content part.
2001-08-21 06:18:58 +00:00
sspitzer%netscape.com
1e0e99191d
landing mailnews folder pane outliner branch. ( #73865 )
...
huge thanks jan varga and hwaara for doing the lion's share of the work
to convert the folder pane to use the outliner.
reviewed by waterson, andreww, ben, hewitt, pinkerton, attinasi, hwaara, varga, sspitzer, bienvenu.
super reviewed by hyatt and sspitzer
for the end user: unread and total columns are back in folder pane (like 4.x)
also includes fixes for #80844 #85376 #89072 #90075 #93011 #93963 #95298 #54171 #78768 #85088
2001-08-15 05:07:48 +00:00
mscott%netscape.com
a440f40ec3
Bug #65900 --> when offline and we don't have a message body, clear the header ovleray
...
r/sr=sspitzer
2001-08-14 00:01:25 +00:00
dianesun%netscape.com
a5014eeb96
Fix for bug 82454(property enable/disable...) r=hwaara, sr=bienvenu, a=asa@mozilla.org
...
Fix for bug 78900(nsMsgWindow for download msg) r=bhuvan, sr=bienvenu, a=asa@mozilla.org
Fixes for bugs 79865(Get Msgs offline dialog), & 79245, 79882, 82568. r=bhuvan, sr=sspitzer
2001-07-03 07:33:18 +00:00
sspitzer%netscape.com
de70a2f2c7
fix for #65704 . offline status indicators aren't changing.
...
now the offline indicators in multiple browser, mailnews, msg compose, editor windows will
update when we go offline. also, allow windows to 'jump in' before the offline state
changes so they can do certain tasks and allow the user to cancel the state change, if needed.
(important for mailnews). there is still some work to do, but this is the bulk of it.
r=alecf (on initial patch), r=bienvenu, sr=ben.
2001-05-15 05:49:09 +00:00
bienvenu%netscape.com
deb6defbd0
fix offline toggle in mail news windows r=mohanb, sr=sspitzer 78920 (ui changes only, won't affect tinderbox)
2001-05-09 04:33:09 +00:00
jst%netscape.com
ea706038cf
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
sspitzer%netscape.com
505d6df333
fix for #76578 . crash on exit when viewing "account central" page.
...
r=mscott,sr=bienvenu,a=blizzard
2001-04-19 02:38:15 +00:00
disttsc%bart.nl
5ad5ad4564
Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf.
2001-04-14 20:08:32 +00:00
sspitzer%netscape.com
cda8f1a24a
fix for crasher #75831 . make sure we close the dbview when we close
...
the stand alone message window. sr=bienvenu
2001-04-13 22:05:10 +00:00
sspitzer%netscape.com
83b5567333
fix for crasher on exit. close the dbview when the mailnews xul is unloaded.
...
when the db goes away (on shutdown) we won't get notified, so we won't poke the
outliner, which is already gone. sr=bienvenu
2001-04-10 05:29:39 +00:00
sspitzer%netscape.com
fad580183f
fix #72262 and #72269 . when loading a folder, scroll to the first new message (but don't select it.) when loading a folder while doing cross folder navigation, scroll to and select the proper messsage. r=mscott, sr=bienvenu
2001-04-04 04:32:10 +00:00
sspitzer%netscape.com
c2ebcb24db
fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time.
...
add "View | Sort By | Thread" back to the menus.
add an accelerator for "Select Thread" (ctrl shift a). #21094
make it so when we delete the last message in the folder, we clear out the message pane.
make it so when we compact folders, we blank out the thread pane. #72674
fix some crashers when clicking on the thread pane and there is no db or there are no rows. #72282
kill thread should not be "ctrl w", it should be "w". #73260
sr=bienvenu
2001-03-24 01:12:33 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
mscott%netscape.com
fe4edc0bea
Land the Mailnews Performance Branch.
...
Includes front end re-write to use the outliner widget for the thread pane.
Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.
enjoy =).
2001-03-17 01:59:34 +00:00
maolson%earthlink.net
97f388c084
Fix bug 66087 - Status Bar; Document: Done (0.78secs) should be changed to Document: Done (0.78 secs)
...
r=jag, sr=sspitzer
2001-03-04 20:57:19 +00:00
racham%netscape.com
56dcc94128
Fixing busg 66460, 66442, 66447, 66376, 69358 and 69909. Bug 66460 - Check new mail at startup introduced. All the accounts with this option turned on will perform biff at startup. Bug 66442 - AccountCentral for alternate layout introduced. Bug 66447 - Modifying the AccountCentral header format. Bug 66376 - Read Messages link in AccountCentral fetches new mail. Bug 69358 - A performance improvement at startup. Bug 69909 - Fixing the AccountCentral headers broken by new stringbundle checkins. r=gayatrib, bienvenu, timeless, blakeross sr=sspitzer
2001-02-23 02:42:31 +00:00
blakeross%telocity.com
4acec0e951
Using xul <stringbundle/> in mailnews instead of including strres.js everywhere. Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu
2001-02-22 23:32:13 +00:00
chuang%netscape.com
d9ebeaaef7
Bug68000 JS exception in stand alone message window, r=bienvenu, sr=sspitzer
2001-02-14 20:32:03 +00:00
mscott%netscape.com
b7c08e6b25
remove two extra dump statments.
...
sr=sspitzer
2001-02-07 05:17:27 +00:00
sspitzer%netscape.com
06bc9f172f
some minor performance tweaks. comment out some dump statements. sr=bienvenu
2001-02-07 04:40:40 +00:00
mscott%netscape.com
7760e7342f
Bug #67555 --> rewrite OnStart/OnStopMeteors
...
to use timers for performance.
sr=sspitzer
2001-02-07 04:09:03 +00:00
mscott%netscape.com
1435ba674f
Bug #67555 --> rewrite OnStart/OnStopMeteors to use timers for performance benefits.
...
sr=bienvenu
2001-02-06 04:13:08 +00:00
racham%netscape.com
3bd146e8d8
Fixing bugs 14301, 29745, 46450, 60668 and 63251. Fixes to bug 63251 includes introduction os new AccountCentral page. When user selects an account in the folder pane of the messenger, AccountCentral page is displayed inplace of threadpane and messagepane. This page contains links to various account related activities like read, search, compose messages and others. Bugs 14301 and 60668 are fixed so that we logon to the default account all other accounts that have been asked to login at startup. Fix to bug 29745 displays customized email description text on AcctWizard identity page. r=sspitzer sr=bienvenu
2001-01-23 21:54:34 +00:00
hewitt%netscape.com
c54fddf63a
55727 - file menubutton, r=ben, sr=alecf
2001-01-19 05:10:31 +00:00
mscott%netscape.com
ebb7e529f5
wrap a try / catch clause around my attempt to create a secure browser UI instance this is to prevent us from
...
throwing an exception when psm is not installed.
r=sspitzer
2001-01-11 00:08:47 +00:00
mscott%netscape.com
af5244bdee
Bug #51921 --> create a secure UI instance to monitor the lock status in the
...
mail window.
sr=bienvenu
2001-01-10 03:39:56 +00:00
mscott%netscape.com
77956474b4
Bug #34592 --> show over link status in the mail wndow. Move some global variables inside of the status feedback proto type.
...
r=sspitzer
sr=bienvenu
2001-01-08 22:49:22 +00:00
nhotta%netscape.com
bcfd476569
Moved "mailnews.start_page.url" from .js to .property, bug 55011, r=tao, sr=alecf.
2000-10-06 22:58:48 +00:00
alecf%netscape.com
977a2827a9
fix for #54367 - speed up the focusring stuff more by optimizing loops, etc.
...
r=putterman, andreww sr=mscott
2000-10-05 21:17:22 +00:00
rayw%netscape.com
f00b08f5d0
fix to mal-formed contract id introduced in mega-check-in:x
2000-09-14 04:18:07 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
putterman%netscape.com
6ab909ce77
More fixes for js warnings and fix for Netscape bug 1793. r=mscott
2000-09-08 21:57:43 +00:00
putterman%netscape.com
d63000ffb0
Fixes for 48246, 48985, and 20129. Fixed up enabling and disabling of 3pane menu items.
...
Added accelerators. Added busy cursor around sorting, threading and folder loading. r=bienvenu
2000-08-26 20:54:51 +00:00
putterman%netscape.com
675343a217
Finished up 48244 and started 48246 which are 3pane UI cleanup. r=bienvenu.
2000-08-23 03:25:08 +00:00
putterman%netscape.com
f8f0cb1c52
Fix for 37314. Delete works in standalone message window. r=alecf,mscott
2000-08-16 22:57:20 +00:00
alecf%netscape.com
7d6cca6bbb
pre-select the search folder when brought up from the 3-pane UI, for #33101
...
r=sspitzer
2000-06-22 22:52:05 +00:00
alecf%netscape.com
2dbc5b7ca9
fix for #18364 - get this string from the string bundle r=sspitzer
2000-05-25 04:05:40 +00:00