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

41610 Коммитов

Автор SHA1 Сообщение Дата
Martin Giger 90cf18d341 Bug 1896483 - Part 2: Update get-involved links to participate. r=aleca,dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D213028

--HG--
extra : amend_source : d5b7fcd1ec67be8e7a0bef1d0ea6b1e036d66b17
2024-06-10 22:27:15 +02:00
Martin Giger ade3eed3c6 Bug 1896483 - Part 1: Remove explore features links. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D213027

--HG--
extra : amend_source : b72eeccda201a5d25dd2d30594539ce5e66f2943
2024-06-10 22:26:52 +02:00
Patrick Cloke c724a139a0 Bug 1901049 - Add tests for joining XMPP rooms. r=freaktechnik
Differential Revision: https://phabricator.services.mozilla.com/D212808

--HG--
extra : amend_source : 5af8b809313fda4c892ca764a25211d72915add7
2024-06-10 22:26:26 +02:00
Patrick Cloke 65923cd82e Bug 1901048 - Add tests for joining IRC channels. r=freaktechnik
Differential Revision: https://phabricator.services.mozilla.com/D212809

--HG--
extra : amend_source : 532842e4a885c92a081e3ebe405aa72fa7941a34
2024-06-10 22:26:01 +02:00
John Bieling fa1c537868 Bug 1852746 - Fix listAttachments() being empty for encrypted messages. r=mkmelin
This is a regression from switching to the MimeTreeEmitter. The old
implementation always tried to decrpypt the message for attachment
extraction. The new implementation did not, which is fixed by this patch.

This also adds an extended test to actually check listAttachments() on
an encrypted message (including nested messages).

Note: getRaw() and getFull() have an option to work on the original or
on the decrypted message. This patch does not add the same option for
listAttachments(). We currently do not handle encrypted parts as
"attachments" (this is why listAttachments() did not return the
raw encrypted part before this patch) and there has not been a request
to access the raw enrcrypted part. We may come back to this at a later time.

The changes in `utils.js` are fixing an incomplete type check. Only
`boolean`, `number` and `string` variables where type checked,
but not `date` for example. This patch also adds some more verbose
output to make it easier to track errors.

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

--HG--
extra : amend_source : 4bb7d6715e9337f42d2da1837aa67b31b9339a0b
2024-06-10 22:25:03 +02:00
Kai Engert b42d23ba49 Bug 1806161 - Ignore outermost s/mime signature layer, if the second layer is s/mime encryption. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D192490

--HG--
rename : mailnews/test/data/smime/alice.dsig.SHA256.multipart.env.eml => mailnews/test/data/smime-manual/alice.dsig.SHA256.multipart.env.dsig.eml
rename : mailnews/test/data/smime/alice.env.dsig.SHA256.multipart.eml => mailnews/test/data/smime-manual/alice.env.mixed.dsig.SHA256.multipart.eml
extra : rebase_source : 0dd044b3d29ae2144ac0e58f23b3ea8f4757c4f7
2024-05-24 10:57:45 +02:00
Mozilla Releng Treescript 905e5f5960 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2024-06-10 17:18:35 +00:00
Mozilla Releng Treescript ea71a85d34 No bug - tagging 9f6bd7d040527cb1978e54eb56b526200371eff4 with NIGHTLY_128_END a=release DONTBUILD CLOSED TREE 2024-06-10 17:18:35 +00:00
Mozilla Releng Treescript ad5e95e222 No bug - tagging c6882bf2627612d936f040ebc2cdb4d3650fae57 with BETA_128_BASE a=release DONTBUILD CLOSED TREE 2024-06-10 17:00:29 +00:00
Rob Lemley 663e604b1e Bug 1900562 - Follow-up: Add l10n-repo-url to default l10n_bump config. r=dandarnell a=rjl DONTBUILD CLOSED TREE
To fix testing on try-c-c.

Differential Revision: https://phabricator.services.mozilla.com/D212839
2024-06-06 17:54:00 +00:00
Geoff Lankow f28c6a8370 Bug 1900780 follow-up: Fix builds without the crash reporter. rs=bustage-fix
--HG--
extra : rebase_source : a43300245592d01c4e04c47b3560cf8c1f21749e
extra : amend_source : cc4266c05f7653aa6b539f69dcea6eabc25d5e3a
2024-06-10 11:13:27 +12:00
Geoff Lankow 073474ec1d Bug 1899666 follow-up - Fix failing test. rs=bustage-fix
This test is trying to click on a button that isn't (and shouldn't be) visible, then complaining
that the focus is not where it expected. I'm not sure why it's started failing when the patches
for this bug landed.
2024-06-10 11:55:37 +12:00
Richard Marti 16fc388395 Bug 1901147 - Set a better color for disabled menus. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D212923

--HG--
extra : amend_source : a8c16afa61a3c0f7b8fff5fc25d00da3ae7d6a31
2024-06-08 07:41:47 +00:00
Rob Lemley ef3fe0d68d Bug 1900780 - Reduce RUST_TESTS to only include gkrust. r=darktrojan
RUST_TESTS includes several top-level crates that are not part of the Thunderbird
workspace. Since it's not necessary to run those tests for Thunderbird or
gather coverage data for them, only include gkrust in RUST_TESTS and explicitly
remove the crashreporter related features from RUST_TEST_FEATURES.

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

--HG--
extra : amend_source : d6b071d5745d90fc5d0841bebc0a5a872cb4985a
2024-06-07 17:51:05 +00:00
Alessandro Castellani fddcd289a7 Bug 1899666 - Follow up: Restore import button and fix failing tests. r=Paenglab
Also delete unused fluent strings.

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

--HG--
extra : moz-landing-system : lando
2024-06-09 05:40:04 +00:00
Alessandro Castellani 76b0f85a58 Bug 1817605 - Implement a simple multiselection option for the tree-listbox-mixin. r=arschmitz,darktrojan,mkmelin
What is supported:
- Hold CTRL while clicking to select multiple rows.
- Hold SHIFT while clicking to select a range of folder from the currently active element.
- Hold CTRL and press arrow up/down to select next/previous row.
- Enable multiselection via data attribute to keep the widget modular.

Specific to Folder pane:
- Enable only a few simple actions when in multiselection
- Open in Tab/Window and Mark as Read are always enabled.
- Move and Copy only if conditions are met.
- Empty trash/junk only if the selected folders are all trash/junk.

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

--HG--
extra : amend_source : 4386159ceacad69bb8c3d033b9007fa884926f5b
2024-06-08 13:57:35 +03:00
Alessandro Castellani 0db13f3cd8 Bug 1482172 - Implement color customization for accounts. r=mkmelin,vineet
Very simple color customization for servers.
It leverages the same FolderTreeProperties module and flow of the folder pane.

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

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:59 +00:00
Magnus Melin 464ccdd29d Bug 1900280 - allow RSS2 feed with empty title and description, fall back to feed url, like RSS1. r=aleca
We fall back to url for RSS1 as well: https://searchfox.org/comm-central/rev/9154a515faba4ae8533e85edd2b9938bc0f361d2/mailnews/extensions/newsblog/FeedParser.sys.mjs#408

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

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:59 +00:00
Sean Burke 84457db292 Bug 1901127 - Remove dead debug and perf testing code. r=darktrojan
Differential Revision: https://phabricator.services.mozilla.com/D212856

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:58 +00:00
Daniel Darnell 9a50afd431 Bug 1900543 - Update comm_taskgraph to support ESR 128. r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D212529

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:58 +00:00
Richard Marti e08793bb32 Bug 1901145 - Set the SelectedItemText only on focused message list item when in High Contrast mode. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D212919

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:58 +00:00
Richard Marti 0c540fdcf2 Bug 1899666 - Remove the old toolbar and implement the same UI/UX paradigms of the folder pane. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D212377

--HG--
extra : moz-landing-system : lando
2024-06-07 22:13:57 +00:00
Ian Neal 1aec3aaff3 Bug 1437393 - Font lists in preferences are no longer grouped by font type, port asynchronous handling like Bug 1399206. r=frg 2024-05-04 19:34:13 +01:00
Ian Neal 422e88bffc Bug 1879726 - Save-link-as feature should use the loading principal and context menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD. r=frg 2024-02-10 19:32:22 +00:00
Bill Gianopoulos 760fc50167 Bug 1897801 - Implement about:seamonkey. r=IanN 2024-05-01 10:30:15 +00:00
Ian Neal 9b102c5cce Bug 1877001 - Allow view-image to open a data: URI by setting a flag on the loadinfo. r=frg 2024-01-28 15:29:48 +00:00
Bill Gianopoulos 6237f9b65d Bug 1901303 - Make some SeaMonkey sessionstore interfaces non scriptable. r=frg
Port Bug 1873386 "Remove or fix references to non-scriptable interfaces from scriptable ones".
2024-04-10 18:10:26 +00:00
Bill Gianopoulos ec9b23ffeb Bug 1901299 - Removed migrated ES6 TB modules code from SeaMonkey installer. r=frg
Port Bug 1824260 "Migrate Thunderbird code from ChromeUtils.import to ES6 Modules".
More needed later to make it work.
2024-03-13 08:47:36 +00:00
Bill Gianopoulos d8ad3fbf68 Bug 1901299 - Remove old crash reporter localization in SeaMonkey. r=frg
Port Bug 1759175 part 9.
2024-03-22 08:39:34 +00:00
Bill Gianopoulos 14e8461aff Bug 1901299 - Remove update-settings.ini from macOS SeaMonkey installer. r=frg
Port Bug 1854868 "Replace update-settings.ini with a macOS Framework".
2024-02-22 11:02:46 +00:00
Bill Gianopoulos 8ffe28cce6 Bug 1901299 - Remove gkcodecs from SeaMonkey installer. r=frg
Port bug 1823953 "Use libvorbis though ffmpeg (packaging change)".
2024-02-15 11:01:03 +00:00
Bill Gianopoulos e91c6ae620 Bug 1901299 - Remove qipcap dll from Seamonkey installer. r=frg
Port Bug 1877852 "Stop shipping qipcap64.dll stub DLL".
2024-02-01 10:42:25 +00:00
Magnus Melin d8ae8ec5ea Bug 1900357 - Import UpdateListener.sys.mjs only for AppConstants.MOZ_UPDATER. r=aleca
!AppConstants.MOZ_UPDATER won't have that file...

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

--HG--
extra : amend_source : 0444854ce44186ae027bb8700c2ed09d6b8f2aa8
extra : histedit_source : 5213a00b4567b701e36221ae87cd2a9d0527cece
2024-06-07 11:27:46 +02:00
Martin Giger 14cf5a2260 Bug 1675212 - Followup: fix linting issues. rs=lint
--HG--
extra : histedit_source : 47213c5121a152038717fdd0c15eabb5b84a1ce4
2024-06-07 11:27:21 +02:00
Magnus Melin 58dfa15959 Bug 1901195 - Port bug 1900505 - [clang-trunk] lld-link: error: <root>: undefined symbol: __profc_??$?0$$BY03DUdesc. rs=bustage-fix 2024-06-07 09:56:44 +03:00
Vineet Deo e6525a33f3 Bug 1675212 - Prevent deleting multiple messages when holding delete. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D212650

--HG--
extra : moz-landing-system : lando
2024-06-07 06:23:22 +00:00
Joe Crawford c327d6178a Bug 1899633 Correct straight quotes related to Chat Fluent Migrations. r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D212068

--HG--
extra : moz-landing-system : lando
2024-06-06 16:27:56 +00:00
Martin Giger 339b9c3a8c No bug - Trigger build. rs=me 2024-06-06 12:12:45 +02:00
Martin Giger d3276fd7a2 Bug 1900855 - Remove chat l10nHelper. r=clokep
Differential Revision: https://phabricator.services.mozilla.com/D212731

--HG--
extra : amend_source : 28a377ea71d3cece883c29492b47f8c854619b1d
2024-06-05 17:25:50 +00:00
Sean Burke ac9d5b1490 Bug 1888569 - Only include headers as needed. r=darktrojan
Differential Revision: https://phabricator.services.mozilla.com/D212592

--HG--
extra : rebase_source : a3cd8b6adb9f2e215e6228e922ea52ee199471d3
extra : amend_source : bc6be7a8dee1a5cbe6b6b45074c1c8f9b30a4eaf
2024-06-05 17:20:38 +00:00
Geoff Lankow 79cd314bbd Bug 1851535 - Remove dead code for converting nsIAbCard to XML. r=mkmelin
We used to use this code when printing address books. We don't do it that way any more.

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

--HG--
extra : rebase_source : d3689144ab3e9776a64774e6cadf1aa490a4fb42
extra : amend_source : fcca84ddcb9594a7d27aa66c6caa2b22439ccdee
2024-06-05 16:12:36 +12:00
Rob Lemley d46894fda8 Bug 1898748 - [RNP] Always set CRYPTO_BACKEND_OPENSSL3_LEGACY when using OpenSSL3 backend. r=kaie
Differential Revision: https://phabricator.services.mozilla.com/D212587

--HG--
extra : moz-landing-system : lando
2024-06-05 17:06:06 +00:00
Rob Lemley 6715112acb Bug 1898748 - Set RNP PACKAGE_STRING during configure. r=kaie
Differential Revision: https://phabricator.services.mozilla.com/D211863

--HG--
extra : moz-landing-system : lando
2024-06-05 17:06:05 +00:00
Joe Crawford 4f0f3f5f53 Bug 1889422 Fluent Migration Follow-Up irc.properties. r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D210499

--HG--
extra : moz-landing-system : lando
2024-06-05 17:06:05 +00:00
welpy-cw ff0d42f25e Bug 1893180 - Notify the front-end to update the dummy/parent message when a deletion is observed. r=babolivier,BenC,darktrojan
Differential Revision: https://phabricator.services.mozilla.com/D208496

--HG--
extra : moz-landing-system : lando
2024-06-05 17:06:04 +00:00
Martin Giger 12c1938404 Backed out changeset bc7a4b8a50f4 (bug 1817605) for test failures. r=backout DONTBUILD
--HG--
extra : histedit_source : 25988cd21c99d6fa3da96802c4a82180dce43708
2024-06-05 14:28:25 +02:00
Thunderbird Updatebot d6d78693db Bug 1878375 - Synchronize vendored Rust libraries with mozilla-central. r=freaktechnik
mozilla-central: 99a425a15992bd6c756462854861e61c6a1785f2
comm-central: 9d1da820353e790f24ce52fe1442f1af5fc0a69f

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

--HG--
extra : amend_source : 7fd9c26fead301f273dd59466411bfbfc10457cc
2024-06-05 12:10:46 +02:00
Kai Engert dd613f2033 Bug 1666507 - Support changing the expiry date of keys with a complex structure. r=aleca,mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D212003

--HG--
extra : amend_source : da5f9147157ebb46142853da9ace7dcd3e17d498
2024-06-05 11:47:08 +02:00
Alessandro Castellani d681165779 Bug 1817605 - Implement a simple multiselection option for the tree-listbox-mixin. r=darktrojan,mkmelin,arschmitz
What is supported:
- Hold CTRL while clicking to select multiple rows.
- Hold SHIFT while clicking to select a range of folder from the currently active element.
- Hold CTRL and press arrow up/down to select next/previous row.
- Enable multiselection via data attribute to keep the widget modular.

Specific to Folder pane:
- Enable only a few simple actions when in multiselection
- Open in Tab/Window and Mark as Read are always enabled.
- Move and Copy only if conditions are met.
- Empty trash/junk only if the selected folders are all trash/junk.

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

--HG--
extra : amend_source : 20aec1999e7f5034189b7740f5e4747a76cd4c06
2024-06-05 11:46:13 +02:00
Geoff Lankow 2a52995a34 Bug 1898400 - Fix code coverage data for Marionette tests. r=dandarnell
I forgot to include the Thunderbird config additions.

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

--HG--
extra : amend_source : 1f464c0dee553d91b053e984d95c647d5ee25017
2024-06-05 11:45:33 +02:00