Magnus Melin
c1a4d606e3
Bug 1703164 - convert chat/content/otr-add-fingerprint.xhtml to top level <html>. r=henry
...
This is the dialog one gets by right clicking a contact "Add OTR Fingerprint" context menu.
Differential Revision: https://phabricator.services.mozilla.com/D138525
--HG--
extra : rebase_source : e35e2b4d191a50ebac0d62c81a980c6f706cdfe6
2022-02-16 23:03:49 +02:00
Magnus Melin
8a285a3a5e
Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD
...
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/MasterPasswordSet/PrimaryPasswordSet/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/Master Password/Primary Password/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/master password/primary password/g' {} \;
--HG--
extra : amend_source : 340417b62043df078ad80c9afb04481eed8666ef
2022-02-18 14:53:58 +02:00
Geoff Lankow
55022589e7
Bug 1756064 - Use OS locale for date/time input in calendar mochitests. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D139076
--HG--
extra : amend_source : 73e7651a3653deba1bc15792897e87a46ea1eb25
2022-02-18 12:50:27 +02:00
Nicolai Kasper
55ad3412d1
Bug 1755882 - Register mail/base/test/unit/xpcshell_maildir.ini as a separate test manifest. r=darktrojan
...
Differential Revision: https://phabricator.services.mozilla.com/D139006
--HG--
extra : amend_source : da485c7adb4c458ee42c81fd0372002a42e3ded9
2022-02-18 12:50:12 +02:00
Rachel Martin
0ab87c5575
Bug 1751784 - Re-localise all folder names when locale changes. r=benc
...
--HG--
extra : amend_source : fc8cb6f85dbda8d63678b24e16e27e7cc3e12347
2022-02-18 12:49:45 +02:00
ISHIKAWA, Chiaki
7dcce199a3
Bug 1755615 - Remove unnecessary and confusing leading '0' from format string for hex - gcc warning. r=benc
...
--HG--
extra : amend_source : 6883d6f9c9aba52219d64db79c5b25fc5653e626
2022-02-18 12:48:55 +02:00
Ping Chen
5ec121c1d4
Bug 1720042 - Ignore msf files when copying msg folders into Local Folders. r=darktrojan,benc
...
- If msf files are copied, imported special folders can't be deleted
- Also create a wrap folder when importing mail messages into Local Folders
Differential Revision: https://phabricator.services.mozilla.com/D138988
--HG--
extra : amend_source : 86d29609a2902bf39c7dcffc79a59798533a5362
2022-02-18 12:48:06 +02:00
Geoff Lankow
348e53f168
Bug 1755838 - Back out changeset 0ac31b142f25 (bug 1753968) for breaking session store. rs=backout
...
--HG--
extra : rebase_source : ad3b2d7707a124f72ad9ac6666a8636c3828f26c
extra : amend_source : 5fe883d202cdb9c2de21617476da90a27ed0adbb
2022-02-17 16:34:15 +13:00
Geoff Lankow
cc5f60ecd4
Bug 1754376 - Expose file: javascript: and moz-extension: protocol URLs. r=john.bieling
...
The Gecko link-handling code thinks that Thunderbird doesn't handle these protocols, so if you click on a link it tries to open that link outside of Thunderbird.
The test in this patch wouldn't actually catch this problem (it's uses only HTTP) but might catch related problems in the future, so I'm upgrading it while I remember.
Differential Revision: https://phabricator.services.mozilla.com/D138991
--HG--
extra : rebase_source : 4ae2310853fda5968a59f096ff2b772f4ae4ab75
extra : amend_source : 7cdf5b2030800b18212562f9e3e0ab8a6fa028a9
extra : histedit_source : fe9cb7bacd38a08d1d6b0e6230f87ef49a55abb4
2022-02-16 20:30:38 +13:00
Geoff Lankow
9b6b86f365
Bug 1754417 - Upgrade to ical.js 1.5.0. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138993
--HG--
extra : rebase_source : 1642b107075c465754a062f78d20713a06cc7250
extra : histedit_source : b3e1cf3f7bca08797f30f7a8f6d53daf9d852edb
2022-02-17 21:30:42 +13:00
Geoff Lankow
2e02436ebc
Bug 1756058 - Stop CalMetronome "hour" and "day" events at start-up. r=john.bieling
...
The events will fire if _lastFireTime is not initialised to the current time, because 0 is more than an hour/day ago.
Differential Revision: https://phabricator.services.mozilla.com/D139075
--HG--
extra : amend_source : 542dbd0b5fc73d35da1e52232ec7a24f7acb144a
extra : histedit_source : 1135c37ccd7903434d42082ad86f94bfa36c017e
2022-02-18 11:24:20 +13:00
Geoff Lankow
691e2ebf62
Bug 1755905 - Port bug 1755415 - Ship most compiler-rts alongside clang toolchains on all platforms. rs=bustage-fix
2022-02-18 10:40:55 +13:00
Magnus Melin
701c8968d7
Bug 1707211 - centralize some @imports. r=john.bieling
...
Differential Revision: https://phabricator.services.mozilla.com/D138430
--HG--
extra : rebase_source : f1957fea9831b2a73eab40e109f9b43bb1aa4696
extra : amend_source : 68b94805df01466931eb0e0ed2bb687aef4f0113
2022-02-17 12:32:12 +02:00
ISHIKAWA, Chiaki
3eae2b3203
Bug 1755850 - casting nsresult to <static_cast>(uint32_t) to be used for %x format specifier. r=mkmelin
...
--HG--
extra : rebase_source : 00baaf367df92bd18eb9a0d711abfac74825b6e4
extra : amend_source : b1b226d26ab8bdb34ac89cec08de70cf9ef2013d
2022-02-17 12:29:47 +02:00
Geoff Lankow
c05e0243e3
Bug 1755831 - Stop covering the Address Book toolbar when editing a contact. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D138976
--HG--
extra : amend_source : ae789c97e202e576817ff7dd75efc15867aa9712
2022-02-17 12:30:16 +02:00
Nicolai Kasper
9934bb8069
Bug 1755480 - Decouple viewWrapperTestUtils.js from FolderDisplayHelpers.jsm. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138906
--HG--
extra : amend_source : 420802333c4f612ba184791678b089dd1e3ae8e6
2022-02-17 12:29:07 +02:00
Rachel Martin
11edc27a48
Bug 1751784 - Re-initialize static C++ variables in nsMsgDBFolder.cpp and nsMsgDBView.cpp when locale changes. r=benc
...
--HG--
extra : amend_source : c280a960d023b6604b6c482047885a373a98f990
2022-02-17 12:28:23 +02:00
Magnus Melin
96be3cc78e
Bug 1755827 - disable test_mergeLocalFolders until we get it fixed. rs=me
2022-02-17 12:25:58 +02:00
Ping Chen
712abc385b
Bug 1755827 - Return prefix instead of prefix0 in nsIMsgFolder.generateUniqueSubfolderName. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D138974
--HG--
extra : amend_source : 9a14ec6abd571d8a3768d1e5ac933799f34a77d0
2022-02-17 09:27:24 +02:00
Magnus Melin
1293a6f1dc
Bug 1754672 - fix browser_jsContentPolicy.js after bug 1754785. r=benc
...
Before the changes in bug 1754785, sandboxing flags were dropped after some types of navigations => we started off from unsandboxed here.
This patch sets that unsandboxed state explicitely on the browsing context so when the code bails out early (for data: url) then we do not get the sandboxing of what used to be loaded in the context.
Differential Revision: https://phabricator.services.mozilla.com/D138653
--HG--
extra : rebase_source : 6d3b3d7fbd54508affdaf633a7f9292aa18c5ddc
extra : amend_source : 3076747cc3ea7543b59549e5c02aea8d24cbc109
2022-02-17 09:24:23 +02:00
Richard Marti
d4a5e58526
Bug 1755753 - Port bug 1147847: Allow users to enable overlay scrollbars on Linux from about:preferences. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D138942
--HG--
extra : moz-landing-system : lando
2022-02-16 21:51:56 +00:00
Richard Marti
badb33769d
Bug 1754272 - Don't use the toolkit style for selected and focuse treechildren. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D138340
--HG--
extra : moz-landing-system : lando
2022-02-16 21:51:56 +00:00
Geoff Lankow
a124375a33
Bug 1755592 - Set up the file picker correctly when saving an attachment. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138872
--HG--
extra : moz-landing-system : lando
2022-02-16 21:51:55 +00:00
Magnus Melin
247aabc42f
Bug 1755658 - Port bug 1754217 (S/MIME validity) to Thunderbird. r=kaie
...
Differential Revision: https://phabricator.services.mozilla.com/D138889
--HG--
extra : amend_source : 8fd9bb040c4e32b1ab28a6ce6aa19fe420da6732
2022-02-16 14:48:51 +02:00
Magnus Melin
d377e61e8b
Backed out changeset bb6f57c25d0a (bug 1751066) due to test failures. r=backout
...
--HG--
extra : amend_source : 55bab31b89ab581bb02c825a2cea739db57cc357
2022-02-16 12:17:08 +02:00
Richard Marti
4722e33502
Bug 1755572 - Port bug 1755184: Remove macOS-specific --focus-ring-box-shadow. r=aleca
...
--HG--
extra : amend_source : af53ebc7fa9bb876162a722d29d6e4c17aaf3f3a
2022-02-16 10:59:31 +02:00
Kai Engert
011da376eb
Bug 1753299 - Track the need to delete more carefully. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D137737
--HG--
extra : amend_source : 80db3d0188778c07c5ac82104f874b5b194aa993
2022-02-16 10:58:39 +02:00
Ping Chen
bd0aa1cc94
Bug 1753195 - Call _actionDone when going offline to dismiss progress bar in NntpClient.jsm. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138873
--HG--
extra : amend_source : e20893e422bd72789d9bfbd7c12c7b28175ef0a7
2022-02-16 10:58:06 +02:00
Kai Engert
63e0bf07c3
Bug 1753094 - Be more careful when using strlen. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D137700
--HG--
extra : amend_source : df1aa2fa94162c801bacaebd14b3444c3bb42893
2022-02-16 10:57:04 +02:00
Ping Chen
1137ec30be
Bug 1755271 - Support getting old messages in nntp-js. r=mkmelin
...
Update MsgKeySet.getLastMissingRange to return old missing range.
Differential Revision: https://phabricator.services.mozilla.com/D138758
2022-02-15 08:53:57 +00:00
Alessandro Castellani
9c642938a6
Bug 1753824 - [L10n bustage fix] Update the attachment bucket fluent string ID. r=darktrojan
...
Differential Revision: https://phabricator.services.mozilla.com/D138864
--HG--
extra : amend_source : ab3768490b56e13f10d070545e0d43e77baa44e9
2022-02-15 23:00:24 +00:00
John Bieling
7a78d53b2d
Bug 1751066 - Add tabs.print(), tabs.saveAsPDF() and tabs.getAsPDF(). r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D136418
2022-02-09 11:47:21 +00:00
Ping Chen
727a692487
Bug 1720042 - Add OutlookProfileImporter.jsm to import from Outlook. r=darktrojan
...
Differential Revision: https://phabricator.services.mozilla.com/D137828
2022-02-15 23:36:11 +00:00
Alessandro Castellani
89e10aa6d7
Bug 1674912 - Add icons to represent the state of recurring events and update the category indicator. r=henry,Paenglab
...
Differential Revision: https://phabricator.services.mozilla.com/D138232
2022-02-15 22:36:03 +00:00
Henry Wilkes
c16bc1ab30
Bug 1665511 - Add context menus for the spaces toolbar buttons. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D136494
2022-02-15 19:22:32 +00:00
Geoff Lankow
e1230d6ab0
Bug 1755444 - Add linux64-clang-13-profile to toolchain reference jobs. rs=bustage-fix
2022-02-16 10:36:06 +13:00
Ping Chen
c1cdba900b
Bug 1752082 - follow-up: Fix unsubscribing newsgroup when NNTP server is the first account in folderPane. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138754
--HG--
extra : amend_source : 7274c2ef1f1da31b50cf0ba9e4693ea000b7e908
2022-02-15 11:34:59 +02:00
Ping Chen
e1b9e7c0fb
Bug 1753887 - Fix opening mid url on macOS by dropping the -url flag. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138630
--HG--
extra : amend_source : 6c5db3231da6709a485478d87eba9a62576d0786
2022-02-15 11:24:34 +02:00
Magnus Melin
2f0c16c32b
Backed out changeset 1c5b1fe5a052 (bug 1674912) for test failures. rs=backout
2022-02-15 11:24:05 +02:00
Richard Marti
a6df383cab
Bug 1743146 - Port bug 1718846: Draw our own titlebar buttons when using lightweight themes. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D138678
2022-02-14 18:23:38 +00:00
Alessandro Castellani
5aeaed05b3
Bug 1674912 - Add icons to represent the state of recurring events and update the category indicator. r=henry,Paenglab
...
Differential Revision: https://phabricator.services.mozilla.com/D138232
2022-02-11 19:11:31 +00:00
Kai Engert
2133f79f0c
Bug 978570 - enable ical.js by default. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138262
2022-02-09 10:28:40 +00:00
Magnus Melin
cd06d8bc83
Bug 1676114 - follow-up fix "info not defined". rs=me DONTBUILD
2022-02-14 22:10:41 +02:00
Nicolai Kasper
1eadcf9ea4
Bug 1676114 - Part 7: Using MessageInjection.jsm in mailnews/mime/test/unit/**. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138549
--HG--
extra : amend_source : afff85a52804d68cef8ae901e560aca4c7aea10f
2022-02-14 19:49:59 +02:00
Magnus Melin
7a0e536f6b
Bug 1744461 - follow-up to fix black linting. rs=black-lint DONTBUILD
...
./mach lint -l black --fix comm/mailnews
--HG--
extra : amend_source : 01496490db8a69bf6b21a8bf65921c7db9999c25
2022-02-14 17:15:43 +02:00
Ben Campbell
2f959891ea
Bug 1744461 - Rewrite mailstore ChangeKeywords() to not require nsIMsgDBHdr.statusOffset. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D138223
--HG--
extra : amend_source : 088b6b76ab9ab32f132358065f083a32947f1e17
2022-02-14 12:41:16 +02:00
Ben Campbell
5d98cb0f4b
Bug 1744461 - Rewrite mailstore UpdateFolderFlag() to not require nsIMsgDBHdr.statusOffset. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D134579
--HG--
extra : amend_source : 87353a4ff09b84544b283b80d877f08539d7b265
2022-02-14 12:41:01 +02:00
Ben Campbell
e58e10388a
Bug 1754514 - Clarify ambiguous refcount in MsgGetFileStream(). r=kaie
...
Differential Revision: https://phabricator.services.mozilla.com/D138393
--HG--
extra : amend_source : 14a1cf796b7b0ae3e762d795e0427132dc9f19ff
2022-02-14 12:37:02 +02:00
Ben Campbell
7b67182867
Bug 1754869 - Remove unused function MsgReopenFileStream(). r=kaie
...
Differential Revision: https://phabricator.services.mozilla.com/D138485
--HG--
extra : moz-landing-system : lando
2022-02-13 21:49:55 +00:00
Nicolai Kasper
90237adcf4
Bug 1571683 - Part 3: Replace asyncTestUtils.js functionality with promises in mailnews/local/test/unit/**. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D137508
--HG--
rename : mailnews/local/test/unit/test_pop3PasswordFailure.js => mailnews/local/test/unit/test_pop3PasswordFailure_rfc1939.js
rename : mailnews/local/test/unit/test_pop3PasswordFailure2.js => mailnews/local/test/unit/test_pop3PasswordFailure_rfc2449.js
rename : mailnews/local/test/unit/test_pop3PasswordFailure3.js => mailnews/local/test/unit/test_pop3PasswordFailure_rfc5034.js
extra : amend_source : e03775a5ff2bdbede264dc96b3f5b239382a1515
2022-02-13 12:32:14 +02:00