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

104 Коммитов

Автор SHA1 Сообщение Дата
Rob Lemley 3ad2f683f1 Bug 1794156 - Remove mapit prefs and js. r=aleca
These prefs are not used anymore by Thunderbird (they are for Seamonkey, so they
are #ifdef wrapped in mailnews.js). The javascript is not loaded by Thunderbird,
but is still shipped.

Removing these prefs allows for cleanup of l10n.toml and should mean that the
remaining prefs will be exposed for localization in Pontoon again.

Differential Revision: https://phabricator.services.mozilla.com/D158869

--HG--
extra : moz-landing-system : lando
2022-10-17 10:58:11 +00:00
Geoff Lankow 4ece5f5845 Bug 1769506 - Reinstate the vCard editor in Account Manager. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D146416

--HG--
extra : rebase_source : b4abea542a4dc3eeb02a44ffda3bbca74e0aa1a0
2022-05-16 20:18:15 +12:00
Geoff Lankow 86296296d0 Bug 1762127 - Tear down the old Address Book UI. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D143114

--HG--
extra : rebase_source : 07d5ef201e13885ab444224ee0fe3c85e1288df8
2022-03-11 16:29:45 +13:00
Henry Wilkes fe51e5cea4 Bug 1727493 - Replace mail.default_html_action and mailnews.sendformat.auto_downgrade with mail.default_send_format. r=mkmelin,BenB
Prior to this patch, mail.default_html_action ("default_html_action") and mailnews.sendformat.auto_downgrade ("auto_downgrade") were used as parameters in nsMsgCompose::DetermineHTMLAction to decide on whether to send HTML, PlainText, both parts, or to ask the user.

DetermineHTMLAction is removed in this patch, and we replace the its behaviour with a single mail.default_send_format preference, with 4 values:

+ PlainText - Always send plain text. Equivalent to "default_html_action" set to PlainText before (regardless of "auto_downgrade").
+ HTML - Always send HTML. Equivalent to "default_html_action" set to HTML and "auto_downgrade" set to false.
+ Both - Always send both HTML and plain text. Equivalent to "default_html_action" set to Both and "auto_downgrade" set to false.
+ Auto - Send only plain text if the message lacks formatting, else send both. Equivalent to "default_html_action" set to Both and "auto_downgrade" set to true. This was the default before and after this patch.

The lost behaviour is:

+ "default_html_action" set to "AskUser". This would ask the user what format to send using the askSendFormat dialog. This is now dropped, along with the dialog, and transferred to the Auto default.
+ "default_html_action" set to "HTML" and "auto_downgrade" set to true. This is transferred to the Auto default.

The new "default_send_format" preferences is now linked directly to MsgCompFields.deliveryFormat. New messages have their MsgCompFields.deliveryFormat set to nsIMsgCompSendFormat.Unset, but this is changed to the value of "default_send_format" when it is loaded into the compose window. As before, the deliveryFormat can be set to a different value using the #outputFormatMenu (the compose window's "Options, Delivery Format" menu). This also means that the 4 values for "default_send_format" correspond to the 4 menuitems. Just as before, the deliveryFormat is saved for drafts or templates. Note that the "Unset" value is only used as an initial value for the deliveryFormat field, and it is never used again after it has been opened for the first time.

Note, prior to this patch, nsIMsgCompSendFormat.AskUser was used as a value for MsgCompFields.deliveryFormat to indicate that the send format should use DetermineHTMLAction, rather than an explicit value (the name was a misnomer in this case). The "AskUser" enum has been renamed to "Unset". This means that any drafts or templates saved by a user before this patch without an explicitly set format will now be opened with the default send format, the same as newly created messages. This acts as a convenient bridge between the old and new behaviour.

Differential Revision: https://phabricator.services.mozilla.com/D136009

--HG--
extra : amend_source : 8fd622c39171d4992a07dc2404d0a75215a74fe8
2022-04-28 12:55:41 +03:00
Ping Chen ea8e1a67af Bug 1720042 - Support field mapping when importing CSV file. r=darktrojan,benc
Show a <csv-field-map> UI only when there are fields we don't recognize

Differential Revision: https://phabricator.services.mozilla.com/D140487

--HG--
extra : amend_source : 530e6b1630950cd52f6b8aeea669da3457c4dde0
2022-03-09 11:49:45 +02:00
Ping Chen 09f9936e1f Bug 1720042 - Init about:import page to do importing in a tab. r=aleca,darktrojan
The basic flow of importing from an application is

1. select an application
2. select a profile dir
3. select what to import
4. import

Differential Revision: https://phabricator.services.mozilla.com/D129761

--HG--
extra : amend_source : a97ef32b44d7a226d62ecbaf3071d5c27a015363
2021-12-08 12:27:09 +02:00
Henry Wilkes 5f97343132 Bug 1707211 - Move addressbook print.css into themes. r=darktrojan DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D125731

--HG--
rename : mailnews/addrbook/content/print.css => mail/themes/shared/mail/abPrint.css
extra : amend_source : 4acef70fb22e7c37af1680aca7113b1336929f71
2021-09-19 08:51:41 +03:00
Magnus Melin aa62bbdc3a Bug 1703164 - convert mailnews/import/content/fieldMapImport.xhtml to top level <html>. r=henry
Differential Revision: https://phabricator.services.mozilla.com/D125172

--HG--
extra : rebase_source : df6f75c577841c694b413fcf5355c36b18f105a5
extra : absorb_source : 295ec70af9a4718066419d0ddb4c3d254f4e464a
2021-09-10 16:49:17 +03:00
Magnus Melin adf1093b27 Bug 1703164 - convert mailnews/import/content/importDialog.xhtml to top level <html>. r=henry
Differential Revision: https://phabricator.services.mozilla.com/D125171

--HG--
extra : rebase_source : 2dd032bc9c6e2951c4c54a77acde747680d53a1d
2021-09-10 23:08:11 +03:00
Henry Wilkes cb49c45003 Bug 1707211 - Merge am-server.css into accountManage.css. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D124771

--HG--
extra : amend_source : 77d6423b4750aeb889d31e8ca9dac5bccb92a8f0
2021-09-09 19:51:03 +03:00
Henry Wilkes f2e7b40763 Bug 1707211 - Move fieldMapImport.css into themes. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D124760

--HG--
rename : mailnews/import/content/fieldMapImport.css => mail/themes/shared/mail/fieldMapImport.css
extra : amend_source : 2caf970cb8f12b8c2d958faec1a570adee05f008
2021-09-08 12:56:38 +03:00
Henry Wilkes b3c2c878b5 Bug 1707211 - Merge newmailalert.css content into skin. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D124751

--HG--
extra : amend_source : ac9ae7df93d4f0f3c33ab75ac51a209918b1613e
2021-09-08 12:56:05 +03:00
Henry Wilkes 3e081cef35 Bug 1727304 - Transform old accounts wizard into a wizard for just newsgroups. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D124449

--HG--
extra : histedit_source : ce4a37fd9d4947e1cfc9a4ca2829cfec8b14ea28
2021-09-06 10:53:10 +00:00
Henry Wilkes 66a4434239 Bug 1725220 - Replace junkMailInfo dialog with a link to the junk support page. r=mkmelin
The support page has more useful information and is more likely to be updated.

Also, no longer show the help when the user uses a junk feature for the first time as it is disruptive to normal usage. As such, the mailnews.ui.junk.firstuse preference was dropped.

Differential Revision: https://phabricator.services.mozilla.com/D122258
2021-08-12 10:33:03 +00:00
Geoff Lankow a8c45230d1 Bug 1724893 - Remove remaining SeaMonkey bits and pieces from Account Manager. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D122205

--HG--
extra : rebase_source : 45b3273d17debc82ddb2f68c1eb58624bed37a94
2021-08-10 21:30:49 +12:00
Ping Chen 5abaf55a6c Bug 271863 - Support exporting the current profile to a zip file. r=darktrojan
- Add an Export menu item to the main menu and app menu
- Add an exportDialog.xhtml

Depends on D119024.

Differential Revision: https://phabricator.services.mozilla.com/D119168
2021-07-08 04:51:39 +00:00
Geoff Lankow 741b4115b1 Bug 1713261 - Remove msgPrintEngine and the old calendar print UI. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D116202

--HG--
extra : rebase_source : 03c9ec79ac6ae6963d0debce8577a64a2a59b40d
2021-05-26 21:01:13 +12:00
Richard Marti ac70cc27f2 Bug 1710874 - Use for the Account Manager a special Edit Card dialog. r=aleca
--HG--
rename : mail/components/addrbook/content/abNewCardDialog.xhtml => mailnews/base/prefs/content/am-card-dialog.xhtml
extra : histedit_source : 5674469976d3ab2169bbd843ce0aa05d444e2142
2021-05-12 12:34:56 +02:00
Geoff Lankow d5a474d791 Bug 1660129 - Add UI for changing CardDAV directory properties. r=mkmelin
I've reused some of the strings from the AB dialog, rather than making new ones, because I expect
at some stage we'll either migrate all of the AB strings to Fluent or throw them away and start again.

Differential Revision: https://phabricator.services.mozilla.com/D87832

--HG--
rename : mailnews/addrbook/content/abCardDAVDialog.css => mail/themes/shared/mail/cardDAV.css
extra : moz-landing-system : lando
2020-09-11 03:37:33 +00:00
Joshua Cranmer 5f1621f26a Bug 875059, part 2: Move mailnews/base/search to mailnews/search. r=mkmelin
Depends on D85670

Differential Revision: https://phabricator.services.mozilla.com/D85671

--HG--
rename : mailnews/base/search/content/CustomHeaders.js => mailnews/search/content/CustomHeaders.js
rename : mailnews/base/search/content/CustomHeaders.xhtml => mailnews/search/content/CustomHeaders.xhtml
rename : mailnews/base/search/content/FilterEditor.js => mailnews/search/content/FilterEditor.js
rename : mailnews/base/search/content/FilterEditor.xhtml => mailnews/search/content/FilterEditor.xhtml
rename : mailnews/base/search/content/searchTerm.inc.xhtml => mailnews/search/content/searchTerm.inc.xhtml
rename : mailnews/base/search/content/searchTerm.js => mailnews/search/content/searchTerm.js
rename : mailnews/base/search/content/searchWidgets.js => mailnews/search/content/searchWidgets.js
rename : mailnews/base/search/content/viewLog.js => mailnews/search/content/viewLog.js
rename : mailnews/base/search/content/viewLog.xhtml => mailnews/search/content/viewLog.xhtml
rename : mailnews/base/search/public/moz.build => mailnews/search/public/moz.build
rename : mailnews/base/search/public/nsIMsgFilter.idl => mailnews/search/public/nsIMsgFilter.idl
rename : mailnews/base/search/public/nsIMsgFilterCustomAction.idl => mailnews/search/public/nsIMsgFilterCustomAction.idl
rename : mailnews/base/search/public/nsIMsgFilterHitNotify.idl => mailnews/search/public/nsIMsgFilterHitNotify.idl
rename : mailnews/base/search/public/nsIMsgFilterList.idl => mailnews/search/public/nsIMsgFilterList.idl
rename : mailnews/base/search/public/nsIMsgFilterPlugin.idl => mailnews/search/public/nsIMsgFilterPlugin.idl
rename : mailnews/base/search/public/nsIMsgFilterService.idl => mailnews/search/public/nsIMsgFilterService.idl
rename : mailnews/base/search/public/nsIMsgOperationListener.idl => mailnews/search/public/nsIMsgOperationListener.idl
rename : mailnews/base/search/public/nsIMsgSearchAdapter.idl => mailnews/search/public/nsIMsgSearchAdapter.idl
rename : mailnews/base/search/public/nsIMsgSearchCustomTerm.idl => mailnews/search/public/nsIMsgSearchCustomTerm.idl
rename : mailnews/base/search/public/nsIMsgSearchNotify.idl => mailnews/search/public/nsIMsgSearchNotify.idl
rename : mailnews/base/search/public/nsIMsgSearchScopeTerm.idl => mailnews/search/public/nsIMsgSearchScopeTerm.idl
rename : mailnews/base/search/public/nsIMsgSearchSession.idl => mailnews/search/public/nsIMsgSearchSession.idl
rename : mailnews/base/search/public/nsIMsgSearchTerm.idl => mailnews/search/public/nsIMsgSearchTerm.idl
rename : mailnews/base/search/public/nsIMsgSearchValidityManager.idl => mailnews/search/public/nsIMsgSearchValidityManager.idl
rename : mailnews/base/search/public/nsIMsgSearchValidityTable.idl => mailnews/search/public/nsIMsgSearchValidityTable.idl
rename : mailnews/base/search/public/nsIMsgSearchValue.idl => mailnews/search/public/nsIMsgSearchValue.idl
rename : mailnews/base/search/public/nsIMsgTraitService.idl => mailnews/search/public/nsIMsgTraitService.idl
rename : mailnews/base/search/public/nsMsgBodyHandler.h => mailnews/search/public/nsMsgBodyHandler.h
rename : mailnews/base/search/public/nsMsgFilterCore.idl => mailnews/search/public/nsMsgFilterCore.idl
rename : mailnews/base/search/public/nsMsgResultElement.h => mailnews/search/public/nsMsgResultElement.h
rename : mailnews/base/search/public/nsMsgSearchAdapter.h => mailnews/search/public/nsMsgSearchAdapter.h
rename : mailnews/base/search/public/nsMsgSearchBoolExpression.h => mailnews/search/public/nsMsgSearchBoolExpression.h
rename : mailnews/base/search/public/nsMsgSearchCore.idl => mailnews/search/public/nsMsgSearchCore.idl
rename : mailnews/base/search/public/nsMsgSearchScopeTerm.h => mailnews/search/public/nsMsgSearchScopeTerm.h
rename : mailnews/base/search/public/nsMsgSearchTerm.h => mailnews/search/public/nsMsgSearchTerm.h
rename : mailnews/base/search/src/Bogofilter.sfd => mailnews/search/src/Bogofilter.sfd
rename : mailnews/base/search/src/DSPAM.sfd => mailnews/search/src/DSPAM.sfd
rename : mailnews/base/search/src/Habeas.sfd => mailnews/search/src/Habeas.sfd
rename : mailnews/base/search/src/MsgTraitService.jsm => mailnews/search/src/MsgTraitService.jsm
rename : mailnews/base/search/src/POPFile.sfd => mailnews/search/src/POPFile.sfd
rename : mailnews/base/search/src/PeriodicFilterManager.jsm => mailnews/search/src/PeriodicFilterManager.jsm
rename : mailnews/base/search/src/SpamAssassin.sfd => mailnews/search/src/SpamAssassin.sfd
rename : mailnews/base/search/src/SpamCatcher.sfd => mailnews/search/src/SpamCatcher.sfd
rename : mailnews/base/search/src/SpamPal.sfd => mailnews/search/src/SpamPal.sfd
rename : mailnews/base/search/src/components.conf => mailnews/search/src/components.conf
rename : mailnews/base/search/src/moz.build => mailnews/search/src/moz.build
rename : mailnews/base/search/src/nsMsgBodyHandler.cpp => mailnews/search/src/nsMsgBodyHandler.cpp
rename : mailnews/base/search/src/nsMsgFilter.cpp => mailnews/search/src/nsMsgFilter.cpp
rename : mailnews/base/search/src/nsMsgFilter.h => mailnews/search/src/nsMsgFilter.h
rename : mailnews/base/search/src/nsMsgFilterList.cpp => mailnews/search/src/nsMsgFilterList.cpp
rename : mailnews/base/search/src/nsMsgFilterList.h => mailnews/search/src/nsMsgFilterList.h
rename : mailnews/base/search/src/nsMsgFilterService.cpp => mailnews/search/src/nsMsgFilterService.cpp
rename : mailnews/base/search/src/nsMsgFilterService.h => mailnews/search/src/nsMsgFilterService.h
rename : mailnews/base/search/src/nsMsgImapSearch.cpp => mailnews/search/src/nsMsgImapSearch.cpp
rename : mailnews/base/search/src/nsMsgLocalSearch.cpp => mailnews/search/src/nsMsgLocalSearch.cpp
rename : mailnews/base/search/src/nsMsgLocalSearch.h => mailnews/search/src/nsMsgLocalSearch.h
rename : mailnews/base/search/src/nsMsgSearchAdapter.cpp => mailnews/search/src/nsMsgSearchAdapter.cpp
rename : mailnews/base/search/src/nsMsgSearchImap.h => mailnews/search/src/nsMsgSearchImap.h
rename : mailnews/base/search/src/nsMsgSearchNews.cpp => mailnews/search/src/nsMsgSearchNews.cpp
rename : mailnews/base/search/src/nsMsgSearchNews.h => mailnews/search/src/nsMsgSearchNews.h
rename : mailnews/base/search/src/nsMsgSearchSession.cpp => mailnews/search/src/nsMsgSearchSession.cpp
rename : mailnews/base/search/src/nsMsgSearchSession.h => mailnews/search/src/nsMsgSearchSession.h
rename : mailnews/base/search/src/nsMsgSearchTerm.cpp => mailnews/search/src/nsMsgSearchTerm.cpp
rename : mailnews/base/search/src/nsMsgSearchValue.cpp => mailnews/search/src/nsMsgSearchValue.cpp
rename : mailnews/base/search/src/nsMsgSearchValue.h => mailnews/search/src/nsMsgSearchValue.h
rename : mailnews/base/test/unit/head_mailbase.js => mailnews/search/test/unit/head_mailbase.js
rename : mailnews/base/test/unit/test_base64_decoding.js => mailnews/search/test/unit/test_base64_decoding.js
rename : mailnews/base/test/unit/test_bug366491.js => mailnews/search/test/unit/test_bug366491.js
rename : mailnews/base/test/unit/test_bug404489.js => mailnews/search/test/unit/test_bug404489.js
rename : mailnews/base/test/unit/test_copyThenMoveManual.js => mailnews/search/test/unit/test_copyThenMoveManual.js
rename : mailnews/base/test/unit/test_junkWhitelisting.js => mailnews/search/test/unit/test_junkWhitelisting.js
rename : mailnews/base/test/unit/test_quarantineFilterMove.js => mailnews/search/test/unit/test_quarantineFilterMove.js
rename : mailnews/base/test/unit/test_search.js => mailnews/search/test/unit/test_search.js
rename : mailnews/base/test/unit/test_searchAddressInAb.js => mailnews/search/test/unit/test_searchAddressInAb.js
rename : mailnews/base/test/unit/test_searchBody.js => mailnews/search/test/unit/test_searchBody.js
rename : mailnews/base/test/unit/test_searchBoolean.js => mailnews/search/test/unit/test_searchBoolean.js
rename : mailnews/base/test/unit/test_searchChaining.js => mailnews/search/test/unit/test_searchChaining.js
rename : mailnews/base/test/unit/test_searchCustomTerm.js => mailnews/search/test/unit/test_searchCustomTerm.js
rename : mailnews/base/test/unit/test_searchJunk.js => mailnews/search/test/unit/test_searchJunk.js
rename : mailnews/base/test/unit/test_searchLocalizationStrings.js => mailnews/search/test/unit/test_searchLocalizationStrings.js
rename : mailnews/base/test/unit/test_searchTag.js => mailnews/search/test/unit/test_searchTag.js
rename : mailnews/base/test/unit/test_searchUint32HdrProperty.js => mailnews/search/test/unit/test_searchUint32HdrProperty.js
rename : mailnews/base/test/unit/xpcshell.ini => mailnews/search/test/unit/xpcshell.ini
extra : moz-landing-system : lando
2020-08-04 20:13:10 +00:00
Geoff Lankow 7a76f848a0 Bug 546932 - Add UI (preffed-off) for creating a CardDAV address book. r=mkmelin 2020-05-31 20:42:14 +03:00
Geoff Lankow 09fa8a614f Bug 1633620 - Stop using URLs to search address books. r=mkmelin
--HG--
extra : rebase_source : 993e1a7bf994c92d077864870fb82d9ef5304e88
extra : histedit_source : 53104a72fe4bdfc227f0c3a47216f710e12cbeff
2020-04-06 21:52:53 +12:00
Alessandro Castellani 10390bdf7d Bug 1589005 - Implement new Account Hub for users with existing account. r=mkmelin, ui-r=paenglab 2020-03-31 11:01:02 -07:00
Geoff Lankow 24fb5a41e9 Bug 1605845 - Change all references to .xul files to .xhtml instead; rs=bustage-fix
--HG--
extra : rebase_source : f9df1b5f1d278b881373ffc7580aac1aabef2fa6
2019-12-24 22:30:36 +13:00
Richard Marti 7239cf2f15 Bug 1604727 - Migrate .xul files in preferences to .xhtml. r=mkmelin
--HG--
rename : mail/base/content/newTagDialog.xul => mail/base/content/newTagDialog.xhtml
rename : mail/base/content/systemIntegrationDialog.xul => mail/base/content/systemIntegrationDialog.xhtml
rename : mail/components/preferences/aboutPreferences.xul => mail/components/preferences/aboutPreferences.xhtml
rename : mail/components/preferences/applicationManager.xul => mail/components/preferences/applicationManager.xhtml
rename : mail/components/preferences/attachmentReminder.xul => mail/components/preferences/attachmentReminder.xhtml
rename : mail/components/preferences/chat.inc.xul => mail/components/preferences/chat.inc.xhtml
rename : mail/components/preferences/colors.xul => mail/components/preferences/colors.xhtml
rename : mail/components/preferences/compose.inc.xul => mail/components/preferences/compose.inc.xhtml
rename : mail/components/preferences/connection.xul => mail/components/preferences/connection.xhtml
rename : mail/components/preferences/cookies.xul => mail/components/preferences/cookies.xhtml
rename : mail/components/preferences/dockoptions.xul => mail/components/preferences/dockoptions.xhtml
rename : mail/components/preferences/fonts.xul => mail/components/preferences/fonts.xhtml
rename : mail/components/preferences/general.inc.xul => mail/components/preferences/general.inc.xhtml
rename : mail/components/preferences/messengerLanguages.xul => mail/components/preferences/messengerLanguages.xhtml
rename : mail/components/preferences/notifications.xul => mail/components/preferences/notifications.xhtml
rename : mail/components/preferences/offline.xul => mail/components/preferences/offline.xhtml
rename : mail/components/preferences/passwordManager.xul => mail/components/preferences/passwordManager.xhtml
rename : mail/components/preferences/permissions.xul => mail/components/preferences/permissions.xhtml
rename : mail/components/preferences/privacy.inc.xul => mail/components/preferences/privacy.inc.xhtml
rename : mail/components/preferences/receipts.xul => mail/components/preferences/receipts.xhtml
rename : mail/components/preferences/sendoptions.xul => mail/components/preferences/sendoptions.xhtml
rename : mailnews/addrbook/prefs/content/pref-editdirectories.xul => mailnews/addrbook/prefs/content/pref-editdirectories.xhtml
2019-12-18 13:17:49 +02:00
aceman 42a255f54b Bug 1586613 - move msgFolderPickerOverlay.js to suite/ as it isn't used in Thunderbird. r=jorgk,frg
--HG--
rename : mailnews/base/content/msgFolderPickerOverlay.js => suite/mailnews/content/msgFolderPickerOverlay.js
2019-10-06 13:31:00 +02:00
Paul Morris 65f4506d1f Bug 1571408 - [de-xbl] Convert the toolbar binding to a custom element. r=mkmelin DONTBUILD
--HG--
rename : common/bindings/toolbar.xml => common/bindings/customizable-toolbar.js
2019-08-09 14:45:28 -04:00
Khushil Mistry ec872e3e96 Bug 1500887 - [de-xbl] convert the ruleaction binding to <richlistitem is='ruleaction-richlistitem'>. r=mkmelin DONTBUILD 2019-07-17 13:44:00 +02:00
Jorg K 30fb847994 Bug 1563931 - remove empty addrbookWidgets.xml and reference to it. r=me 2019-07-07 00:19:22 +02:00
Jorg K b956d1cae7 Bug 1096006 - Backout of AM in pref tab. a=backout 2019-06-24 22:27:34 +02:00
Richard Marti ext:(%2C%20Geoff%20Lankow%20%3Cgeoff%40darktrojan.net%3E%2C%20aceman%20%3Cacelists%40atlas.sk%3E) 69ed0757bd Bug 1096006 - Migrate the Account Manager from a standalone window to a pane in the Preferences tab. r=aceman,darktrojan; ui-r=Paenglab 2019-06-20 07:13:39 +02:00
Khushil Mistry a68edf5cfd Bug 1542715 - [de-xbl] convert folder-menupopup binding to custom element <menupopup is='folder-menupopup'>. r=mkmelin
--HG--
rename : mailnews/base/content/folderWidgets.xml => mailnews/base/content/folder-menupopup.js
2019-06-06 02:04:00 +02:00
Khushil Mistry 0316c0a4aa Bug 1546281 - remove grid usage from am-server.xul. r=mkmelin DONTBUILD 2019-05-02 10:08:00 +02:00
Geoff Lankow 38cc5f7e12 Bug 1515877 - Turn on ESLint in mailnews/base; r=aceman 2019-04-16 12:48:24 +12:00
Khushil Mistry b127c980bd Bug 1542717 - [de-xbl] convert map-list binding to <menupopup is='map-list'>. r=mkmelin 2019-04-14 00:02:55 +02:00
Magnus Melin fbd6a48bc1 Bug 1543330 - remove bindings.css inclusion in FilterEditor.xul, subscribe.xul, feed-subscriptions.xul. r=alta88 2019-04-10 11:48:23 +03:00
Magnus Melin f19c904d38 Bug 1524508 - [de-xbl] convert charsetpicker binding to customized built-in based on menulist. r=pmorris
--HG--
rename : mailnews/base/content/charsetList.xml => mailnews/base/content/menulist-charsetpicker.js
2019-03-16 23:07:01 +01:00
Joshua Cranmer 33ad40686b Bug 1467238 - Remove support for ISP data in the account wizard. r=mkmelin 2019-02-20 14:25:05 +13:00
Magnus Melin 8c1566b13c Bug 1530171 - move some more SeaMonkey-specific files to suite/. r=frg
--HG--
rename : mailnews/base/search/content/searchTermOverlay.js => mailnews/base/search/content/searchTerm.js
rename : mailnews/addrbook/content/abEditCardDialog.xul => suite/mailnews/addrbook/content/abEditCardDialog.xul
rename : mailnews/addrbook/content/abNewCardDialog.xul => suite/mailnews/addrbook/content/abNewCardDialog.xul
rename : mailnews/addrbook/content/abResultsPaneOverlay.xul => suite/mailnews/addrbook/content/abResultsPaneOverlay.xul
rename : mailnews/base/search/content/searchTermOverlay.xul => suite/mailnews/content/searchTermOverlay.xul
2019-02-25 18:36:41 +01:00
Magnus Melin 922650c562 Bug 1524504 - [de-xbl] remove menulist-compact binding (unused in Thunderbird). r=mkmelin 2019-02-01 11:28:40 +02:00
Jorg K d886cfea9c Bug 1521024 - Remove unused am-server-top.xul and username.label from am-server-top.dtd. r=Paenglab 2019-01-21 12:53:32 +01:00
Arshad Khan 6f068fde4b Bug 1489172 - Replace ruleactiontarget bindings with custom element. r=mkmelin,aceman 2018-11-26 13:20:50 +05:30
Jorg K 7de2b18f2b Bug 1489172 - Backed out changeset c7cda013b0b4 for making the filter editor unusable. a=jorgk 2018-11-24 21:47:13 +01:00
Arshad Khan b5df07c5c3 Bug 1489172 - Remove ruleactiontarget bindings. r=mkmelin 2018-11-03 01:08:33 +05:30
aceman 5b2c03b411 Bug 1496524 - Port bug 1495983: add CSP to some about: pages. r=jorgk
--HG--
rename : mailnews/base/content/newsError.xhtml => mailnews/base/content/newsError.js
2018-10-23 16:54:00 +02:00
Magnus Melin a65b6f95c8 Bug 1502793 - remove shareglue.js which is dead code. r=jorgk 2018-10-29 09:15:07 +02:00
Richard Marti 9ef65c5951 Bug 1490431 - in files shared with SM, include bindings.css stylesheet only for TB. r=jorgk DONTBUILD 2018-09-11 21:25:04 +02:00
Geoff Lankow d0eea04b11 Bug 1475817 - Part 11: Convert simple <listbox> to <richlistbox> in mailnews/import. r=Paenglab,jorgk 2018-07-18 20:59:35 +12:00
Richard Marti 48a2f519d7 Bug 1476520 - Fix address book import glitches caused by bug 1475817 and bug 1469642. r=jorgk DONTBUILD 2018-07-18 12:33:53 +02:00
Richard Marti bb6ba557c4 Bug 1475817 - Part 3: Convert simple <listbox> to <richlistbox>. r=jorgk DONTBUILD 2018-07-16 21:26:11 +02:00