summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request 'Reinstate the performance timing code removed in error' ↵Moonchild2020-12-16-0/+17
|\ | | | | | | | | | | (#1698) from adesh/UXP:fix-performace-api into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1698
| * Issue #1697 - Reinstate the performance timing code removed in error.adesh2020-12-16-0/+17
|/ | | | This was a fallout from pull request #929.
* Revert "Issue #1695 - Add clamping to websocket polling timeouts."Moonchild2020-12-16-30/+3
| | | | | | | As of [da0c073a7] we no longer need this workaround because the issue is avoided with proper sleep/wake logic restored. This reverts commit 2fa993b5639e04c7e1d7403ecf9175a223ce50b4.
* Issue #1695 - Restore Sleep/Wake timer that was erroneously removed.Moonchild2020-12-16-0/+30
| | | | This was fallout from PR #929 for Issue #21
* [toolkit] Handle corner case confusion of downloaded files without extension.Moonchild2020-12-15-0/+16
| | | | See code comment for details.
* Issue #1696 - Propagate flex sizes to the table wrapperMoonchild2020-12-15-0/+290
| | | | | | | This avoids overlapping of table styled elements inside flexboxes as used on some websites. Resolves #1696
* [network] Update port blacklist.Moonchild2020-12-15-10/+21
| | | | See BZ bugs 1674735, 1677047, 1677940 and 1676868 for details.
* Issue #1695 - Add clamping to websocket polling timeouts.Moonchild2020-12-12-3/+30
|
* Revert "Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default."Moonchild2020-12-08-2/+2
| | | | This reverts commit 45a976a5f1e83c3c2f7fcf85b1fa5315946f4c1a.
* Issue #1695 - Fix socket timeout logic.Moonchild2020-12-08-67/+121
|
* Issue #1694 - Part 2: Use scriptabledateformat for Update History display.Moonchild2020-12-04-6/+11
|
* Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog.Moonchild2020-12-04-6/+26
|
* Issue #1624 - flip the inlining pref.Moonchild2020-12-03-1/+1
| | | | The default is now set to the more stable but slower global setting.
* Nuke erroneously added vim line.Moonchild2020-12-03-1/+0
|
* Issue #1624 - Make ion inlining optimizations a pref.Moonchild2020-12-03-3/+14
| | | | This also adds it to JS_SetGlobalJitCompilerOption()
* Merge branch 'nss-patch-work'Moonchild2020-12-01-1534/+1089
|\
| * Clobber for NSS update.Moonchild2020-12-01-1/+1
| |
| * [NSS] Version and build bumpMoonchild2020-12-01-6/+6
| |
| * [NSS] Update root certificates.Moonchild2020-12-01-1527/+1082
| |
* | Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler.Moonchild2020-12-01-1/+1
| |
* | Revert "Issue #1624 - Exclude function scopes from Ion compilation."Moonchild2020-12-01-8/+1
| | | | | | | | This reverts commit bb31c1c65e8b7fcdd3a1d6b80a4fe4c1f5b3d10a.
* | Merge pull request 'Fix macOS version detection above 10.15 and update ↵Moonchild2020-12-01-113/+151
|\ \ | |/ |/| | | | | | | blocklist support to 11.0' (#1692) from dbsoft/UXP:Big_Sur_Version into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1692
| * Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0.Brian Smith2020-12-01-20/+54
| | | | | | | | Changes based on Mozilla bug 1678061.
| * Issue #1690 - Part 1: Fix MacOS version detection above 10.15.Brian Smith2020-11-23-93/+97
| | | | | | | | Changes based on Mozilla bug 1616404 but supporting back to 10.7.
* | Issue #1624 - Exclude function scopes from Ion compilation.Moonchild2020-11-30-1/+8
| | | | | | | | | | | | This seems to work around the problem with the compiled code stack for in-line declared JS module code. Not optimal, for sure, but better than having to kill Ion compilation outright.
* | Revert "Issue #1691 - Part 1: Provide a way of associating a private value ↵Moonchild2020-11-28-129/+43
| | | | | | | | | | | | with a script" This reverts commit 15914ec5780e7867ab508a48a83311c56950f8a9.
* | Issue #1691 - Part 1: Provide a way of associating a private value with a scriptMoonchild2020-11-27-43/+129
| | | | | | | | | | | | or module. This is a prerequisite for dynamic import
* | Issue #1684 - Move global user-agent override to networking component.Moonchild2020-11-27-13/+15
|/ | | | | Since this is a http protocol networking feature, it belongs in the networking branch of our preferences.
* Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into ↵Matt A. Tobin2020-11-20-27/+38
| | | | | | unified sources. Function template inflation in intermediate code. The linker problem we hit with the corrupt file was because there were too many function descriptors and relation in the .lib
* [webrtc] Only init WebRtcAec callbacks onceMoonchild2020-11-19-17/+21
|
* Merge pull request 'Align a keybinding definition with the others' (#1687) ↵Moonchild2020-11-19-1/+1
|\ | | | | | | | | | | from vannilla/UXP:align-key-definition into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1687
| * Issue #1686 - Align a keybinding definition with the othersAlessio Vanni2020-11-18-1/+1
| |
* | [sfnt] Fix heap buffer overflow.Werner Lemberg2020-11-19-7/+7
| | | | | | | | | | | | This is CVE-2020-15999. * src/sfnt/pngshim.c (Load_SBit_Png): Test bitmap size earlier.
* | [dom] Remove attributes from descendants when setting sanitized style.Henri Sivonen2020-11-19-0/+19
| | | | | | | | This avoids a number of problems with incomplete sanitation.
* | [http] Use a copy of nsHttpConnectionInfo.Moonchild2020-11-19-7/+8
| | | | | | | | | | | | | | The root cause in this bug is that the connection info used by 'SpdyConnectTransaction' is the same instance as the connection info in 'nsHttpTransaction', so we should clone it and let 'SpdyConnectTransaction' use the cloned one.
* | Merge pull request 'Resolve various issues on Big Sur' (#1685) from ↵Moonchild2020-11-19-615/+328
|\ \ | | | | | | | | | | | | | | | dbsoft/UXP:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1685
| * | Issue #1667 - Part 3: Fix OpenGL load and runtime issues on Big SurBrian Smith2020-11-17-7/+40
| | | | | | | | | | | | | | | This fix is included in NSPR 4.27 and Mozilla bug 1652330. Also put a main thread check in the cocoa draw callback.
| * | Issue #1667 - Part 2: Add MacOS 11.0 Big Sur widget compatibilityBrian Smith2020-11-16-609/+286
| | | | | | | | | | | | | | | | | | | | | This involves refactoring the vibrancy and OpenGL/Pixel rendering changes contained in the following Mozilla meta bugs: 1496823 and 1491445 Also add Big Sur to the features tests and update popup menu look and feel based on Mozilla bug 1656301.
| * | Issue #1667 - Part 1: Define _pthread_self if it is not already defined in ↵Brian Smith2020-11-16-0/+3
| | | | | | | | | | | | jemalloc
* | | [xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false.Moonchild2020-11-19-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | The original patch handled the grow case but not the shrink case. When the current and new allocation sizes are in different size classes, jemalloc's realloc will move the allocation when shrinking, not just truncate the existing one. Based on work by Jon Coppeard.
* | | [parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.Henri Sivonen2020-11-18-1/+1
| | |
* | | [xpcom] Fix GetWindowsFolder storageDavid Major2020-11-18-2/+2
| | |
* | | [gfx][Skia] Hold mutex while accessing shared SkImage data.Moonchild2020-11-18-17/+54
| |/ |/|
* | Merge pull request 'Get rid of HPKP pinning mode leftovers' (#1680) from ↵Matt A. Tobin2020-11-16-42/+14
|\ \ | | | | | | | | | | | | | | | adesh/UXP:cleanup-hpkp-pinning-mode into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1680
| * | Issue #1280 - Follow-up: Get rid of HPKP pinning mode.adesh2020-11-10-42/+14
| | | | | | | | | | | | | | | | | | This was a leftover from HPKP removal. Also remove a couple of unused variables from security/manager/ssl/nsSiteSecurityService.cpp.
* | | Issue #251 - Move chrome packaging options to ac configureMatt A. Tobin2020-11-16-34/+86
| |/ |/| | | | | Also adds options for new functionality in #1683
* | [UA] Change default compatibility mode version to 68.0Moonchild2020-11-16-1/+1
| | | | | | | | | | Since several entities have started to ban .9 versions, even if they are valid ESR versions.
* | Revert "Issue #1684 - Remove global UA override preference and supporting code."Moonchild2020-11-15-1/+34
| | | | | | | | | | | | This reverts commit 18df01eb5498c954044f96c346026da0238d2e61. Backed out for devtools breakage.
* | Issue #1684 - Remove global UA override preference and supporting code.Moonchild2020-11-15-34/+1
| | | | | | | | Resolves #1684
* | Revert "[toolkit] Add optimized UI code format option"Moonchild2020-11-15-14/+3
| | | | | | | | This reverts commit 511ac54cab15741ba399ff62ac45bab1f26f0582.