summaryrefslogtreecommitdiffstats
path: root/mailnews/base/search
Commit message (Collapse)AuthorAgeLines
* Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xmlMatt A. Tobin2020-02-01-1/+1
| | | | MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
* Bug 1523048 - when copying a filter, copy its triggering events too ↵Matt A. Tobin2019-11-10-4/+6
| | | | | | (filterType). Tag #1273
* Bug 342632 - Allow defaultAccount to return success with nullptr result when ↵Matt A. Tobin2019-11-10-3/+5
| | | | | | there is no usable account. Tag #1273
* Bug 1442648 - Fix mismatched types in mingw-w64 builds (const ↵Matt A. Tobin2019-11-10-5/+5
| | | | | | | | char16_t*/char16ptr_t). When cross-compiling for Windows on Linux, fix mismatched types in nsMsgImapSearch.cpp. nsString::get() returns a char16ptr_t (with MOZ_USE_CHAR16_WRAPPER) and that causes a mismatch so we cast it to a const char16_t*. usAsciiCharSet is declared as a nsAutoString so we instead declare it as a char16_t* to avoid subsequent type mismatches. Tag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10-3/+3
| | | | | | | | | | | 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
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+16795