Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *** CLOSE BRANCH ***redwood | Moonchild | 2021-01-18 |
| | | | | | | | Redwood will no longer be updated past this point as future UXP releases will be based on the master branch with in-progress WC code (which has practically been the only difference in code for a few cycles between both branches) and further releases building on a singular dev branch again. | ||
* | Issue #1681 - Hard-code FLAC media type association for .flac (uplift) | Moonchild | 2020-12-25 |
| | |||
* | Clobber for NSS update. | Moonchild | 2020-12-25 |
| | |||
* | Issue #1693 - Additional configuration for NSS lib update. | Moonchild | 2020-12-25 |
| | | | | | | | The Seed and RC2 components are completely obsolete, so we shouldn't build them. AVX2 for Chacha20-Poly1305 would fall outside of our platform sysreqs, and has a build system issue with non-MSVC flags being passed (needs more research, also a recent change around NSS 3.53 when the makefile destruction happened) | ||
* | Issue #1693 - Update NSS to 3.59.1.1 | Moonchild | 2020-12-25 |
| | | | | | This updates to MoonchildProductions/NSS@bd49b2b88 in the repo created for our consumption of the library. | ||
* | Issue #1693 - Update NSPR to 4.29 | Moonchild | 2020-12-25 |
| | |||
* | Issue #1701 - Implement Intl.PluralRules API | Moonchild | 2020-12-25 |
| | |||
* | Issue #1700 - Apply background color instead of inset shadow for findbar input. | Moonchild | 2020-12-22 |
| | | | | | | | | This changes the toolkit theme for Linux and Windows (Mac already did this) to style the input textbox on the findbar with -moz-appearance:none so as to give us styling control (as opposed to using a native widget style) and apply a neutral style to it. Also ensures Mac remains readable in case of poorly contrasting text. | ||
* | Revert "Issue #1686 - Align a keybinding definition with the others" | Moonchild | 2020-12-22 |
| | | | | This reverts commit 85dc118aaca8446cbe33671446ac23147daec44c. | ||
* | Issue #1697 - Reinstate the performance timing code removed in error. | adesh | 2020-12-22 |
| | | | | This was a fallout from pull request #929. | ||
* | Revert "Issue #1695 - Add clamping to websocket polling timeouts." | Moonchild | 2020-12-16 |
| | | | | | | | 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. | Moonchild | 2020-12-16 |
| | | | | This was fallout from PR #929 for Issue #21 | ||
* | [toolkit] Handle corner case confusion of downloaded files without extension. | Moonchild | 2020-12-15 |
| | | | | See code comment for details. | ||
* | Issue #1696 - Propagate flex sizes to the table wrapper | Moonchild | 2020-12-15 |
| | | | | | | | This avoids overlapping of table styled elements inside flexboxes as used on some websites. Resolves #1696 | ||
* | [network] Update port blacklist. | Moonchild | 2020-12-15 |
| | | | | See BZ bugs 1674735, 1677047, 1677940 and 1676868 for details. | ||
* | Issue #1695 - Add clamping to websocket polling timeouts. | Moonchild | 2020-12-13 |
| | |||
* | Revert "Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default." | Moonchild | 2020-12-13 |
| | | | | This reverts commit 45a976a5f1e83c3c2f7fcf85b1fa5315946f4c1a. | ||
* | Issue #1695 - Fix socket timeout logic. | Moonchild | 2020-12-13 |
| | |||
* | Issue #1694 - Part 2: Use scriptabledateformat for Update History display. | Moonchild | 2020-12-13 |
| | |||
* | Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog. | Moonchild | 2020-12-13 |
| | |||
* | Issue #1624 - flip the inlining pref. | Moonchild | 2020-12-13 |
| | | | | The default is now set to the more stable but slower global setting. | ||
* | Nuke erroneously added vim line. | Moonchild | 2020-12-13 |
| | |||
* | Issue #1624 - Make ion inlining optimizations a pref. | Moonchild | 2020-12-13 |
| | | | | This also adds it to JS_SetGlobalJitCompilerOption() | ||
* | Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler. | Moonchild | 2020-12-02 |
| | |||
* | Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0. | Brian Smith | 2020-12-02 |
| | | | | Changes based on Mozilla bug 1678061. | ||
* | Issue #1690 - Part 1: Fix MacOS version detection above 10.15. | Brian Smith | 2020-12-02 |
| | | | | Changes based on Mozilla bug 1616404 but supporting back to 10.7. | ||
* | Clobber for NSS update. | Moonchild | 2020-12-02 |
| | |||
* | [NSS] Version and build bump | Moonchild | 2020-12-02 |
| | |||
* | [NSS] Update root certificates. | Moonchild | 2020-12-02 |
| | |||
* | Issue #1684 - Move global user-agent override to networking component. | Moonchild | 2020-12-02 |
| | | | | | Since this is a http protocol networking feature, it belongs in the networking branch of our preferences. | ||
* | [webrtc] Only init WebRtcAec callbacks once | Moonchild | 2020-11-19 |
| | |||
* | [sfnt] Fix heap buffer overflow. | Werner Lemberg | 2020-11-19 |
| | | | | | | 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 Sivonen | 2020-11-19 |
| | | | | This avoids a number of problems with incomplete sanitation. | ||
* | [http] Use a copy of nsHttpConnectionInfo. | Moonchild | 2020-11-19 |
| | | | | | | | 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. | ||
* | [xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false. | Moonchild | 2020-11-19 |
| | | | | | | | | | 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 Sivonen | 2020-11-19 |
| | |||
* | [xpcom] Fix GetWindowsFolder storage | David Major | 2020-11-19 |
| | |||
* | [gfx][Skia] Hold mutex while accessing shared SkImage data. | Moonchild | 2020-11-19 |
| | |||
* | Issue #1686 - Align a keybinding definition with the others | Alessio Vanni | 2020-11-19 |
| | |||
* | Issue #1667 - Part 3: Fix OpenGL load and runtime issues on Big Sur | Brian Smith | 2020-11-19 |
| | | | | | 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 compatibility | Brian Smith | 2020-11-19 |
| | | | | | | | 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 Smith | 2020-11-19 |
| | | | | jemalloc | ||
* | [UA] Change default compatibility mode version to 68.0 | Moonchild | 2020-11-18 |
| | | | | | Since several entities have started to ban .9 versions, even if they are valid ESR versions. | ||
* | Issue #251 - Move chrome packaging options to ac configure | Matt A. Tobin | 2020-11-18 |
| | | | | Also adds options for new functionality in #1683 | ||
* | [packager] Optimize archive accesses. | Moonchild | 2020-11-18 |
| | |||
* | Issue #1683 - Update libjar module. | Moonchild | 2020-11-18 |
| | |||
* | Issue #1683 - Update Brotli lib to 1.0.9 | Moonchild | 2020-11-18 |
| | |||
* | [libjar] Fix inflation logic. | Moonchild | 2020-11-18 |
| | | | | | This has been broken for 11 years. About time it's fixed. Tag #1683 | ||
* | Issue #1682 - Remove vibrator DOM interface and support code. | Moonchild | 2020-11-18 |
| | |||
* | Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default. | Moonchild | 2020-11-18 |
| | | | | | There don't seem to be any drawbacks to this; tested for the past month disabled and there have been no issues with any sites visited. Adoption seems very low. |