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

33869 Коммитов

Автор SHA1 Сообщение Дата
Ping Chen c2be3c081e Bug 1735458 - Do not show mail notification on Windows if running fullscreen app. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128427

--HG--
extra : amend_source : db4b4e7c3baca7329e40eb02ac9918d1961baaf4
2021-10-15 13:10:04 +03:00
Ping Chen df19d1a041 Bug 1727013 - Enable remaining unit tests for nntp-js. r=mkmelin
Do not log authinfo in NntpClient.

Depends on D128454.

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

--HG--
extra : amend_source : 4c72fd223604fdfd1db0ce2655fc026168ed48ac
2021-10-15 13:09:38 +03:00
Ping Chen 55d4e30e2d Bug 1727013 - Support reusing connections in nntp-js. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128454

--HG--
extra : amend_source : e88ed647f52d1bc43311a4ccc0196a8e99e11723
2021-10-15 13:09:24 +03:00
Magnus Melin 5a3975f77f Bug 1677088 - remove EnigmailStdlib. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D128068

--HG--
extra : rebase_source : d5c2750e65b9aef4d642afc1199d675595beb8ea
2021-10-13 22:38:32 +03:00
Magnus Melin 5daaa24a23 Bug 1572618 - adjust Thunderbird package-manifest.in for "Allow rlbox Wasm library sandboxes to be linked statically". rs=me 2021-10-15 13:06:46 +03:00
Geoff Lankow 4ef79c7bd6 Port bug 1378173 - Remove Promise.jsm. rs=bustage-fix DONTBUILD 2021-10-15 12:26:13 +13:00
Geoff Lankow 103b67fb4f Bug 1732565 - If a CardDAV address book has no name, use the host name instead. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128323

--HG--
extra : rebase_source : 9b6e91871fd9b145eaee008cf0aca67ba21ff9a3
2021-10-13 16:11:02 +13:00
Henry Wilkes 6462924212 Bug 1734933 - Rename ids for fluent changes in rev a0b86bbaaa09. r=aleca
Also use a span instead of a div for better semantics within a button.

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

--HG--
extra : amend_source : 3c13083d45b17c2f5eecacd01d50c04ec0b97075
2021-10-14 12:50:23 +03:00
Geoff Lankow 7d9abde5ed Bug 1712045 - Disconnect Address Book cards list view when unloading the page. r=mkmelin
Disconnecting the view from the tree tells the view to clean up and stop listening to observer service notifications.
Even if it didn't stop listening, disconnecting the view and tree would allow them to be garbage collected, breaking the weak references the observer service has.

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

--HG--
extra : amend_source : 95fa76147143eb0a6da122729a78eebdf5df5b08
2021-10-14 12:47:26 +03:00
Magnus Melin 730d2e861e Bug 1734428 - handle open pdf attachment during composition using pdf.js if wanted. r=henry
Differential Revision: https://phabricator.services.mozilla.com/D128355

--HG--
extra : rebase_source : 5d92a5ef3509bd5bc4429c8fded9cdfb018106b0
2021-10-13 22:35:07 +03:00
Magnus Melin 1837ca56be Bug 1677088 - clean out unused things from EnigmailCore.jsm. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D128067

--HG--
extra : rebase_source : d980b71c5919f56d61d221960083d3e0df252248
2021-10-11 11:52:32 +03:00
Magnus Melin 10912f6511 Bug 1677088 - remove EnigmailCommandLine. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D128044

--HG--
extra : rebase_source : 490944563f3be59e637e501930f7226eb0315db1
2021-10-11 09:38:11 +03:00
Magnus Melin 819075427f Bug 1677088 - remove EngimailFiles tempdir handling. r=PatrickBrunschwig
Remove temp dir handling (temp dir must always exist), and also a few other methods never used anymore.

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

--HG--
extra : rebase_source : db9e4fb846a1dbdff965cbc3f9ade4d5c3e59e79
2021-10-11 09:19:52 +03:00
Thomas Duellmann b81182c757 Bug 1727938 - Fix import of ics with VTODOs (tasks) and sort items without start date to the end. r=darktrojan
Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1727938-sort-no-start-date.patch
2021-08-31 01:32:45 +02:00
Geoff Lankow 29047c44b8 Bug 1730425 - Use a singleton to set the calendar "systemcolors" attribute on windows. r=mkmelin
This is probably overkill given that only messenger.xhtml really needs the attribute, and one day we'll kill off the whole systemcolors idea, but I didn't know that when I began and I've done it now.

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

--HG--
extra : rebase_source : 45e30cb69f7ec5829357677809a13b69082bcb5c
extra : amend_source : 24b0e328921ecc8ae731a40be86038031bfa1a76
2021-10-13 21:17:24 +13:00
Geoff Lankow 97dea39467 Bug 1731701 - Wait for new window to be active before use in test browser_focus.js. r=henry
Differential Revision: https://phabricator.services.mozilla.com/D128335

--HG--
extra : rebase_source : ee56a28451a5b0fe2121437d45e56a5b273b4ae5
extra : amend_source : 60f03a1241813cd5b5b01edb5ba572e3a38db08f
2021-10-13 20:18:25 +13:00
Geoff Lankow 83630fb05d Bug 1629492 - Re-enable calendar tests that now pass. r=mschroeder
All of these tests appear to be passing again. If they play up again, we can turn them off again.

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

--HG--
extra : rebase_source : a033e6d68cc9a3d057b670148fe0d6a657306b49
2021-10-13 15:23:00 +13:00
Ben Campbell ebe18516d7 Bug 1733849 - Correct the byte counting in MailTestUtils.loadMessageToString(). r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128133

--HG--
extra : amend_source : 5944e58e01318f44afff8d233fd9972b6f2f17f7
2021-10-13 20:29:32 +03:00
Magnus Melin 7c012c51c8 Bug 1668926 - followup to 821f92c562196e321f474c6404ba19b8518b72cb - fix it null pointer dereference properly. rs=bustage-fix DONTBUILD
--HG--
extra : rebase_source : 673ee0b56ac61f17ca60dbeb35b8ca5c35b96233
2021-10-13 14:44:59 +03:00
Magnus Melin 6c13df12ae Bug 1734818 - clean out browsingContext thunderbird 78 compat layer. r=kaie
Differential Revision: https://phabricator.services.mozilla.com/D127939

--HG--
extra : amend_source : e4026eb1b359384d40fa10bd4a102914a18aff47
2021-10-13 13:26:02 +03:00
Magnus Melin e7fef4865f Bug 1668926 - coverity - fix uninitialized scalar field in nsMsgCompose::​nsMsgCompose(). r=benc
CID 1137580 Uninitialized scalar field

The field will contain an arbitrary value left over from earlier computations.
In nsMsgCompose::​nsMsgCompose(): A scalar field is not initialized by the constructor

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

--HG--
extra : rebase_source : 5db1bbca4188b38411fa9c72d277c83a8769d49c
2021-10-11 14:16:58 +03:00
Magnus Melin 3da11db9d1 Bug 1668926 - coverity - fix resource leak in mime_display_stream_complete. r=benc
CID 1137494 Resource leak

The system resource will not be reclaimed and reused, reducing the future availability of the resource.
In mime_display_stream_complete: Leak of memory or pointers to system resources

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

--HG--
extra : rebase_source : 3559808a823f2149f25075d8ed5eedf52cea2798
2021-10-11 14:13:23 +03:00
Magnus Melin 33202f2c1b Bug 1668926 - coverity - fix resource leak in MIMEGetRelativeCryptoNestLevel. r=benc
CID 450579 Resource leak
The system resource will not be reclaimed and reused, reducing the future availability of the resource.
In MIMEGetRelativeCryptoNestLevel(MimeObject *): Leak of memory or pointers to system resources

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

--HG--
extra : rebase_source : 6ca60678114ba81512779c087ee2b30113c95e16
2021-10-11 14:02:38 +03:00
Magnus Melin 3bfcf9ca78 Bug 1668926 - coverity - fix null pointer dereference in nsParseMailMessageState::​nsParseMailMessageState. r=benc
CID 1137394 Explicit null dereferenced

A null pointer dereference will occur.
In nsParseMailMessageState::​nsParseMailMessageState(): Dereference of an explicit null value

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

--HG--
extra : rebase_source : 69990461ef06e4b4b6af1a008e603a72fcc4a0b8
2021-10-11 13:48:10 +03:00
Magnus Melin 8a24e3a6fa Bug 1732570 - clean up remaints of _smimeHeaderSink and maxWantedNesting. r=kaie
Differential Revision: https://phabricator.services.mozilla.com/D128208

--HG--
extra : rebase_source : b72e3a556722e45207ee75ca82f0747615847b4f
2021-10-12 16:50:19 +03:00
Magnus Melin eec14611e9 Bug 1735043 - disable print if the message pane is not shown (F8). r=darktrojan
If the message pane is not shown, we should disable printing.

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

--HG--
extra : rebase_source : 8a7658e0eec816e65a0048437a9a5a65bedc4e99
2021-10-12 13:23:42 +03:00
Richard Marti b562c1e205 Bug 1735478 - Port bug 1730367: Consolidate about:support and about:profiles top section. r=mkmelin 2021-10-13 13:17:55 +03:00
Geoff Lankow b9c1d3f9ad No bug - Convert general.inc.xhtml indentation from 4 spaces to 2. rs=white-space-only 2021-10-13 17:06:56 +13:00
Ping Chen d88c518d79 Bug 1727013 - Update newsrc file every 5 minutes in NntpIncomingServer. r=mkmelin
- update newsrc file on exit
- implement some missing interfaces in MsgIncomingServer

Differential Revision: https://phabricator.services.mozilla.com/D128166
2021-10-12 07:30:04 +00:00
Richard Marti f200f33368 Bug 1735337 - Port bug 1735083: Clean up GTK titlebar colors. r=aleca 2021-10-12 15:49:46 +02:00
Martin Giger 7cbc7c08ad Bug 1735366 - Remove unnecessary Matrix room creation params. r=clokep
Differential Revision: https://phabricator.services.mozilla.com/D128263
2021-10-12 16:04:58 +00:00
Magnus Melin 7cb42bbb70 Bug 1733682 - fix saving of feed enclosures. r=henry
The cookieJarSettings addition from https://hg.mozilla.org/releases/mozilla-beta/rev/11f96ee5c8d9 (bug 1679325) was missing for this case

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

--HG--
extra : rebase_source : 51ec588aee0491df894cf3b0701e864436c3dae3
2021-10-11 14:31:17 +03:00
Magnus Melin ffb3d56dec Bug 1718411 - add search engine by url or discovery. r=henry
https://bugzilla.mozilla.org supports this so can be used for testing

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

--HG--
extra : rebase_source : 0bdbb7fc0f51abee65f6aa2ff30d7657cb999a09
extra : amend_source : b72cea63e39fc3f4fc4c224493f3464ad6bdac25
2021-10-12 13:42:51 +03:00
Ping Chen 9e540f0212 Bug 1735160 - Send QUIT before closing SMTP connection. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128132

--HG--
extra : amend_source : d230df475b189121bfc3ab994ff6f238807f84dc
2021-10-12 13:39:28 +03:00
ISHIKAWA, Chiaki d85d185615 Bug 1735130 - make sure initialized value is passed MsgAdvanceToNextLine. r=benc
Avoid unbounded memory scan.
2021-10-12 13:37:43 +03:00
Henry Wilkes 1f631566bc Bug 1734413 - Add tests for closing tabs using the context menu. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128107

--HG--
extra : amend_source : 8d95f4ddf1c7d46f7715b6dd9c1d884470ad2553
2021-10-12 13:35:15 +03:00
Martin Giger ebf8c15266 Bug 1734391 - Handle invites that were accepted by other clients. r=clokep
Differential Revision: https://phabricator.services.mozilla.com/D127967

--HG--
extra : amend_source : b320b5f4d64e560e2ee0425f49425ea09fb5688b
2021-10-12 13:34:48 +03:00
ISHIKAWA, Chiaki 58c67bf76e Bug 1592606 - avoid using |NS_ProcessNextEvent()| which was causing very high CPU usage when saving attchment on linux. r=mkmelin 2021-10-12 13:32:42 +03:00
Magnus Melin 804459fdd4 Bug 1725122 - followup - fix accesskey. rs=me 2021-10-12 12:24:40 +03:00
Geoff Lankow c5284a88fd No bug - Convert categories.inc.xhtml indentation from 4 spaces to 2. rs=white-space-only 2021-10-12 16:37:14 +13:00
Frank-Rainer Grahl 708b616d94 Bug 1735236 - Always detect the crashreporter using AppConstants. r=IanN 2021-09-26 00:22:17 +02:00
Frank-Rainer Grahl 78e1f7bca1 Bug 1735243 - Fix undefined browser[i] console error in mailnews. r=IanN 2021-08-30 15:28:34 +02:00
Geoff Lankow b7178720a4 Bug 1725122 follow-up - Rename a string that was changed. rs=bustage-fix 2021-10-12 12:08:24 +13:00
Lasana Murray efc224b592 Bug 1725122 - Replace "Preferences" with "Settings" in various places. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D126787

--HG--
extra : moz-landing-system : lando
2021-10-11 21:46:25 +00:00
Frank-Rainer Grahl 1d2ffc3ba8 Bug 1735231 - Remove unused bookmarkAllTabsDefault from navigator.properties. r=me 2021-09-10 21:44:56 +02:00
Ian Neal b75df561ad Bug 1656797 - Link about LEGACY extensions in Add-ons Manager is broken. r=frg 2021-09-26 16:41:58 +01:00
Ian Neal c5f0f04803 Bug 1730392 - Port |Bug 596371 - Put <browser> in a <stack> so it's easy to overlay| to SeaMonkey. r=frg 2021-09-12 10:31:42 +01:00
Ian Neal 95fab4de9b Bug 1730391 - Add removeBrowser helper for tabbrowser. r=frg 2021-09-12 10:29:00 +01:00
Ascrod 70de30c69b Bug 1720879 - Option to open "Add Security Exception" window never offered after failing connection to self-signed IRC server. r=IanN
Improve handling and reporting for SEC and SSL errors.
Improve handling for network interrupt errors.
2020-05-17 02:19:47 -04:00
Ascrod 006e144e43 Bug 1729159 - Add last read message divider to ChatZilla. r=IanN
Preliminary patch for last read message divider.
Fix undefined frame issue.
Remove extraneous dump statement.
Don't remove line marker during scrollback truncation.
Don't count line marker in scrollback truncation.
Overhaul last read message marker system.
Automatically set line marker when losing focus.
Use line marker in manual by default.
Update marker color for light theme.
2018-12-27 14:09:01 -05:00