roytam1
6414271c91
Merge remote-tracking branch 'origin/tracking' into custom
2025-06-17 09:32:50 +08:00
Moonchild
9c69a34da4
Issue #2721 - Remove nsILinkHandler include from /mailnews
2025-06-17 09:26:05 +08:00
roytam1
1822f2031e
Merge remote-tracking branch 'origin/tracking' into custom
2022-07-30 08:49:22 +08:00
Jeremy Andrews
e3aa3c2963
Issue #1312 - Fix potential crashes in MailNews.
...
These are straightforward, one-line changes with no obvious dependencies. Probably could have been taken a long time ago.
Ref: BZ 1638634, 1606091
2022-07-30 08:43:45 +08:00
roytam1
7f068ecce3
Merge remote-tracking branch 'origin/tracking' into custom
2022-05-04 10:14:24 +08:00
Brian Smith
13fcc4a046
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
roytam1
20c6498ca1
Merge remote-tracking branch 'origin/master' into custom
2021-06-24 11:13:09 +08:00
Moonchild
ba00d14c12
Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
2021-06-24 11:09:47 +08:00
roytam1
d4582b821c
Merge remote-tracking branch 'origin/master' into custom
2021-05-07 09:56:55 +08:00
Moonchild
a4b0f333ba
Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.
...
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
2021-05-07 09:53:59 +08:00
roytam1
4248e5ac2a
Merge commit ' 9031ee4017' into custom
2021-03-04 09:34:15 +08:00
Gaming4JC
99cde7ce7b
[widget] MailNews Followup: Require user interaction when picking files or folders v2
...
98f6ad61f4f3c66209036db4bc7a4ae6ff4d1d3d introduced a boolean, this just passes it down and fixes build bustage of mailnews.
2021-03-04 09:21:25 +08:00
roytam1
9149f54e1a
mailnews: fix build after API changes in "[widget] Require user interaction when picking files or folders v2"
2021-02-26 09:26:02 +08:00
roytam1
56aaf6a15a
Merge remote-tracking branch 'origin/master' into custom
2020-09-25 22:18:48 +08:00
Moonchild
0cd673d720
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
Roy Tam
bd46990741
Merge remote-tracking branch 'origin/master' into custom
2020-03-05 09:48:44 +08:00
Matt A. Tobin
8dbd3045dc
Correct typo in mailnews/base/src/moz.build
2020-03-05 09:38:18 +08:00
Roy Tam
c9f0b81b06
Merge remote-tracking branch 'origin/master' into custom
2020-02-07 08:01:35 +08:00
Matt A. Tobin
b73780a36d
Issue #65 - Remove AppConstants from mailnews/
2020-02-07 07:52:30 +08:00
Roy Tam
5ff81ed6e6
Merge remote-tracking branch 'origin/master' into custom
2020-01-03 13:44:57 +08:00
Gaming4JC
f7a24c87f6
Bug 1176399 - Multiple requests for master password when GMail OAuth2 is enabled.
2020-01-03 13:44:05 +08:00
Roy Tam
39b5cb2fd9
Merge remote-tracking branch 'origin/master' into custom
2019-12-10 10:51:12 +08:00
Gaming4JC
a5aa1c26bf
Bug 1509685 - Add more bounds checking in nsMsgDBView::UpdateDisplayMessage() to avoid crashes
...
Tag #1311
2019-12-10 10:50:19 +08:00
Roy Tam
33f029715a
Merge remote-tracking branch 'origin/master' into custom
2019-11-29 11:37:55 +08:00
adeshkp
e1a84dd730
Issue #1258 - Remove remaining chat core bits
...
This fixes Interlink build on Mac.
2019-11-29 11:37:02 +08:00
Roy Tam
593762743f
restore xp compatibility
2019-11-17 00:15:05 +08:00
Matt A. Tobin
65944ea58a
Issue #1258 - Part 10: Remove chat core bits
2019-11-17 00:12:35 +08:00
Matt A. Tobin
11672d13e6
Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to avoid crash.
...
Tag #1273
2019-11-17 00:12:28 +08:00
Matt A. Tobin
f1a3fd9fda
Bug 1423487 - Support multiple authors in RSS feeds.
...
Tag #1273
2019-11-17 00:11:24 +08:00
Matt A. Tobin
a3ac164730
Bug 809513 - Prevent unread Drafts from showing in new mail notification.
...
Change mainly affects Windows. However, Linux integration also changed so that it also allows new mail notification to occur for folder with SentMail flag.
Tag #1273
2019-11-17 00:10:51 +08:00
Matt A. Tobin
832d721135
Bug 1271353 - check own email addresses case-insensitively in correspondents column and ignore plus addressing part.
...
Tag #1273
2019-11-17 00:10:49 +08:00
Matt A. Tobin
af2693fe73
Bug 342632 - Allow defaultAccount to return success with nullptr result when there is no usable account.
...
Tag #1273
2019-11-17 00:10:45 +08:00
Matt A. Tobin
497286a00b
Bug 1416033 - remove some unneeded includes in mailnews
...
Tag #1273
2019-11-17 00:10:21 +08:00
Matt A. Tobin
3141e9940a
Bug 646901 - add error checking to fix crash in nsMsgXFVirtualFolderDBView::OnSearchHit().
...
dbToUse was null
Rag #1273
2019-11-17 00:10:12 +08:00
Matt A. Tobin
eaac1c967d
Bug 1487082 - Resolve potential for build bustage regarding bad implicit conversion constructors
...
* Part 1: make conversion CTORs explicit.
Minor tweaks to conform with new(ish) static analysis rule which flags up implicit single-argument conversion constructors.
* Part 2: fix a couple of double-mRefCnt declaration errors.
* Part 3: Fix unsafe use of NS_ConvertASCIItoUTF16().
Tag #1273
2019-11-17 00:10:10 +08:00
Matt A. Tobin
11084d5e8c
Bug 1427732 - fix newline handling when copying messages and compacting folders.
...
Tag #1273
2019-11-17 00:10:07 +08:00
Matt A. Tobin
d0d5ec75d5
Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where system principal is used.
...
Tag #1273
2019-11-17 00:09:57 +08:00
Matt A. Tobin
1531d6498d
Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support
...
Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
2019-11-17 00:09:28 +08:00
Matt A. Tobin
971009881c
Issue #1258 - Part 7: UXP Specific fixes
...
* This includes Bug 1326433 for Janek fallout (ldap already had this fix)
2019-11-17 00:09:17 +08:00
Matt A. Tobin
e400f4130a
Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1
2019-11-17 00:08:36 +08:00