summaryrefslogtreecommitdiffstats
path: root/mailnews/base/util
Commit message (Collapse)AuthorAgeLines
* Bug 1597933 - clean up OAuth2 code: remove responseType which is always code.Gaming4JC2019-12-30-9/+6
| | | | Response type token is part of the OAuth 2.0 Implicit Flow which is not used in Mail Applications, but also discouraged by the OAuth Working Group: https://developer.okta.com/blog/2019/05/01/is-the-oauth-implicit-flow-dead
* Bug 1592407 - Port OAuth2 decoding fix from gData add-on.Matt A. Tobin2019-11-14-1/+1
|
* Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends.Matt A. Tobin2019-11-11-33/+0
| | | | Tag #1273
* Bug 1333038 - Use 'modern' pointers to fix crash due to ↵Matt A. Tobin2019-11-10-1/+4
| | | | | | | | nsMsgLineStreamBuffer object being deleted while still in use. Suspected "use after free" in nsMsgLineStreamBuffer::ReadNextLine() leading to crash since object may be destroyed while still in use on another thread. Tag #1273
* Bug 1317117 - call msgStore folder deletion during imap/news empty trash.Matt A. Tobin2019-11-10-1/+25
| | | | | | Also factors out some common code into nsMSgDBFolder::Delete(), and makes a couple of incidental changes to try and clarify the responsibilies of nsIMsgPluggableStore::DeleteFolder(). Tag #1273
* Bug 1416033 - remove some unneeded includes in mailnewsMatt A. Tobin2019-11-10-7/+0
| | | | Tag #1273
* Bug 1393219 - Code clean-up: Style nits, typos and trailing spacesMatt A. Tobin2019-11-10-3/+3
| | | | Tag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10-2/+2
| | | | | | | | | | | 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
* Bug 516464 - Remove passwords from cache when password manager contents are ↵Matt A. Tobin2019-11-10-2/+46
| | | | | | changed to prevent stale password attempts. Tag #1273
* Issue #1258 - Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-05-2/+6
| | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
* Issue #1258 - Part 7: UXP Specific fixesMatt A. Tobin2019-11-03-2/+2
| | | | * This includes Bug 1326433 for Janek fallout (ldap already had this fix)
* Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03-1/+1
|
* Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+23773