summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-23/+117
| | | | | | | | | | | | | | | | Resolves #1284.
* | | | Merge pull request #1297 from athenian200/compiler-warningMoonchild2019-11-18-6/+6
|\ \ \ \ | | | | | | | | | | Fix a compiler warning in ipc/chromium/src/base/sys_info_posix.cc.
| * | | | Issue #457 - Fix typo in ipc/chromium/src/base/sys_info_posix.ccathenian2002019-11-18-6/+6
| | | | | | | | | | | | | | | | | | | | I made a typo in commit 687a789 when updating the ifdef style I used to comply with UXP standards. The typo I made resulted in a compiler warning I failed to notice, so I was asked to tag issue #457 when submitting the PR. I also fixed some trailing whitespace I apparently left behind in the file.
* | | | | Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-88/+6
|/ / / / | | | | | | | | | | | | This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30.
* | | | Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-6/+88
| | | | | | | | | | | | | | | | Resolves #1284.
* | | | Merge pull request #1293 from JustOff/PR_widevine_stringsMoonchild2019-11-17-5/+4
|\ \ \ \ | | | | | | | | | | Adjust Widewine strings after removing Adobe Primetime support
| * | | | Issue #1259 - Adjust Widewine strings after removing Adobe Primetime supportJustOff2019-11-16-5/+4
| | | | |
* | | | | Merge pull request #1294 from g4jc/bug_1288Moonchild2019-11-17-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
| * | | | Issue #1288 - Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cppGaming4JC2019-11-16-1/+1
|/ / / / | | | | | | | | | | | | Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread.
* | | | Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-15-723/+763
|\ \ \ \
| * \ \ \ Merge branch 'fdlibm-work'wolfbeast2019-11-15-716/+745
| |\ \ \ \ | | | | | | | | | | | | | | | | | | This resolves #1291
| | * | | | Issue #1291 - Part 4: Update patch fileswolfbeast2019-11-15-155/+562
| | | | | |
| | * | | | Issue #1291 - Part 3: Update fdlibm to Sept 2019 versionwolfbeast2019-11-15-102/+163
| | | | | |
| | * | | | Issue #1291 - Part 2: Stop using the lib's sqrt() functionwolfbeast2019-11-15-459/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use <cmath>'s functions over fdlibm's for performance reasons. No significant precision loss when doing this.
| | * | | | Issue #1291 - Part 1: Ensure exp(1) returns e exactly (use a const)wolfbeast2019-11-15-0/+3
| |/ / / /
| * | | | Issue #80 - Stop building embedded xz lib unifiedwolfbeast2019-11-15-1/+1
| | | | |
| * | | | Issue #80 - Stop building woff2 lib unifiedwolfbeast2019-11-15-1/+1
| | | | |
| * | | | Issue #80 - Stop building brotli lib unifiedwolfbeast2019-11-15-2/+2
| | | | |
| * | | | Add Ekoru to the included search engines.wolfbeast2019-11-15-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a charity-supporting search engine option focused on the planet's health and animal welfare. Since this engine is based on Bing search, it provides a balancing alternative to Ecosia (Google-based) with similar eco goals.
| * | | | Merge pull request #1290 from g4jc/bug_1279New Tobin Paradigm2019-11-14-3/+3
| |\ \ \ \ | | | | | | | | | | | | Update TestingFunctions.cpp for regex lookbehind changes
| | * | | | Issue #1279 - Update js/src/builtin/TestingFunctions.cpp for regex ↵Gaming4JC2019-11-14-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lookbehind changes This fixes debug builds
* | | | | | Bug 1592407 - Port OAuth2 decoding fix from gData add-on.Matt A. Tobin2019-11-14-1/+1
| | | | | |
* | | | | | Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-14-16419/+44477
|\| | | | |
| * | | | | [Mach] Add stage command to execute stage-packageMatt A. Tobin2019-11-14-0/+8
| |/ / / /
| * | | | Issue #1289 - Part 4: Update Pale Moon UI.wolfbeast2019-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.wolfbeast2019-11-14-5/+46
| | | | |
| * | | | Issue #1289 - Part 2: Clear out the preload list except for testwolfbeast2019-11-14-503/+2
| | | | | | | | | | | | | | | | | | | | domains.
| * | | | Issue #1289 - Part 1: Add a pref to disable HPKP header processing.wolfbeast2019-11-14-4/+45
| | | | |
| * | | | Issue #1288 - Part 5: Pass graphite fonts through OTS.wolfbeast2019-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.0wolfbeast2019-11-14-3290/+10961
| | | | |
| * | | | Issue #1288 - Part 3: Update woff2 component to 1.0.2wolfbeast2019-11-14-583/+554
| | | | |
| * | | | Issue #1288 - Part 2: Add a partial LZ4 decompression routine.wolfbeast2019-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.wolfbeast2019-11-14-405/+466
| | | | | | | | | | | | | | | | | | | | This also includes formatting changes.
| * | | | Issue #1288 - Part 1a: Update brotli to 1.0.7wolfbeast2019-11-14-11587/+32340
| | | | | | | | | | | | | | | | | | | | | | | | | This also reorganizes the exports in the build system to use `brotli/` as include directory.
* | | | | Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-13-158/+464
|\| | | |
| * | | | Merge branch 'issue-1279'wolfbeast2019-11-12-157/+359
| |\ \ \ \
| | * | | | Issue #1279 - Implement regular expression lookbehindwolfbeast2019-11-11-157/+359
| | | | | | | | | | | | | | | | | | | | | | | | Based on Tom Schuster's work, with extra minters for unicode.
| * | | | | Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-1/+105
| |/ / / / | | | | | | | | | | | | | | | This resolves #1283.
* | | | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-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. Tobin2019-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. Tobin2019-11-12-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where it would occur. Tag #1273
* | | | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-1/+1
| | | | | | | | | | | | | | | | | | | | Fix verifyConfig.js
* | | | | Issue #1258 - Part 10: Remove chat core bitsMatt A. Tobin2019-11-12-64/+5
| | | | |
* | | | | Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-12-0/+2
| | | | |
* | | | | Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xulMatt A. Tobin2019-11-11-1/+1
| | | | |
* | | | | Bug 1584473 - Follow-up: Remove leftover references to ↵Matt A. Tobin2019-11-11-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsIMdbRowCellCursor::MakeCell() in comments. Tag #1273
* | | | | Bug 726655 - Add null check in nsMsgDBView::GetThreadContainingMsgHdr() to ↵Matt A. Tobin2019-11-11-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid crash. Tag #1273
* | | | | Bug 786683 - check success of GetFilePath() throughout nsMsgBrkMBoxStore.cpp.Matt A. Tobin2019-11-11-7/+12
| | | | | | | | | | | | | | | | | | | | Tag #1273
* | | | | Bug 1584473 - Fix several issuesMatt A. Tobin2019-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 1240290Matt A. Tobin2019-11-11-215/+282
| | | | | | | | | | | | | | | | | | | | Tag #1273