Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1592407 - Port OAuth2 decoding fix from gData add-on. | Matt A. Tobin | 2019-11-14 | -1/+1 |
| | ||||
* | Merge branch 'master' into mailnews-work | Matt A. Tobin | 2019-11-14 | -16419/+44477 |
|\ | ||||
| * | [Mach] Add stage command to execute stage-package | Matt A. Tobin | 2019-11-14 | -0/+8 |
| | | ||||
| * | Issue #1289 - Part 4: Update Pale Moon UI. | wolfbeast | 2019-11-14 | -32/+10 |
| | | | | | | | | | | This swaps the UI choice to using the new boolean pref instead of enforcement level. | |||
| * | Issue #1289 - Part 3: Update tests. | wolfbeast | 2019-11-14 | -5/+46 |
| | | ||||
| * | Issue #1289 - Part 2: Clear out the preload list except for test | wolfbeast | 2019-11-14 | -503/+2 |
| | | | | | | | | domains. | |||
| * | Issue #1289 - Part 1: Add a pref to disable HPKP header processing. | wolfbeast | 2019-11-14 | -4/+45 |
| | | ||||
| * | Issue #1288 - Part 5: Pass graphite fonts through OTS. | wolfbeast | 2019-11-14 | -10/+1 |
| | | | | | | | | | | Since the updated OTS supports proper checking of graphite fonts we no longer need to rely of harfbuzz for them. | |||
| * | Issue #1288 - Part 4: Update the OpenType Sanitizer component to 8.0.0 | wolfbeast | 2019-11-14 | -3290/+10961 |
| | | ||||
| * | Issue #1288 - Part 3: Update woff2 component to 1.0.2 | wolfbeast | 2019-11-14 | -583/+554 |
| | | ||||
| * | Issue #1288 - Part 2: Add a partial LZ4 decompression routine. | wolfbeast | 2019-11-14 | -0/+44 |
| | | | | | | | | | | | | | | | | This function never writes beyond `aDest` + `aMaxOutputSize`, and is therefore protexted against malicious datapackets. It also ignores unconsumed input upon reaching `aMaxOutputSize` and can therefore be used for parial decompression of LZ4 input up to a desired resulting size of decompressed data. | |||
| * | Issue #1288 - Part 1b: Rewrite nsHTTPCompressConv. | wolfbeast | 2019-11-14 | -405/+466 |
| | | | | | | | | This also includes formatting changes. | |||
| * | Issue #1288 - Part 1a: Update brotli to 1.0.7 | wolfbeast | 2019-11-14 | -11587/+32340 |
| | | | | | | | | | | This also reorganizes the exports in the build system to use `brotli/` as include directory. | |||
* | | Merge branch 'master' into mailnews-work | Matt A. Tobin | 2019-11-13 | -158/+464 |
|\| | ||||
| * | Merge branch 'issue-1279' | wolfbeast | 2019-11-12 | -157/+359 |
| |\ | ||||
| | * | Issue #1279 - Implement regular expression lookbehind | wolfbeast | 2019-11-11 | -157/+359 |
| | | | | | | | | | | | | Based on Tom Schuster's work, with extra minters for unicode. | |||
| * | | Issue #1283 - Implement Promise.prototype.finally() | André Bargull | 2019-11-12 | -1/+105 |
| |/ | | | | | | | This resolves #1283. | |||
* | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-12 | -0/+2 |
| | | | | | | | | Ifdef second authOAuth2 string in emailWizard.js | |||
* | | Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would ↵ | Matt A. Tobin | 2019-11-12 | -22/+45 |
| | | | | | | | | | | | | | | | | occur. MOZ_ASSERT changed to NS_WARNING. Also correctly handle case where last chunk ends with \r. Tested to make sure that regression identified in Bug 1494764 comment 10 remains fixed and that non-chunked and chunked messages are handled correctly including when \r\n is split between chunks. Tag #1273 | |||
* | | Manually revert Bug 1494764 - Removed MOZ_ASSERT but now still process line ↵ | Matt A. Tobin | 2019-11-12 | -7/+5 |
| | | | | | | | | | | | | where it would occur. Tag #1273 | |||
* | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-12 | -1/+1 |
| | | | | | | | | Fix verifyConfig.js | |||
* | | Issue #1258 - Part 10: Remove chat core bits | Matt A. Tobin | 2019-11-12 | -64/+5 |
| | | ||||
* | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-12 | -0/+2 |
| | | ||||
* | | Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xul | Matt A. Tobin | 2019-11-11 | -1/+1 |
| | | ||||
* | | Bug 1584473 - Follow-up: Remove leftover references to ↵ | Matt A. Tobin | 2019-11-11 | -3/+3 |
| | | | | | | | | | | | | nsIMdbRowCellCursor::MakeCell() in comments. Tag #1273 | |||
* | | Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to ↵ | Matt A. Tobin | 2019-11-11 | -0/+1 |
| | | | | | | | | | | | | avoid crash. Tag #1273 | |||
* | | Bug 786683 - check success of GetFilePath() throughout nsMsgBrkMBoxStore.cpp. | Matt A. Tobin | 2019-11-11 | -7/+12 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1584473 - Fix several issues | Matt A. Tobin | 2019-11-11 | -60/+3 |
| | | | | | | | | | | | | | | | | * Fix undefined HRESULT codes in class CMapiApi in MapiApi.cpp. * Fix doubled up sub-expressions in MIME and MAPI. * Remove broken/unused morkRowCellCursor::MakeCell() Tag #1273 | |||
* | | Bug 1240290 | Matt A. Tobin | 2019-11-11 | -215/+282 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1580187 - Add null check to avoid crash in nsImapService::NewChannel(). | Matt A. Tobin | 2019-11-11 | -1/+1 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1568095 - Make morkAtom::GetYarn() static. | Matt A. Tobin | 2019-11-11 | -44/+44 |
| | | | | | | | | Tag #1273 | |||
* | | Bugs 1437282, 1438590, 1506587, and 1498795 | Matt A. Tobin | 2019-11-11 | -5/+53 |
| | | | | | | | | | | | | | | | | | | * strip unnecessary ==== padding in base64 text. * Extension of the characters to be encoded (quoted-printable) according to RFC2047. * Remove unwanted characters from headers. Compact extraneous white space in display name to avoid sender address spoofing. * Be more tolerant of spaces in base64-encoded RFC 2047 tokens. Tag #1273 | |||
* | | Bug 1558595 | Matt A. Tobin | 2019-11-11 | -28/+51 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1315662 - delete SMTP server login credentials when deleting the account ↵ | Matt A. Tobin | 2019-11-11 | -18/+47 |
| | | | | | | | | | | | | or if hostname/username changes. Tag #1273 | |||
* | | Bug 1338715 - Remove Outlook Express import | Matt A. Tobin | 2019-11-11 | -5794/+0 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1554098 - deduce RSS media enclosures type from extension when missing. | Matt A. Tobin | 2019-11-11 | -10/+12 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1480063 - Remove mimeEncodeSubject (encodeMimePartIIStr_UTF8) from feeds. | Matt A. Tobin | 2019-11-11 | -22/+1 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1528496 - Correctly fix Bug 1023285 and utf8 addressing header display ↵ | Matt A. Tobin | 2019-11-11 | -18/+50 |
| | | | | | | | | | | | | for jsmime. Tag #1273 | |||
* | | Bug 1423487 - Support multiple authors in RSS feeds. | Matt A. Tobin | 2019-11-11 | -56/+133 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1167982 - Do charset detection for all text/* attachments in ↵ | Matt A. Tobin | 2019-11-11 | -1/+3 |
| | | | | | | | | | | | | composition, not just text/plain. Tag #1273 | |||
* | | Bug 522450 - Place mail copy on the correct folder when using Reply to List | Matt A. Tobin | 2019-11-11 | -0/+1 |
| | | | | | | | | | | | | This bug never landed in c-c Tag #1273 | |||
* | | Tails 6156 - Fix outdated error handling in accountcreation and remove buggy ↵ | Matt A. Tobin | 2019-11-11 | -12/+7 |
| | | | | | | | | | | | | debug code Tag #1273 | |||
* | | Bug 971347 - Fix autoconfig vulnerable to active MITM attacks for all ↵ | Matt A. Tobin | 2019-11-11 | -77/+153 |
| | | | | | | | | | | | | domains (including the ones in ISPDB) Tag #1273 | |||
* | | Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends. | Matt A. Tobin | 2019-11-11 | -33/+0 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1546840 - Allow GloDa queries for read or unread messages | Matt A. Tobin | 2019-11-11 | -0/+2 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1508054 - reduce exposed API of nsMsgHdr. | Matt A. Tobin | 2019-11-11 | -41/+53 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1386601 - experimental patch to investigate Thunderbird topcrash, ↵ | Matt A. Tobin | 2019-11-10 | -0/+6 |
| | | | | | | | | | | | | serializes S/MIME verification. Tag #1273 | |||
* | | Bug 1495698 - Fix hang when HTML signature references non-existent image. | Matt A. Tobin | 2019-11-10 | -40/+47 |
| | | | | | | | | Tag #1273 | |||
* | | Bug 1525120 - Fix condition for decoding attachments (base64/qp) when saving ↵ | Matt A. Tobin | 2019-11-10 | -5/+4 |
| | | | | | | | | | | | | or forwarding. Tag #1273 | |||
* | | Bugs 1507218 and 1528615 | Matt A. Tobin | 2019-11-10 | -44/+132 |
| | | | | | | | | Tag #1273 |