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

31149 Коммитов

Автор SHA1 Сообщение Дата
Geoff Lankow 674c2608da Bug 1684323 - Lower the leak threshold for Mochitest tasks. rs=me
--HG--
extra : rebase_source : 83a45a5c7a938d6c22f4b0594778944708921d60
2020-12-28 10:47:36 +13:00
Frank-Rainer Grahl fc1fb9fd09 Bug 1684301 - Update installer stub with latest Mozilla code. r=IanN 2020-12-27 00:50:44 +01:00
Ian Neal 2989b3b9e9 Bug 1684186 - Icons for chatZilla and DOM Inspector windows are missing. r=frg 2020-12-24 23:21:14 +01:00
aceman 34da483d3b Bug 1684088 - Check return value of NS_MsgGetOperatorFromString() before using the return argument to avoid using uninitialized value. r=mkmelin 2020-12-25 12:33:19 +02:00
Magnus Melin ac8441aff7 Bug 1679325 - adjust saveURL arguments after bug 1641270. r=lasana 2020-12-24 12:45:29 +02:00
Gene Smith 409e629934 Bug 1681487 - Correctly validate leading mbox file lines before reading them r=benc 2020-12-21 23:05:59 -05:00
Nuno Silva 879c3786e0 Bug 171549: help: discourage page breaks inside headings. r=IanN
This is an updated patch for bug 171549, which adds the same page
break-related properties as in Brant's patch.

(Note: It seems that "page-break-after: avoid;" is currently not
supported and page breaking after headings will still happen.)
2020-06-08 10:36:56 +01:00
Magnus Melin c4390cd109 Bug 77806 - limit the subject to max 3 lines, for more than that use scrollbars. r=Paenglab
This is to ensure the whole message window won't be filled with a super long subject.
Testcase: https://bugzilla.mozilla.org/attachment.cgi?id=32356
2020-12-23 11:56:48 +02:00
Geoff Lankow d8bc627352 Bug 1683061 - When importing calendar items, hide white-space-only descriptions. r=lasana
Differential Revision: https://phabricator.services.mozilla.com/D100065

--HG--
extra : rebase_source : 4acd02ffc94e2db4e9e8ef3d55e318ceb99648d3
extra : amend_source : a9dcbaa8da73b8d4cd6a133716f9d49bab7ec67e
2020-12-18 12:23:15 +13:00
Richard Marti bf264e600b Bug 1682023 - Let the composer title bar title crop at the end to not let to grow the window. r=mkmelin 2020-12-22 17:29:15 +01:00
Geoff Lankow 94587d2bae Bug 1683245 - Migrate persisted values for elements given a new ID when <deck> was removed. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D100078

--HG--
extra : amend_source : 3c784585a2c753fd9ed978ed2808a853f84860b7
2020-12-22 12:45:30 +02:00
aceman f8a67aa90d Bug 1683772 - initialize rv in nsAbBoolExprToLDAPFilter::FilterExpressions to fix use of uninitialized variable. r=mkmelin 2020-12-22 12:44:12 +02:00
Magnus Melin 68e082350a Bug 1683642 - fix type that causes "legacySAXResponse._oncompletederror is not a function". r=darktrojan 2020-12-22 12:43:46 +02:00
Joshua Cranmer 4d7c925d12 Bug 1652354 - part ⅳ: Make import categories use contract IDs in lieu of CIDs. r=mkmelin
The new component registration service makes it easy to specify category entries
whose values are contract IDs, and this is the norm for using the category
manager. Contract IDs are better, easier to access (CIDs are no longer usable
from JS code), and the blessed way for doing this; we should conform to standard
here.

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

--HG--
extra : amend_source : ada31dba157514faa549fd6a393b81d0a911580f
extra : histedit_source : 48f71009987825f85c1914288764e9a635e1a1f8
2020-12-21 14:42:07 +02:00
Joshua Cranmer 2d6c933fdc Bug 1652354 - part ⅲ: Modernize import code. r=mkmelin
In preparation for converting code to use contract-ids instead of CIDs, I opted
to take some time to use modern C++11 features (or their XPCOM equivalents) in
the import service code.


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

--HG--
extra : amend_source : 35adaae0d260dae49f7fcb89b21085713d0cabfa
extra : histedit_source : 45ea087fff2efc5f33af6bbfda730209396f2929
2020-12-21 14:30:16 +02:00
Joshua Cranmer d085fe3b41 Bug 1652354 - part ⅱ: Remove the TestMailImporter code. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D86729

--HG--
extra : amend_source : 9286ed37516614850094fe1ea8c7b217acf450ae
extra : histedit_source : 327403bc63db1837b9965a91ad0cbce2f1704f73%2C3a62a28e831940b31fd28e94c4094502a0d0e993
2020-12-21 14:19:44 +02:00
Joshua Cranmer 0da9b2ec49 Bug 1652354, part ⅰ: Remove NS_MSG_BASE from base/src classes. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D86728
2020-12-21 14:26:13 +02:00
Magnus Melin 131ac5deaa Bug 1652354 - preparation - apply clang-format (needed likely due to clang-format update). rs=me
--HG--
extra : amend_source : ce2a7384405ed9acc63442107536f951dfceeeb9
2020-12-21 14:24:43 +02:00
Magnus Melin 609faf6e3f Bug 1677338 - followup - apply clang-format. rs=clang-format 2020-12-21 13:55:15 +02:00
Magnus Melin 3daf04861c Bug 1611567 - followup - apply clang-format. rs=clang-format 2020-12-21 13:53:53 +02:00
Ben Campbell c4336ca990 Bug 1683586 - Remove "mailBoxes" and "addressBooks" support in nsIImportGeneric setData()/getData(). r=mkmelin 2020-12-21 12:06:53 +02:00
Ping Chen 3ea6002e97 Bug 944367 - Remove Log4Moz usages from gloda. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D100084

--HG--
extra : amend_source : f01774a6393e640987193fc1041ab87f432fbcb0
2020-12-21 12:06:23 +02:00
Ping Chen 1f1e17965e Bug 1683548: Fix sending messages containing inline images. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D100219

--HG--
extra : amend_source : b898b49f598f6c6dc05c3bd877192818bb501a42
2020-12-21 12:01:57 +02:00
Ping Chen 7ef1ff1956 Bug 1679730 - Part 3: Enable some unit tests for SmtpService.jsm. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D100068

--HG--
extra : amend_source : 15d9e8e4bf0e9e4a65506be52951b4f13575b8d7
2020-12-20 12:58:40 +02:00
Ben Campbell 1326f357ac Bug 1680914 - Don't abandon pending LDAP ops on shutdown because the connection will already be gone. r=mkmelin 2020-12-19 12:24:42 +02:00
Richard Marti c5da55db4d Bug 1683365 - Fix the gap between icon and label when the new message indicator is shown in the Folder Pane. r=aleca 2020-12-19 12:24:14 +02:00
Alessandro Castellani 7c9e63716a Bug 1682147 - Fix CMD+Enter shortcut not sending message in compose window when focused on an input field. r=Paenglab 2020-12-19 12:23:49 +02:00
Alessandro Castellani 5f744f4e37 Bug 1660691 - Remove the nomatch red highlight in compose autocomplete and improve the invalid and new email pills UI. r=mkmelin,ui-r=Paenglab 2020-12-19 12:23:19 +02:00
Gene Smith 946d1b476f Bug 1676141 - Add an alert for non-overridable TLS errors. r=benc 2020-12-19 12:23:13 +02:00
Gene Smith 4af22df686 Bug 1622640 - (CVE-2020-15685) Preclude malicious STARTTLS response injections. r=benc 2020-12-18 12:15:03 +02:00
Magnus Melin 688984af7b Bug 1646128 - rename SearchService.getDefaultEngines to SearchService.getAppProvidedEngines for Thunderbird. rs=bustage-fix 2020-12-18 12:13:44 +02:00
Sebastien Bacher 4c545b9c82 Bug 1680527 - set the default handler in the snap using xdg-settings. r=rjl
--HG--
extra : amend_source : 6be38868f0647abc5638ce729bb6d586524dba17
2020-12-03 17:24:52 +01:00
Ben Campbell d6bb465ae8 Bug 1682943 - Remove nsISimpleEnumerator use in nsIMsgCompFields.idl. r=mkmelin 2020-12-17 11:03:34 +13:00
Ben Campbell 49deaec6f2 Bug 1682943 - Remove nsISimpleEnumerator use in nsISmtpService.idl. r=mkmelin 2020-12-17 10:02:30 +13:00
Nuno Silva e288f7f66d Bug 516390 - Move the new "HTML editor" help index entry. r=IanN
(The file is alphabetically ordered, but the entry was first added
right after "Composer".)
2020-12-17 08:21:23 +00:00
Ping Chen b0fce9bd82 Bug 1680190 - Part 3: Implement nsISmtpServer functions in SmtpServer.jsm. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D99861

--HG--
extra : amend_source : 98e94ae2f208b2df5615b6b79f898cdf5bfd7135
2020-12-17 12:37:02 +02:00
Ping Chen 2a8dfdf13f Bug 944367 - Remove Log4Moz from logHelper.js. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D99968

Depends on D99755

--HG--
extra : amend_source : c290bee8165d25b3b355581e711f29a47ab17147
2020-12-17 12:35:10 +02:00
Ping Chen fa9d012f66 Bug 944367 - Remove Log4Moz from newmailaccount and mailnews/base. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D99755
2020-12-16 05:03:19 +00:00
Magnus Melin 4f08f7a16c Bug 1681952 - part3 - remove sDictCount. r=aleca 2020-12-17 12:31:56 +02:00
Magnus Melin 839c4a57cc Bug 1681952 - part 2 - document and adjust adjustSignEncryptAfterIdentityChanged usage. r=aleca 2020-12-17 12:30:45 +02:00
Magnus Melin 1ac2acf43d Bug 1681952 - part 1 - compose commands cleanup: remove pointless getCurrentIdentity() and getIdentityForKey(). r=aleca 2020-12-17 12:27:38 +02:00
Richard Marti ac9a0e34f4 Bug 1682971 - Fix the tree-twisty and tree-line color when the treechildren isn't focused. r=aleca 2020-12-17 12:27:03 +02:00
Magnus Melin eb0b92e255 Bug 1682917 - adjust for bug 1635914 - docshell.isActive doesn't exist anymore. r=emilio
--HG--
extra : amend_source : d254223ff306fa449e475914587957c503bdfca0
2020-12-16 21:58:57 +02:00
Neil Rashbrook b4272d206a Bug 1682890 Don't use redirected email address for authentication r=BenB 2020-12-16 16:54:38 +00:00
Richard Marti 7e099fea5d Bug 1682808 - Make the languageStatusButton in composer themable. r=aleca 2020-11-15 22:24:10 +01:00
Neil Rashbrook 972e304146 Bug 1682309 TransportErrorUrlListener should be an nsIUrlListener r=darktrojan 2020-12-14 15:17:13 +00:00
Alessandro Castellani 531a61c4f1 Bug 1658781 - Fix the existing account name condition in the account manager. r=mkmelin 2020-12-16 11:57:14 -08:00
Kai Engert 2dcfb56805 Bug 1682407 - Set Content-Description for OpenPGP key attachments. r=mkmelin
--HG--
extra : rebase_source : e3e468bfca0e31cd2b985e2c7f106b0b90c39fc8
extra : amend_source : 0d49855e771efd1c541987fcf5e5bb646ec6f038
2020-12-14 22:44:10 +01:00
Kai Engert 0d0c6ee7bc Bug 1682035 - Fix test, ensure the event for waitForAttribute won't be missed. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D99561

--HG--
extra : rebase_source : d220cfe690043dd04dd8657528fe05eb2e39c34f
2020-12-11 22:59:48 +01:00
Kai Engert 3b45bca85f Bug 1679769 - Add test for signed inline message with leading whitespace. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D99762

--HG--
extra : rebase_source : 2126814bf7242a47a96610b7ff494a657e013be1
2020-12-15 10:32:25 +01:00