- 12 Apr, 2022 1 commit
-
-
Mozilla Releng Treescript authored
No bug - Tagging 0f814a8ab240bb6df6bbc5a88865f979e03f0f68 with FIREFOX_99_0_1_RELEASE a=release CLOSED TREE DONTBUILD
-
- 11 Apr, 2022 1 commit
-
-
Mozilla Releng Treescript authored
No bug - Tagging 0f814a8ab240bb6df6bbc5a88865f979e03f0f68 with FIREFOX_99_0_1_BUILD1 a=release CLOSED TREE DONTBUILD
-
- 08 Apr, 2022 1 commit
-
-
Andrew Osmond authored
Bug 1763801 - Enable OffscreenCanvas on zoom.us without subdomains. r=gfx-reviewers,jrmuizel a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D143271
-
- 11 Apr, 2022 2 commits
-
-
donal meehan authored
-
Jeff Muizelaar authored
Newer Intel drivers break our assumptions about the bottom four digits being the build id and we end up blocking newer drivers with build ids like 11404. This reverts the change in bug 1295902 which changed this blocklist rule to only look at the build number. I think bug 1295902 was just trying to be more correct and I don't know that it actually blocks important crashes. Decoding now mostly happens in the GPU process so the impact of these crashes is reduced from what it originally was. The information on how to interpret Intel driver version is from: https://www.intel.ca/content/www/ca/en/support/articles/000005654/graphics.html The proper fix is to have Intel specific driver version parsing. This is a more conservative fix that also adds blocking for drivers earlier or equal to 8.15.10.2849. Differential Revision: https://phabricator.services.mozilla.com/D143362
-
- 08 Apr, 2022 1 commit
-
-
Ryan VanderMeulen authored
This reverts the fix for upstream issue https://github.com/harfbuzz/harfbuzz/issues/3314 Firefox was unaffected by that bug, so this should be safe to take while the investigation continues upstream: https://github.com/harfbuzz/harfbuzz/issues/3528 Differential Revision: https://phabricator.services.mozilla.com/D143186
-
- 06 Apr, 2022 1 commit
-
-
Yury Delendik authored
Using defineReuseInput in LIRGenerator to prevents rhs == output && lhs != output, which is the case that would clobber the rhs in copySignDouble(). Differential Revision: https://phabricator.services.mozilla.com/D142994
-
- 05 Apr, 2022 2 commits
-
-
Niklas Baumgardner authored
Differential Revision: https://phabricator.services.mozilla.com/D142864
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D142865
-
- 01 Apr, 2022 1 commit
-
-
Niklas Baumgardner authored
Bug 1762358 - Fixed PiP icon not visible on G branch of experiment. r=pip-reviewers,mhowell a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D142577
-
- 29 Mar, 2022 1 commit
-
-
Yury Delendik authored
JSOpToCondition is applicable only to integer types. JSOpToDoubleCondition and ConditionFromDoubleCondition sequence has to be used for float types. Differential Revision: https://phabricator.services.mozilla.com/D142288
-
- 11 Apr, 2022 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D143341
-
- 01 Apr, 2022 1 commit
-
-
Ryan Hunt authored
Differential Revision: https://phabricator.services.mozilla.com/D142707
-
- 07 Apr, 2022 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D143123
-
- 04 Apr, 2022 1 commit
-
-
Kash Shampur authored
Differential Revision: https://phabricator.services.mozilla.com/D142621
-
- 05 Apr, 2022 2 commits
-
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 384926270a61c2dd2101752565a6175de3d62781 with FIREFOX_99_0_RELEASE a=release CLOSED TREE DONTBUILD
-
- 04 Apr, 2022 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D142786
-
- 01 Apr, 2022 1 commit
-
-
Henrik Skupin authored
Bug 1762505 - [firefox-ui] Disable test_ssl_status_after_restart.py because badssl.com is not reachable. r=webdriver-reviewers,jdescottes a=test-only DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D142654
-
- 30 Mar, 2022 1 commit
-
-
Barret Rennie authored
Bug 1761227 - Replace remoteConfigs with nimbusRollouts in Troubleshoot Snapshot schema r=Gijs a=test-only This patch also fixes the test manifest to re-enable the test where appropriate. Differential Revision: https://phabricator.services.mozilla.com/D142426
-
- 31 Mar, 2022 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D142533
-
- 30 Mar, 2022 5 commits
-
-
Mozilla Releng Treescript authored
No bug - Tagging 384926270a61c2dd2101752565a6175de3d62781 with FIREFOX_99_0_BUILD2 a=release CLOSED TREE DONTBUILD
-
donal meehan authored
-
Glenn Watson authored
Bug 1761460 - Fix local space clip rects on snapped surfaces with reflections r=gfx-reviewers,nical a=dmeehan In these cases the combined local clip rect may be in reflected local space. Map them to true raster space and then unmap them back to the new local space to correct this. Differential Revision: https://phabricator.services.mozilla.com/D142430
-
Kershaw Chang authored
This patch adds a null check to avoid crashing when `mResponse` is null. Differential Revision: https://phabricator.services.mozilla.com/D141911
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D142471
-
- 29 Mar, 2022 1 commit
-
-
R. Martinho Fernandes authored
Differential Revision: https://phabricator.services.mozilla.com/D141954
-
- 28 Mar, 2022 2 commits
-
-
Mark Adler authored
This bug was reported by Danilo Ramos of Eideticom, Inc. It has lain in wait 13 years before being found! The bug was introduced in zlib 1.2.2.2, with the addition of the Z_FIXED option. That option forces the use of fixed Huffman codes. For rare inputs with a large number of distant matches, the pending buffer into which the compressed data is written can overwrite the distance symbol table which it overlays. That results in corrupted output due to invalid distances, and can result in out-of-bound accesses, crashing the application. The fix here combines the distance buffer and literal/length buffers into a single symbol buffer. Now three bytes of pending buffer space are opened up for each literal or length/distance pair consumed, instead of the previous two bytes. This assures that the pending buffer cannot overwrite the symbol table, since the maximum fixed code compressed length/distance is 31 bits, and since there are four bytes of pending space for every three bytes of symbol space. Differential Revision: https://phabricator.services.mozilla.com/D142231
-
Mozilla Releng Treescript authored
No bug - Tagging 1f1e28055e7727762c04e4c3877855013a287458 with FIREFOX_99_0_BUILD1 a=release CLOSED TREE DONTBUILD
-
- 22 Mar, 2022 2 commits
-
-
Dragana Damjanovic authored
Bug 1752270 - Retry a request that failed with 408 if HTTP/2 is used. r=necko-reviewers,kershaw a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D140827
-
Dragana Damjanovic authored
With H1, the connection is restarted. With H2 and H3, the channel gets NS_ERROR_ABORT from Http2Session::Shutdown Differential Revision: https://phabricator.services.mozilla.com/D139395
-
- 28 Mar, 2022 6 commits
-
-
John Schanck authored
2022-03-25 John M. Schanck <jschanck@mozilla.com> * doc/rst/releases/nss_3_76_1.rst: Release notes for NSS 3.76.1 [0e6c67470eed] [NSS_3_76_1_RTM] <NSS_3_76_1_BRANCH> 2022-03-23 John M. Schanck <jschanck@mozilla.com> * lib/dev/dev.h, lib/dev/devslot.c, lib/dev/devt.h, lib/dev/devtoken.c, lib/pk11wrap/dev3hack.c: Bug 1756271 - Remove token member from NSSSlot struct. r=rrelyea [41966ff1253b] <NSS_3_76_1_BRANCH> 2022-03-25 John M. Schanck <jschanck@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.76.1 final [48ff4cd9bada] <NSS_3_76_1_BRANCH> 2022-03-03 Dennis Jackson <djackson@mozilla.com> * .hgtags: Added tag NSS_3_76_RTM for changeset b5b9832a3898 [c0f05af06d3c] <NSS_3_76_BRANCH> Differential Revision: https://phabricator.services.mozilla.com/D142226
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - tagging 70bea2a282dc227f6d7d3dfaa7c2072a380e994a with FIREFOX_RELEASE_98_END a=release DONTBUILD CLOSED TREE
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
Merge old head via |hg debugsetparents 1d1c9a67c5fc0cf7f59f626408e622fca8d0f6bb 70bea2a282dc227f6d7d3dfaa7c2072a380e994a| CLOSED TREE DONTBUILD a=release
-
Mozilla Releng Treescript authored
No bug - tagging 7e896af69a693346352c0ae597f5d3ef7d2ac6a7 with FIREFOX_RELEASE_99_BASE a=release DONTBUILD CLOSED TREE
-
- 24 Mar, 2022 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D141940
-
- 23 Mar, 2022 2 commits
-
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging cc23a50fcf60e8f94b168659870d765dc502ea56 with FIREFOX_98_0_2_RELEASE a=release CLOSED TREE DONTBUILD
-