Geoff Lankow
ec42480be1
Bug 1792287 - Update timezones to 2022d. r=mschroeder
...
Differential Revision: https://phabricator.services.mozilla.com/D158604
--HG--
extra : rebase_source : 96d098becd18214df0dbf79e3a68ec3057f3c2a4
2022-10-05 11:02:06 +13:00
Ping Chen
731cc932b9
Bug 1793374 - Fix FetchBodyFromPop3Server filter. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158560
--HG--
extra : moz-landing-system : lando
2022-10-05 20:08:56 +00:00
Richard Marti
9205d7f63c
Bug 1793794 - Port bug 1792802: Fix tree column picker. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158670
--HG--
extra : moz-landing-system : lando
2022-10-05 20:08:56 +00:00
Alessandro Castellani
e1244786b1
Bug 1792612 - Always open LDAP and Local address book dialogs as SubDialogs. r=thunderbird-reviewers,freaktechnik
...
When possible, we redirect to the AB tab and let that code handle the dialogs.
Otherwise we open a subdialog from where we are.
Differential Revision: https://phabricator.services.mozilla.com/D158357
--HG--
extra : moz-landing-system : lando
2022-10-05 20:08:55 +00:00
Rob Lemley
ead29136c9
Bug 1266797 - Follow-up: Include PR information in reference to upstream source. r=darktrojan DONTBUILD
...
Depends on D158614
Differential Revision: https://phabricator.services.mozilla.com/D158615
2022-10-04 23:48:37 +00:00
Rob Lemley
2cd7e41c8a
Bug 1789999 - Follow-up: Include PR information in reference to upstream source. r=darktrojan
...
Differential Revision: https://phabricator.services.mozilla.com/D158614
2022-10-04 23:47:51 +00:00
Geoff Lankow
444223942b
Port bug 1788756 - Convert browser/theme JSM modules to ESMs. rs=bustage-fix
...
--HG--
rename : mail/themes/BuiltInThemes.jsm => mail/themes/BuiltInThemes.sys.mjs
rename : mail/themes/ThemeVariableMap.jsm => mail/themes/ThemeVariableMap.sys.mjs
rename : mail/themes/Windows8WindowFrameColor.jsm => mail/themes/Windows8WindowFrameColor.sys.mjs
2022-10-05 22:51:43 +13:00
Ben Campbell
f5d7560958
Bug 1793313 - Fix bad end-of-message detection when saving news messages offline. r=mkmelin
...
The problem was that NntpClient was handling escaping the "." message
termination, but that nsNewsFolder::NotifyDownloadedLine() was scanning for
"." lines to finish messages. So the folder would screw up when a message
body contained a lone "." line.
The changes in detail:
- Adds notifyDownloadBegin()/notifyDownloadEnd() calls to nsIMsgNewsFolder.
- In NntpClient.jsm:
- Now calls notifyDownloadBegin()/notifyDownloadEnd() to denote message
boundaries.
- No longer sends a "." final line to the folder.
- Tries to call notifyDownloadEnd() with an error code if an error occurs.
- adds an status param to nsMsgDBFolder::EndNewOfflineMessage(), and a code
path to clean up upon errors. News folder now uses this to handle rolling
back if an error occurs, but IMAP still relies on magic (checking the size
of the message written so far).
- nsNewsFolder::NotifyDownloadedLine() no longer looks for a lone "." to
denote the end of a message. The relevant code was split out into
NotifyDownloadBegin() and NotifyDownloadEnd().
- Added some comments to try and clarify the offline message writing vars in
nsMsgDBFolder.
Differential Revision: https://phabricator.services.mozilla.com/D158486
--HG--
extra : absorb_source : 14534b426ccbe4239cb916c35c057ed46f3f6a4e
2022-10-03 08:26:21 +00:00
Lasana Murray
45d26c945a
Bug 1792432 - Call disconnectRoot() in parent invitation element. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158130
--HG--
extra : absorb_source : c71d70f38d4edb0e1458194817446ef253615b11
2022-10-05 21:53:19 +13:00
Lasana Murray
c88df623e5
Bug 1792487 - Show recurrence rule in new invitation display. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158171
--HG--
extra : absorb_source : 59005946e65f702c7f9ad79c5698b959b917c9af
2022-10-04 18:35:45 +00:00
Lasana Murray
0bcca834d4
Bug 1791220 - Use cal.dtz for formatting the duration of an invitation. r=aleca,leftmostcat
...
Differential Revision: https://phabricator.services.mozilla.com/D157570
--HG--
extra : absorb_source : 3ee4dfc3613b454bad4d628a6af8248c62fd54ad
2022-10-05 21:49:45 +13:00
Ping Chen
8c1e764a0d
Bug 1792362 - Get All New Messages button should work for nntp servers. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158542
2022-10-04 01:45:05 +00:00
Richard Marti
8ec34ec766
Bug 1793466 - Make the "Party crashing" dialog not grow after paint. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158513
2022-10-03 16:33:51 +00:00
Richard Marti
076acd827c
Bug 1793543 - Never show a border on fieldset in in-content pages. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158578
2022-10-04 13:29:31 +00:00
Geoff Lankow
1258c82635
Bug 1785314 - Fix focus and cards list selection when a contact is deleted. r=aleca
...
This sets the list's current index back to what it was before items were deleted.
Without this patch the current index becomes -1 if the selected row is removed, and then the first item is automatically selected when the list gains focus.
Differential Revision: https://phabricator.services.mozilla.com/D158541
--HG--
extra : rebase_source : 61fca0134731a753df0f0e87d9c9f370d6479baa
2022-10-03 23:08:46 +13:00
Geoff Lankow
a3a6fc5d5d
Bug 1793415 - Catch and report errors parsing dates from vCards. r=mkmelin
...
The parsing may fail but that shouldn't break things.
Changes to test_vCard.js are mostly reinstating a test I should not have removed (in https://hg.mozilla.org/comm-central/diff/7b22f4a4287431034851651aa94fa6c88717e235/mailnews/addrbook/test/unit/test_vCard.js ) with some additional cases in the birthday section.
Differential Revision: https://phabricator.services.mozilla.com/D158539
--HG--
extra : rebase_source : d2e00b8653b33e23a7bc4803935bc9a14ffca26b
extra : amend_source : 3df743fc84663fc60d8e267169e044b9bbbd8591
2022-10-04 12:02:13 +13:00
Ping Chen
cc353b7222
Bug 1793349 - Try GSSAPI/NTLM in Pop3Client even if not advertised. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158538
--HG--
extra : amend_source : 6cc81f216d595a102d0779c529c76e3c0ba1a7aa
2022-10-04 20:37:18 +11:00
Richard Marti
9416d7767a
Bug 1792872 - macOS: on High Contrast use no background color on folder pane. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158511
--HG--
extra : amend_source : b45686358377be55c5fdf561e0b157e535f545b5
2022-10-04 20:36:38 +11:00
Elizabeth Mitchell
16558623f7
Bug 1683865 - Replace app notifications icons. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158393
--HG--
extra : absorb_source : 5e66db6cb52c0b39ab4dc9a3c0fde99f8db128c4
2022-10-03 14:19:25 +00:00
Daniel
ac4c584bdb
Bug 1787068 - Add empty in-tree documentation. r=rjl
...
Differential Revision: https://phabricator.services.mozilla.com/D158355
--HG--
extra : absorb_source : e265f062a0b1e917ad6b09627743e1541c719dfc
2022-09-29 19:01:02 +00:00
Martin Giger
62234569fe
Bug 1793275 - Convert chat actors to es modules. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158449
Depends on D158448
--HG--
rename : mail/actors/ChatActionChild.jsm => mail/actors/ChatActionChild.sys.mjs
rename : mail/actors/ChatActionParent.jsm => mail/actors/ChatActionParent.sys.mjs
extra : histedit_source : e99c39b09353aa68fb7f80ce9fb49ce618560926
2022-10-01 12:27:46 +00:00
Martin Giger
d3029d4c4b
Bug 1793275 - Update chat module references in browser_startup test. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158448
Depends on D158447
--HG--
extra : histedit_source : 230c630547fcbb8fb664ddeed33691e1c23b7eb8
2022-10-01 12:27:39 +00:00
Martin Giger
7404ae8c2f
Bug 1793275 - Convert all imports of chat frontend to esm. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158447
Depends on D158446
--HG--
extra : histedit_source : e125b1b5e31f6c18c5c2ba7326bab3175aecca84
2022-10-01 12:27:32 +00:00
Martin Giger
625f77f765
Bug 1793275 - Convert chat frontend to es modules. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158446
Depends on D158445
--HG--
rename : mail/components/im/IMIncomingServer.jsm => mail/components/im/IMIncomingServer.sys.mjs
rename : mail/components/im/IMProtocolInfo.jsm => mail/components/im/IMProtocolInfo.sys.mjs
rename : mail/components/im/modules/ChatEncryption.jsm => mail/components/im/modules/ChatEncryption.sys.mjs
rename : mail/components/im/modules/GlodaIMSearcher.jsm => mail/components/im/modules/GlodaIMSearcher.sys.mjs
rename : mail/components/im/modules/chatHandler.jsm => mail/components/im/modules/chatHandler.sys.mjs
rename : mail/components/im/modules/chatIcons.jsm => mail/components/im/modules/chatIcons.sys.mjs
rename : mail/components/im/modules/chatNotifications.jsm => mail/components/im/modules/chatNotifications.sys.mjs
rename : mail/components/im/modules/index_im.jsm => mail/components/im/modules/index_im.sys.mjs
rename : mail/components/im/test/TestProtocol.jsm => mail/components/im/test/TestProtocol.sys.mjs
extra : histedit_source : f03e4920d055350c124e6afc0677c04d6a8bde0b
2022-10-01 12:27:25 +00:00
Martin Giger
d0606d97cd
Bug 1793275 - Manual chat test fixes after esmification. r=clokep
...
Differential Revision: https://phabricator.services.mozilla.com/D158445
Depends on D158444
--HG--
extra : histedit_source : 4a3c622c78da3aca4e0ce90272246b2dfabf874a
2022-10-01 12:27:17 +00:00
Martin Giger
2b60b9b155
Bug 1793275 - Convert chat imports in tree to es module imports. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158444
Depends on D158443
--HG--
extra : histedit_source : f476be9c788aef01e3883b2fe1710b97beeaf5d3
2022-10-01 12:27:09 +00:00
Martin Giger
aedeff43e0
Bug 1793275 - Convert chat/ to es modules. r=mkmelin
...
This only converts, no adjustments to existing imports.
Differential Revision: https://phabricator.services.mozilla.com/D158443
--HG--
rename : chat/components/src/imAccounts.jsm => chat/components/src/imAccounts.sys.mjs
rename : chat/components/src/imCommands.jsm => chat/components/src/imCommands.sys.mjs
rename : chat/components/src/imContacts.jsm => chat/components/src/imContacts.sys.mjs
rename : chat/components/src/imConversations.jsm => chat/components/src/imConversations.sys.mjs
rename : chat/components/src/imCore.jsm => chat/components/src/imCore.sys.mjs
rename : chat/components/src/logger.jsm => chat/components/src/logger.sys.mjs
rename : chat/modules/CLib.jsm => chat/modules/CLib.sys.mjs
rename : chat/modules/IMServices.jsm => chat/modules/IMServices.sys.mjs
rename : chat/modules/InteractiveBrowser.jsm => chat/modules/InteractiveBrowser.sys.mjs
rename : chat/modules/NormalizedMap.jsm => chat/modules/NormalizedMap.sys.mjs
rename : chat/modules/OTR.jsm => chat/modules/OTR.sys.mjs
rename : chat/modules/OTRLib.jsm => chat/modules/OTRLib.sys.mjs
rename : chat/modules/OTRUI.jsm => chat/modules/OTRUI.sys.mjs
rename : chat/modules/ToLocaleFormat.jsm => chat/modules/ToLocaleFormat.sys.mjs
rename : chat/modules/imContentSink.jsm => chat/modules/imContentSink.sys.mjs
rename : chat/modules/imSmileys.jsm => chat/modules/imSmileys.sys.mjs
rename : chat/modules/imStatusUtils.jsm => chat/modules/imStatusUtils.sys.mjs
rename : chat/modules/imTextboxUtils.jsm => chat/modules/imTextboxUtils.sys.mjs
rename : chat/modules/imThemes.jsm => chat/modules/imThemes.sys.mjs
rename : chat/modules/imXPCOMUtils.jsm => chat/modules/imXPCOMUtils.sys.mjs
rename : chat/modules/jsProtoHelper.jsm => chat/modules/jsProtoHelper.sys.mjs
rename : chat/modules/socket.jsm => chat/modules/socket.sys.mjs
rename : chat/protocols/facebook/facebook.jsm => chat/protocols/facebook/facebook.sys.mjs
rename : chat/protocols/gtalk/gtalk.jsm => chat/protocols/gtalk/gtalk.sys.mjs
rename : chat/protocols/irc/irc.jsm => chat/protocols/irc/irc.sys.mjs
rename : chat/protocols/irc/ircAccount.jsm => chat/protocols/irc/ircAccount.sys.mjs
rename : chat/protocols/irc/ircBase.jsm => chat/protocols/irc/ircBase.sys.mjs
rename : chat/protocols/irc/ircCAP.jsm => chat/protocols/irc/ircCAP.sys.mjs
rename : chat/protocols/irc/ircCTCP.jsm => chat/protocols/irc/ircCTCP.sys.mjs
rename : chat/protocols/irc/ircCommands.jsm => chat/protocols/irc/ircCommands.sys.mjs
rename : chat/protocols/irc/ircDCC.jsm => chat/protocols/irc/ircDCC.sys.mjs
rename : chat/protocols/irc/ircEchoMessage.jsm => chat/protocols/irc/ircEchoMessage.sys.mjs
rename : chat/protocols/irc/ircHandlerPriorities.jsm => chat/protocols/irc/ircHandlerPriorities.sys.mjs
rename : chat/protocols/irc/ircHandlers.jsm => chat/protocols/irc/ircHandlers.sys.mjs
rename : chat/protocols/irc/ircISUPPORT.jsm => chat/protocols/irc/ircISUPPORT.sys.mjs
rename : chat/protocols/irc/ircMultiPrefix.jsm => chat/protocols/irc/ircMultiPrefix.sys.mjs
rename : chat/protocols/irc/ircNonStandard.jsm => chat/protocols/irc/ircNonStandard.sys.mjs
rename : chat/protocols/irc/ircSASL.jsm => chat/protocols/irc/ircSASL.sys.mjs
rename : chat/protocols/irc/ircServerTime.jsm => chat/protocols/irc/ircServerTime.sys.mjs
rename : chat/protocols/irc/ircServices.jsm => chat/protocols/irc/ircServices.sys.mjs
rename : chat/protocols/irc/ircUtils.jsm => chat/protocols/irc/ircUtils.sys.mjs
rename : chat/protocols/irc/ircWatchMonitor.jsm => chat/protocols/irc/ircWatchMonitor.sys.mjs
rename : chat/protocols/jsTest/jsTestProtocol.jsm => chat/protocols/jsTest/jsTestProtocol.sys.mjs
rename : chat/protocols/matrix/matrix-sdk.jsm => chat/protocols/matrix/matrix-sdk.sys.mjs
rename : chat/protocols/matrix/matrix.jsm => chat/protocols/matrix/matrix.sys.mjs
rename : chat/protocols/matrix/matrixAccount.jsm => chat/protocols/matrix/matrixAccount.sys.mjs
rename : chat/protocols/matrix/matrixCommands.jsm => chat/protocols/matrix/matrixCommands.sys.mjs
rename : chat/protocols/matrix/matrixMessageContent.jsm => chat/protocols/matrix/matrixMessageContent.sys.mjs
rename : chat/protocols/matrix/matrixPowerLevels.jsm => chat/protocols/matrix/matrixPowerLevels.sys.mjs
rename : chat/protocols/matrix/matrixTextForEvent.jsm => chat/protocols/matrix/matrixTextForEvent.sys.mjs
rename : chat/protocols/odnoklassniki/odnoklassniki.jsm => chat/protocols/odnoklassniki/odnoklassniki.sys.mjs
rename : chat/protocols/twitter/twitter.jsm => chat/protocols/twitter/twitter.sys.mjs
rename : chat/protocols/xmpp/sax.jsm => chat/protocols/xmpp/sax.sys.mjs
rename : chat/protocols/xmpp/xmpp-authmechs.jsm => chat/protocols/xmpp/xmpp-authmechs.sys.mjs
rename : chat/protocols/xmpp/xmpp-base.jsm => chat/protocols/xmpp/xmpp-base.sys.mjs
rename : chat/protocols/xmpp/xmpp-commands.jsm => chat/protocols/xmpp/xmpp-commands.sys.mjs
rename : chat/protocols/xmpp/xmpp-session.jsm => chat/protocols/xmpp/xmpp-session.sys.mjs
rename : chat/protocols/xmpp/xmpp-xml.jsm => chat/protocols/xmpp/xmpp-xml.sys.mjs
rename : chat/protocols/xmpp/xmpp.jsm => chat/protocols/xmpp/xmpp.sys.mjs
rename : chat/protocols/yahoo/yahoo.jsm => chat/protocols/yahoo/yahoo.sys.mjs
extra : histedit_source : 22d58b55a6fd37abf967121a107db44236325235
2022-10-01 12:26:54 +00:00
Geoff Lankow
80b65ba867
Bug 1778447 - Replace hacked-together Address Book strings with new strings. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D151230
--HG--
extra : rebase_source : e7bd6160584c2c62d9c6f74c88a7ce0712f29dca
extra : amend_source : 3ae45fb443cc1abb975011c24395d0be6fda350c
2022-08-19 16:39:18 +12:00
Geoff Lankow
1137e52203
Bug 1266797 - Fix recurrence iteration where there is a BYMONTHDAY rule greater than the number of days in the start month. r=#thunderbird-reviewers,mkmelin
...
https://github.com/kewisch/ical.js/pull/531
Differential Revision: https://phabricator.services.mozilla.com/D158472
--HG--
extra : rebase_source : bdc9ddfc44d0eed8544fc8a01b8ec2e3ef345cd1
extra : amend_source : 98759bbffa6371ecf3ec3e46699cd13daaab898b
2022-10-03 12:13:21 +13:00
Ben Campbell
1749f88c7a
Bug 1793258 - Use PromiseStreamListener instead of custom articleTextListener in news unit tests. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158439
--HG--
extra : amend_source : 93e44b1d1e8c93de7a69b73a48f49402b979a635
2022-10-03 20:53:46 +11:00
Richard Marti
9dbbe6c02b
Bug 1793100 - Use new l10n IDs for the changed dialogs. r=#thunderbird-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D158477
--HG--
extra : amend_source : 7a70fc76f1d96c13119cdcd32e4c31eee6ca3392
2022-10-03 20:53:12 +11:00
Geoff Lankow
a15a0ee158
Bug 1791459 - Convert more test setup functions to add_setup. rs=me
...
--HG--
extra : rebase_source : 4f7b0df4d57b69d1883330dab60b07f726505b89
2022-10-03 11:12:44 +13:00
Betterbird
e6fd9cc854
Bug 1676825 - Fix editing remote remote url of images and saving the result as html. r=mkmelin
...
The checking for about blank is the main fix. Rest is cleanup that fixes other minor issues.
Based on https://github.com/Betterbird/thunderbird-patches/blob/main/102/bugs/1676825-save-composition.patch
--HG--
extra : amend_source : 70dec156818859c95d0fe254be6319287500280a
2022-10-02 20:45:26 +11:00
Richard Marti
bfefc713c5
Bug 1793100 - Port bug 1792730: Set min-width instead of width. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158427
--HG--
extra : amend_source : 6fd8b830f7a92baa4e273b5e23f39f8045e52789
2022-10-01 20:27:00 +10:00
Richard Marti
5c87296fa3
Bug 1792876 - Don't use special colors on categories in High Contrast mode. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D158426
--HG--
extra : amend_source : 72c2ad99d85f6a5a61aa59f49468067d4e89d5f6
2022-10-01 20:26:29 +10:00
Micah Ilbery
43e32a9af7
Bug 1792884 - Replace icons with larger full color versions in Activity Manager and Dialogs. r=aleca,Paenglab
...
Differential Revision: https://phabricator.services.mozilla.com/D158366
--HG--
extra : moz-landing-system : lando
2022-09-30 22:01:25 +00:00
Rob Lemley
5fcfcfe268
Bug 1792817 - Port bug 1792365: Manual migrate toolkit module imports to ESM. r=mkmelin
...
These modules are not loaded in a way that mach tb-esmify is able to detect.
Differential Revision: https://phabricator.services.mozilla.com/D158364
--HG--
extra : amend_source : 0e0888264584d76db7a03ea165f8a40bd49c4534
2022-09-30 20:44:33 +10:00
Rob Lemley
c098c97425
Bug 1792817 - Port bug 1792365: Migrate some toolkit module imports to ESM. r=mkmelin
...
../mach tb-esmify --upstream-imports calendar --prefix=toolkit/
../mach tb-esmify --upstream-imports chat --prefix=toolkit/
../mach tb-esmify --upstream-imports mail --prefix=toolkit/
../mach tb-esmify --upstream-imports mailnews --prefix=toolkit/
Differential Revision: https://phabricator.services.mozilla.com/D158363
--HG--
extra : amend_source : e4e2791bd957bf16ed1907589c3c18ad5f0ec618
2022-09-30 20:44:14 +10:00
Rob Lemley
7d0785311e
Bug 1792880 - Port bug 1779982: Manual migrate Places imports to ESM. r=mkmelin
...
These modules are not loaded in a way that mach tb-esmify is able to detect.
Differential Revision: https://phabricator.services.mozilla.com/D158362
--HG--
extra : amend_source : e0ee4345b08bdc195faab6f0dbbd507c0ea839dc
2022-09-30 20:43:39 +10:00
Rob Lemley
7e3dc03bca
Bug 1792880 - Port bug 1779982: Migrate Places imports to ESM. r=mkmelin
...
../mach tb-esmify --upstream-imports . --prefix=toolkit/components/places/
Differential Revision: https://phabricator.services.mozilla.com/D158361
--HG--
extra : amend_source : 8dea2446f25e3a8ef4ac0413471cb34ae139b570
2022-09-30 20:43:16 +10:00
Rob Lemley
eac0863d13
Bug 1792854 - Teach tb-esmify to do import rewriting for m-c modules. r=mkmelin
...
Adds a new argument to mach tb-esmify, --upstream-imports.
Use this to rewrite imports of modules from mozilla-central.
Ex:
../mach tb-esmify --upstream-imports --prefix=toolkit/ mail/
Differential Revision: https://phabricator.services.mozilla.com/D158352
--HG--
extra : amend_source : bad0e79012d4737d5bae924bbbb9be3a87a50b8e
2022-09-30 20:42:46 +10:00
John Bieling
60a2ecb530
Bug 1792551 - Return plain text content as-is. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158256
--HG--
extra : amend_source : 9e29a06f1bca427fa768978e037321a5469bc107
2022-09-30 20:41:07 +10:00
John Bieling
3524234511
Bug 1792418 - Execute onBeforeSend event before running sanity checks. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158128
--HG--
extra : amend_source : ffb184b5d6bb0a8e7367a5e3647a21d7b16788cc
2022-09-30 20:40:45 +10:00
Ping Chen
66839e617b
Bug 1792675 - Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158387
--HG--
extra : histedit_source : d1344bb06ec28f64e264eb6ab8ebbdec5cc48415
2022-09-30 02:04:58 +00:00
Micah Ilbery
a4afee324f
Bug 1789681 - Restructure View submenu in Appmenu. r=aleca
...
Differential Revision: https://phabricator.services.mozilla.com/D157328
--HG--
extra : histedit_source : b896957cfe507b4ecdc15a4366c33c43290c220f
2022-09-28 22:37:29 +00:00
Ping Chen
9ebcd51097
Bug 1762690 - Enable test_folderOfflineFlags and test_gmailAttributes for imap-js. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D158075
--HG--
extra : histedit_source : 927d634cefd403581665449f96c541c9ded9c46b
2022-09-28 23:39:56 +00:00
Ping Chen
ebdf431aa1
Bug 1762690 - Enable test_dod for imap-js. r=benc
...
Call parseAdoptedMsgLine only when downloading for offline.
Differential Revision: https://phabricator.services.mozilla.com/D158015
--HG--
extra : histedit_source : 35326dad81be0a671851946449b9af9ab7267b5d
2022-09-23 10:48:40 +00:00
Ping Chen
4e2fca8472
Bug 1762690 - Enable test_subfolderLocation.js and test_syncChanges.js for imap-js. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D158014
--HG--
extra : histedit_source : cec23344f7a4c79fd0c04c72818b77561b6027d1
2022-09-28 23:29:52 +00:00
Ping Chen
bfa31777c4
Bug 1762690 - Enable test_stopMovingToLocalFolder.js for imap-js. r=benc
...
Differential Revision: https://phabricator.services.mozilla.com/D157703
--HG--
extra : histedit_source : 0541cda47290275e3d8bc0e0bbd8f675697f4d89
2022-09-23 10:47:29 +00:00
Ping Chen
cc536d6dc2
Bug 1735803 - Convert server hostname to lowercase before connecting. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D158179
2022-09-27 05:39:23 +00:00