Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'redwood' into releaseRC_20201215 | Moonchild | 2020-12-15 | -1756/+1783 |
|\ | ||||
| * | [toolkit] Handle corner case confusion of downloaded files without extension. | Moonchild | 2020-12-15 | -0/+16 |
| | | | | | | | | See code comment for details. | |||
| * | Issue #1696 - Propagate flex sizes to the table wrapper | Moonchild | 2020-12-15 | -0/+290 |
| | | | | | | | | | | | | | | This avoids overlapping of table styled elements inside flexboxes as used on some websites. Resolves #1696 | |||
| * | [network] Update port blacklist. | Moonchild | 2020-12-15 | -10/+21 |
| | | | | | | | | See BZ bugs 1674735, 1677047, 1677940 and 1676868 for details. | |||
| * | Issue #1695 - Add clamping to websocket polling timeouts. | Moonchild | 2020-12-13 | -3/+30 |
| | | ||||
| * | Revert "Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default." | Moonchild | 2020-12-13 | -2/+2 |
| | | | | | | | | This reverts commit 45a976a5f1e83c3c2f7fcf85b1fa5315946f4c1a. | |||
| * | Issue #1695 - Fix socket timeout logic. | Moonchild | 2020-12-13 | -67/+121 |
| | | ||||
| * | Issue #1694 - Part 2: Use scriptabledateformat for Update History display. | Moonchild | 2020-12-13 | -6/+11 |
| | | ||||
| * | Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog. | Moonchild | 2020-12-13 | -6/+26 |
| | | ||||
| * | Issue #1624 - flip the inlining pref. | Moonchild | 2020-12-13 | -1/+1 |
| | | | | | | | | The default is now set to the more stable but slower global setting. | |||
| * | Nuke erroneously added vim line. | Moonchild | 2020-12-13 | -1/+0 |
| | | ||||
| * | Issue #1624 - Make ion inlining optimizations a pref. | Moonchild | 2020-12-13 | -3/+13 |
| | | | | | | | | This also adds it to JS_SetGlobalJitCompilerOption() | |||
| * | Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler. | Moonchild | 2020-12-02 | -1/+1 |
| | | ||||
| * | Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0. | Brian Smith | 2020-12-02 | -20/+54 |
| | | | | | | | | Changes based on Mozilla bug 1678061. | |||
| * | Issue #1690 - Part 1: Fix MacOS version detection above 10.15. | Brian Smith | 2020-12-02 | -93/+97 |
| | | | | | | | | Changes based on Mozilla bug 1616404 but supporting back to 10.7. | |||
| * | Clobber for NSS update. | Moonchild | 2020-12-02 | -1/+1 |
| | | ||||
| * | [NSS] Version and build bump | Moonchild | 2020-12-02 | -6/+6 |
| | | ||||
| * | [NSS] Update root certificates. | Moonchild | 2020-12-02 | -1527/+1082 |
| | | ||||
| * | Issue #1684 - Move global user-agent override to networking component. | Moonchild | 2020-12-02 | -13/+15 |
| | | | | | | | | | | Since this is a http protocol networking feature, it belongs in the networking branch of our preferences. | |||
* | | Merge branch 'redwood' into releaseRELBASE_20201124RELBASE_20201120RC_20201120 | Moonchild | 2020-11-20 | -4503/+5163 |
|\| | ||||
| * | [webrtc] Only init WebRtcAec callbacks once | Moonchild | 2020-11-19 | -17/+21 |
| | | ||||
| * | [sfnt] Fix heap buffer overflow. | Werner Lemberg | 2020-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 Sivonen | 2020-11-19 | -0/+19 |
| | | | | | | | | This avoids a number of problems with incomplete sanitation. | |||
| * | [http] Use a copy of nsHttpConnectionInfo. | Moonchild | 2020-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. | |||
| * | [xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false. | Moonchild | 2020-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 Sivonen | 2020-11-19 | -1/+1 |
| | | ||||
| * | [xpcom] Fix GetWindowsFolder storage | David Major | 2020-11-19 | -2/+2 |
| | | ||||
| * | [gfx][Skia] Hold mutex while accessing shared SkImage data. | Moonchild | 2020-11-19 | -17/+54 |
| | | ||||
| * | Issue #1686 - Align a keybinding definition with the others | Alessio Vanni | 2020-11-19 | -1/+1 |
| | | ||||
| * | Issue #1667 - Part 3: Fix OpenGL load and runtime issues on Big Sur | Brian Smith | 2020-11-19 | -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 compatibility | Brian Smith | 2020-11-19 | -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 Smith | 2020-11-19 | -0/+3 |
| | | | | | | | | jemalloc | |||
| * | [UA] Change default compatibility mode version to 68.0 | Moonchild | 2020-11-18 | -1/+1 |
| | | | | | | | | | | 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 | -34/+86 |
| | | | | | | | | Also adds options for new functionality in #1683 | |||
| * | [packager] Optimize archive accesses. | Moonchild | 2020-11-18 | -30/+107 |
| | | ||||
| * | Issue #1683 - Update libjar module. | Moonchild | 2020-11-18 | -13/+101 |
| | | ||||
| * | Issue #1683 - Update Brotli lib to 1.0.9 | Moonchild | 2020-11-18 | -2404/+3966 |
| | | ||||
| * | [libjar] Fix inflation logic. | Moonchild | 2020-11-18 | -1/+1 |
| | | | | | | | | | | 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 | -968/+4 |
| | | ||||
| * | Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default. | Moonchild | 2020-11-18 | -2/+2 |
| | | | | | | | | | | 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. | |||
| * | Issue #1280 - Follow-up: Get rid of HPKP pinning mode. | adesh | 2020-11-18 | -42/+14 |
| | | | | | | | | | | | | This was a leftover from HPKP removal. Also remove a couple of unused variables from security/manager/ssl/nsSiteSecurityService.cpp. | |||
| * | Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*(). | Matt A. Tobin | 2020-11-18 | -1/+1 |
| | | | | | | | | | | | | | | | | This is required for UniquePtr to accept <void>, which is required for PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>; in turn for mozilla::SegmentedVector<PseudoHandle<void>> uniquePtrArena_; Tag #1679 | |||
| * | Bug 1328948 - Add is(), as() to Cell. | Matt A. Tobin | 2020-11-18 | -0/+18 |
| | | | | | | | | Tag #1679 | |||
| * | Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference. | athenian200 | 2020-11-18 | -255/+212 |
| | | ||||
| * | Issue #1673 - Part 4: Unprefix -moz-tab-size. | athenian200 | 2020-11-18 | -10/+38 |
| | | | | | | | | While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier. | |||
| * | Issue #1673 - Part 3: Bring minimum tab advance up to spec. | athenian200 | 2020-11-18 | -11/+30 |
| | | | | | | | | This provides a clearer rule for the minimum tab advance that brings us to alignment with the spec and both major browsers. | |||
| * | Issue #1673 - Part 2: Make tab-size animatable and fix typos. | athenian200 | 2020-11-18 | -10/+7 |
| | | | | | | | | There were a few typos in the previous patch and this patch also makes tab-size animatable which didn't really require much of a change at all. | |||
| * | Issue #1673 - Part 1: Allow tab-size to accept <length>. | athenian200 | 2020-11-18 | -62/+124 |
| | | | | | | | | Currently -moz-tab-size only accepts <number> values, and both Chrome and Firefox currently support <length> values and have for some time now. So with this you would be able to support sizes in px or em, for instance. This was implemented in Firefox 53 and was trivial to backport. | |||
| * | [devtools] More gracefully (than a crash) handle stack capture failures. | Moonchild | 2020-10-31 | -1/+3 |
| | | ||||
* | | Merge branch 'redwood' into releaseRELBASE_20201024RC_20201024 | Moonchild | 2020-10-24 | -55/+250 |
|\| |