.. |
unix
|
Bug #352541 --> remove mailPlatformOverlay from CVS since thunderbird no longer uses these files. We use platform idefs instead. sr=bienvenu
|
2006-09-14 23:57:03 +00:00 |
.cvsignore
|
…
|
|
ABSearchDialog.js
|
fix 347858 use .accesskey for properties to help localization automation tools, patch by giacomo.magnini@portalis.it, r/sr=bienvenu
|
2006-08-08 22:57:59 +00:00 |
ABSearchDialog.xul
|
fix 320258 duplicate ids in xul, patch by mcow@well.com, r=neil sr=bienvenu
|
2006-01-06 16:49:57 +00:00 |
FilterListDialog.js
|
Bug 145290: allow deletion of more than one filter at once; r/sr=bienvenu
|
2007-03-05 20:42:45 +00:00 |
FilterListDialog.xul
|
Bug 381565 The label of tree table and tree table in "Message Filters" window
|
2007-05-28 08:49:34 +00:00 |
SearchDialog.xul
|
Bug 338753 - Don't confuse 'Sender:'-header with 'From:' in quick search, thread columns, patch by Magnus Melin <mkmelin+mozilla@iki.fi>, sr=mscott
|
2007-06-10 20:20:49 +00:00 |
about-credits.png
|
…
|
|
about-footer.png
|
…
|
|
about-thunderbird.png
|
…
|
|
aboutDialog.css
|
Bug 339117: Thunderbird needs an equivalent of about:license, r=mscott
|
2007-02-28 06:51:26 +00:00 |
aboutDialog.xul
|
Bug 387300 - About dialog has no accesskey, patch by C��dric Corazza <cedric.corazza@wanadoo.fr>, r+sr=mscott
|
2007-07-13 03:39:18 +00:00 |
commandglue.js
|
Bug 166254: Received date field; p=Jeremy Morton <bugzilla@game-point.net>, r=bienvenu/me, sr=mscott/bienvenu
|
2007-09-05 21:21:26 +00:00 |
contentAreaClick.js
|
Bug 380736 - fix bugs in the resize-attached-images functionality and add other improvements (tbird version)
|
2007-08-06 13:14:18 +00:00 |
contextHelp.js
|
…
|
|
credits.xhtml
|
remove some duplicate entries from the credits list
|
2007-06-29 05:55:34 +00:00 |
customizeToolbar.js
|
Bug 317424: Customize dialog doesn't cancel icon size and mode when canceled, r+a=mscott
|
2006-11-29 05:09:22 +00:00 |
customizeToolbar.xul
|
Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott
|
2006-10-29 04:39:28 +00:00 |
defaultClientDialog.js
|
Bug #353906 --> modernize mail's registry code, implementing toolkit's nsIShellService, separating it out from the MAPI implementation. We now have a new default client dialog, and new options UI.
|
2006-09-29 22:07:50 +00:00 |
defaultClientDialog.xul
|
Bug #353906 --> modernize mail's registry code, implementing toolkit's nsIShellService, separating it out from the MAPI implementation. We now have a new default client dialog, and new options UI.
|
2006-09-29 22:07:50 +00:00 |
help.rdf
|
…
|
|
hiddenWindow.js
|
Bug #353588 --> update Thunderbird's hidden window code. use toolkit code for Window / Zoom, Maximize. Add missing menu items to the hidden window disabled list. sr=bienvenu
|
2006-09-29 22:27:22 +00:00 |
hiddenWindow.xul
|
Bug 368914 - remove unnecessary strings in contentAreaCommands.dtd, patch by Ziga Sancin <bisi@pikslar.com>, r=mscott
|
2007-03-29 03:53:40 +00:00 |
icon64.png
|
Bug 286483 - Thunderbird OSX builds missing alert icon. This uses the Firefox blue globe until a mail-specific icon can be added.
|
2005-03-23 22:52:28 +00:00 |
macMenuOverlay.xul
|
Bug 365755 followup, l10n builds broken without brand.dtd included to fill in messenger.dtd, patch by Henrik Skupin <hskupin@gmail.com>, r=me, sr=mscott
|
2007-05-16 02:52:59 +00:00 |
mail-offline.js
|
Bug 273496: pressing 'get new messages' shouldn't ask to send unsent messages when going online, patch by Magnus Melin <mkmelin+mozilla@iki.fi>, r=mscott
|
2007-01-09 19:53:35 +00:00 |
mail3PaneWindowCommands.js
|
Bug 387247 ��� Use toolkit printUtils.js instead of communicator printing.js, Thunderbird part, r=mscott
|
2007-08-28 03:18:51 +00:00 |
mailCommands.js
|
part of fix for 320102, sr=mscott, NPOTB for Firefox, make sure save as template finds an identity to use
|
2007-07-30 19:05:42 +00:00 |
mailContextMenus.js
|
Bug 62033: Should display |References| links in message display window; p=Markus Hossner <markushossner@gmx.de>, r=Neil, sr=bienvenu
|
2007-08-04 22:37:52 +00:00 |
mailCore.js
|
Bug #386698 --> don't use nsIURLFormatter::FormatUrlPref as that is causing start.xhtml to get loaded as a string bundle properties file. This was leading to a lot of noise in the console.
|
2007-07-03 07:00:35 +00:00 |
mailOverlay.xul
|
Bug #271315 --> ctrl-n / option N should be the default key we use for opening new messages. we still support ctrl-m and shift-option-m, we just don't show that in the UI anymore. r=josh, sr=bienvenu
|
2006-08-03 17:54:17 +00:00 |
mailWindow.js
|
use getService not createIstance for getting the account manager data source. minor code cleanup -- add a couple removeEventListener calls. remove a global variable that isn't used anywhere.
|
2007-07-14 23:19:07 +00:00 |
mailWindowOverlay.js
|
Bug 166254: Received date field; p=Jeremy Morton <bugzilla@game-point.net>, r=bienvenu/me, sr=mscott/bienvenu
|
2007-09-05 21:21:26 +00:00 |
mailWindowOverlay.xul
|
Bug 166254: Received date field; p=Jeremy Morton <bugzilla@game-point.net>, r=bienvenu/me, sr=mscott/bienvenu
|
2007-09-05 21:21:26 +00:00 |
messageWindow.js
|
Bug 387247 ��� Use toolkit printUtils.js instead of communicator printing.js, Thunderbird part, r=mscott
|
2007-08-28 03:18:51 +00:00 |
messageWindow.xul
|
Bug 380736 - fix bugs in the resize-attached-images functionality and add other improvements (tbird version)
|
2007-08-06 13:14:18 +00:00 |
messenger.css
|
Bug #393312 --> fork tabbrowser code into Thunderbird to restore tab look and feel.
|
2007-08-25 07:42:10 +00:00 |
messenger.xul
|
Bug 166254: Received date field; p=Jeremy Morton <bugzilla@game-point.net>, r=bienvenu/me, sr=mscott/bienvenu
|
2007-09-05 21:21:26 +00:00 |
msgHdrViewOverlay.js
|
Bug 391005: Headers are not being displayed properly in header pane; p=Markus Hossner <markushossner@gmx.de>, sr=bienvenu
|
2007-08-07 20:03:28 +00:00 |
msgHdrViewOverlay.xul
|
Bug 62033: Should display |References| links in message display window; p=Markus Hossner <markushossner@gmx.de>, r=Neil, sr=bienvenu
|
2007-08-04 22:37:52 +00:00 |
msgMail3PaneWindow.js
|
Bug 166254: Received date field; p=Jeremy Morton <bugzilla@game-point.net>, r=bienvenu/me, sr=mscott/bienvenu
|
2007-09-05 21:21:26 +00:00 |
msgPrintEngine.xul
|
Bug 387247 ��� Use toolkit printUtils.js instead of communicator printing.js, Thunderbird part, r=mscott
|
2007-08-28 03:18:51 +00:00 |
msgSelectOffline.xul
|
Bug #218838 --> There is no keyboard shortcut to select/unselect folders in the "Items for offline use" dialog
|
2005-06-07 19:02:35 +00:00 |
newmailalert.js
|
Bug 374101 - clean up some strict js warnings and errors
|
2007-03-15 21:40:44 +00:00 |
newmailalert.xul
|
Bug #329555 --> new mail notification alert is not clickable.
|
2007-03-07 06:28:33 +00:00 |
nsContextMenu.js
|
Bug 253787 In nsContextMenu.js, 'Warning: reference to undefined property docshell.document.charset' (and other warnings/errors) (Cv1a undeclared |type|) p=Serge Gautherie,r=mscott,sr=neil
|
2007-04-27 12:26:42 +00:00 |
phishingDetector.js
|
white space changes.
|
2007-08-21 18:19:15 +00:00 |
search.xml
|
Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase. (Ev1 /mail) p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=mscott
|
2007-03-30 08:25:22 +00:00 |
searchBar.js
|
white space changes.
|
2007-08-21 18:19:15 +00:00 |
start.xhtml
|
Bug #369026 --> start page style rule cleanup including removing the background gradient. sr=bienvenu
|
2007-02-02 00:15:52 +00:00 |
startpage-h1-rtl.png
|
Bug #311241 --> make the start page support RTL.
|
2005-10-13 17:36:25 +00:00 |
startpage-h1.png
|
Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page
|
2005-06-24 22:43:40 +00:00 |
startpage-h2-rtl.png
|
Bug #311241 --> make the start page support RTL.
|
2005-10-13 17:36:25 +00:00 |
startpage-h2.png
|
Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page
|
2005-06-24 22:43:40 +00:00 |
startpage-li.png
|
Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page
|
2005-06-24 22:43:40 +00:00 |
subscribe.js
|
Bug 40260: Subscribe dialog should support "new" newsgroups; p=Markus Hossner <markushossner@gmx.de>, r=Neil, sr=bienvenu
|
2007-08-17 22:12:20 +00:00 |
subscribe.xul
|
Bug 40260: Subscribe dialog should support "new" newsgroups; p=Markus Hossner <markushossner@gmx.de>, r=Neil, sr=bienvenu
|
2007-08-17 22:12:20 +00:00 |
tabmail.xml
|
Bug #393312 --> fork tabbrowser code into Thunderbird to restore tab look and feel.
|
2007-08-25 07:42:10 +00:00 |
thunderbird-watermark.png
|
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
|
2005-03-10 04:38:35 +00:00 |
uninstall.properties
|
fixes bug 307296 "MAR files do not contain updates to the uninstaller" r=bsmedberg
|
2006-01-10 02:36:05 +00:00 |
utilityOverlay.js
|
Bug 369341 - gatherTextUnder is a bad treewalker, r=mscott
|
2007-03-02 04:24:20 +00:00 |
utilityOverlay.xul
|
remove an unused key refererence.
|
2007-07-05 23:11:09 +00:00 |
widgetglue.js
|
Bug #379070 ---> nsIMessenger string API cleanup.
|
2007-06-26 23:58:33 +00:00 |