Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1442648 - Fix mismatched types in mingw-w64 builds (const ↵ | Matt A. Tobin | 2019-11-10 | -1/+1 |
| | | | | | | | | 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 | |||
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 | -0/+1803 |