gecko-dev/mailnews/base/resources/content
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
..
mac Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with 2001-07-09 18:41:07 +00:00
unix 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
win 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
.cvsignore
commandglue.js fix for performance bug #107481 (reduce mail-toolbar command updating) 2001-11-01 04:05:41 +00:00
contents-region.rdf 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk. 2001-11-01 01:11:57 +00:00
contents.rdf 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk. 2001-11-01 01:11:57 +00:00
folderPane.xul fix for #19254. propagate unread state of subfolders to parents if the parent is closed. 2001-10-09 23:40:23 +00:00
folderProps.js For charset menupopup, make sure to set selectedItem and removed unnecessary code, bug 87691, r=jbetak, sr=sspitzer. 2001-10-22 22:47:48 +00:00
folderProps.xul Indentation change in folder property dialog, bug 94560, sr=sspitzer. 2001-10-19 20:50:17 +00:00
mail3PaneWindowCommands.js fix for performance bug #107481 (reduce mail-toolbar command updating) 2001-11-01 04:05:41 +00:00
mail3PaneWindowVertLayout.xul 103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane. 2001-10-25 05:34:49 +00:00
mail-offline.js 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
mailABOverlay.xul Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mailCommands.js 94968. r/sr=mscott. fix the folder-picker to not show bogus folders. 2001-10-26 22:08:21 +00:00
mailContextMenus.js 107311 - make Mail Message Pane context window code not rely on menuitem visibility specified via style attribute, since this is now specified with the hidden attribute. Also remove unused parameter to fillMessagePaneContextMenu 2001-10-30 06:43:56 +00:00
mailEditorOverlay.xul Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mailMessengerComposeOverlay.xul Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mailMessengerOverlay.xul Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mailNavigatorOverlay.xul 107311 - insert accidentally removed <![CDATA[ and add a null check just in case 2001-10-30 06:44:24 +00:00
mailOverlay.xul partial fix for #100835. fwding (inline) imap messages with large attachments 2001-10-01 18:45:16 +00:00
mailTasksOverlay.xul 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
mailWidgets.xml 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
mailWindow.js supplimental fix for #102180. when closing the stand alone message window, we were 2001-11-01 04:41:45 +00:00
mailWindowOverlay.js add support for sorting by label r=bhuvan, sr=sspitzer 106717 2001-10-28 20:26:59 +00:00
mailWindowOverlay.xul Fixing bug 107779. This is a regression. Make messagepane link context menu items to work by using the global context menu var. r=ssu,ben sr=sspitzer 2001-10-31 23:29:53 +00:00
Makefile.in Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
makefile.win Bug 48053. Remove sidebar-messenger* from the tree. r=cls, sr=sspitzer 2001-09-05 02:43:37 +00:00
MANIFEST Bug 48053. Remove sidebar-messenger* from the tree. r=cls, sr=sspitzer 2001-09-05 02:43:37 +00:00
manifest.rdf r=bienvenu. Fixes for 16998, 40401, 47946, 47948, 48098, 45272, 45403. Sort by Flag and Unread columns, 2000-08-13 17:04:46 +00:00
messagePane.xul 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
messageWindow.js fix for performance bug #107481 (reduce mail-toolbar command updating) 2001-11-01 04:05:41 +00:00
messageWindow.xul add ui for label feature, r=ssu, sr=sspitzer, fix problem with command enabling for local mail, r=varada, sr=sspitzer 106067 106504 2001-10-25 02:25:08 +00:00
messenger.css Bug #105553 --> add XBL widgets for use in message display 2001-10-24 00:26:09 +00:00
messenger.xul 103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane. 2001-10-25 05:34:49 +00:00
messengerdnd.js Fix js strict warning about function not always returning a value. sr=ben 2001-10-01 02:55:01 +00:00
msgAccountCentral.js fix for 65761 - prefill filters using email address;r=ducarroz;sr=sspitzer 2001-10-24 00:00:32 +00:00
msgAccountCentral.xul 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
msgFolderPickerOverlay.js Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
msgFolderPickerOverlay.xul 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
msgHdrViewAddresses.js Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
msgHdrViewOverlay.js fix for #106917. strict js warnings from msgHdrViewOverlay.js r/sr=mscott 2001-10-30 05:47:25 +00:00
msgHdrViewOverlay.xul Bug #105553 --> convert message header display to use new XBL widget 2001-10-24 00:27:03 +00:00
msgMail3PaneWindow.js fix for performance bug #107481 (reduce mail-toolbar command updating) 2001-11-01 04:05:41 +00:00
msgPrintEngine.js Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
msgPrintEngine.xul 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
msgSelectOffline.xul 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
msgSynchronize.js 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
msgSynchronize.xul 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
msgViewNavigation.js 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
newFolderDialog.js 52564 r=racham sr=sspitzer; make the UW:IMAP new folder dialog display the contents 2001-06-30 00:10:24 +00:00
newFolderDialog.xul Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
newmail.wav fix for #64475. use different sound for new mail. thanks to my 2001-01-09 23:43:46 +00:00
renameFolderDialog.js 63435 r=jag sr=bienvenu. Removing window.sizeToContent() because it is not needed. 2000-12-20 21:52:38 +00:00
renameFolderDialog.xul Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
searchBar.js 106819 r=suresh sr=mscott. Do not steal focus after search textbox is cleared. 2001-10-26 22:33:27 +00:00
shareglue.js fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time. 2001-03-24 01:12:33 +00:00
subscribe.js fix for #90754 (return progress meter to inactive state) and #106763 (no items in subscribe tree until you do a search). 2001-10-27 18:27:56 +00:00
subscribe.xul 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
threadPane.js fix for performance bug #107481 (reduce mail-toolbar command updating) 2001-11-01 04:05:41 +00:00
threadPane.xul add ui for label feature, r=ssu, sr=sspitzer, fix problem with command enabling for local mail, r=varada, sr=sspitzer 106067 106504 2001-10-25 02:25:08 +00:00
widgetglue.js nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00