Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1599054 - allow callers to ommit sending OAuth2 client_secret parameter. | Gaming4JC | 2019-12-30 | -2/+21 |
| | ||||
* | Bug 1597933 - Use URLSearchParams for setting params for OAuth2 ↵ | Gaming4JC | 2019-12-30 | -20/+37 |
| | | | | authorization request. | |||
* | Bug 1597933 - use fetch + URLSearchParms instead of Http.jsm to request ↵ | Gaming4JC | 2019-12-30 | -32/+32 |
| | | | | OAuth2 access token. | |||
* | Bug 1597933 - don't pass string constants to determine OAuth refresh token ↵ | Gaming4JC | 2019-12-30 | -10/+16 |
| | | | | or not. | |||
* | Bug 1597933 - improve OAuth2 params parsing. | Gaming4JC | 2019-12-30 | -15/+7 |
| | ||||
* | Bug 1597933 - clean up OAuth2 code: remove responseType which is always code. | Gaming4JC | 2019-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. Tobin | 2019-11-14 | -1/+1 |
| | ||||
* | Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends. | Matt A. Tobin | 2019-11-11 | -33/+0 |
| | | | | Tag #1273 | |||
* | Bug 1333038 - Use 'modern' pointers to fix crash due to ↵ | Matt A. Tobin | 2019-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. Tobin | 2019-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 mailnews | Matt A. Tobin | 2019-11-10 | -7/+0 |
| | | | | Tag #1273 | |||
* | Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces | Matt A. Tobin | 2019-11-10 | -3/+3 |
| | | | | Tag #1273 | |||
* | Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵ | Matt A. Tobin | 2019-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. Tobin | 2019-11-10 | -2/+46 |
| | | | | | | changed to prevent stale password attempts. Tag #1273 | |||
* | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 | -2/+6 |
| | | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected. | |||
* | Issue #1258 - Part 7: UXP Specific fixes | Matt A. Tobin | 2019-11-03 | -2/+2 |
| | | | | * This includes Bug 1326433 for Janek fallout (ldap already had this fix) | |||
* | Issue #1258 - Part 3: Make mailnews and friends build | Matt A. Tobin | 2019-11-03 | -1/+1 |
| | ||||
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 | Matt A. Tobin | 2019-11-03 | -0/+23773 |