https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
48b2e38 Bug 1759364 - Update search parameters part 2. r=mkaply a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D140932 13 March 2022, 12:53:23 UTC
81d886a Bug 1759008 - Update search parameters. r=mkaply a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D140917 11 March 2022, 15:42:09 UTC
9d87eba Bug 1759318 - Disable test on all platforms. a=test-only 13 March 2022, 01:11:05 UTC
dd4423d No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D140929 13 March 2022, 05:17:54 UTC
bd8cf93 Bug 1758156 - Check the pref when creating PWebGPU parent actors. r=aosmond a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D140539 10 March 2022, 10:41:29 UTC
eb86850 Bug 1739008 - [marionette] Monitor navigation using the webprogresslistener for NewSession. r=whimboo, a=RyanVM 08 November 2021, 09:35:48 UTC
f92db8c No bug - Set version number to 91.7.1. a=release 10 March 2022, 15:27:31 UTC
8842d83 Bug 1758070 - Null out mContext during shutdown. r=emilio, a=tritter Differential Revision: https://phabricator.services.mozilla.com/D140336 04 March 2022, 16:12:04 UTC
b34868d Backed out changeset a9af50645153 (bug 1758070) for bustage. 04 March 2022, 16:46:25 UTC
6aad610 Bug 1758070 - Null out mContext during shutdown. r=emilio, a=tritter Differential Revision: https://phabricator.services.mozilla.com/D140336 04 March 2022, 14:05:13 UTC
35e9741 Bug 1758062 - Convert parameters upfront. r=smaug, a=tritter Differential Revision: https://phabricator.services.mozilla.com/D140337 04 March 2022, 14:00:25 UTC
2bc7c0e Bug 1754724 - Clear up even more computations in expat code. r=farre, a=tritter Depends on D140166 Differential Revision: https://phabricator.services.mozilla.com/D140167 02 March 2022, 22:34:28 UTC
fc945e1 Bug 1754724 - Clear up some more computations in expat code. r=farre, a=tritter Depends on D140165 Differential Revision: https://phabricator.services.mozilla.com/D140166 02 March 2022, 22:22:08 UTC
1bb5826 Bug 1754724 - Clear up some computations in expat code. r=farre, a=tritter Differential Revision: https://phabricator.services.mozilla.com/D140165 02 March 2022, 22:18:23 UTC
6ea0041 Backed out changeset b138fdfe8157 (bug 1740631) for decision task bustage. 03 March 2022, 14:20:50 UTC
269bf5c Bug 1740631 - Add requirements-plist-url to mac signing payloads, r=aki,glandium a=RyanVM This file will get picked up by our mac signing infrastructure and be forwarded to the `productbuild` invocation. 03 March 2022, 14:16:09 UTC
e4e7f5c Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo a=RyanVM Previously, collections.abc was available from the collections import. In Python 3.10, they were explicitly moved to collections.abc. As such, any references to collections abstract base classes need to import collections.abc in Python 3.10. More reading here: https://docs.python.org/3/library/collections.abc.html Differential Revision: https://phabricator.services.mozilla.com/D128838 27 October 2021, 13:35:13 UTC
8fb634d Bug 1718878 - Minimal changes to third_party library gyp to make it compatible with Python 3.10 r=mhentges a=RyanVM gyp appears to have been abandoned. To make it compatible with Python 3.10 a small 'soft fork' had to be made. If gyp is ever updated in the future, these changes can probably be discarded. gyp source here: https://chromium.googlesource.com/external/gyp/ Differential Revision: https://phabricator.services.mozilla.com/D128837 27 October 2021, 13:35:12 UTC
0cc539e No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D140177 03 March 2022, 11:01:11 UTC
dc54128 Bug 1736323 - [marionette] "WebDriver:NewSession" has to wait for the very first tab to finish loading. r=jdescottes, a=RyanVM 28 February 2022, 21:14:23 UTC
99a3b73 No bug - Tagging c17c94724a2ff10f89fa0a634f2bd1dc2e1744a7 with FIREFOX_91_7_0esr_BUILD2 a=release CLOSED TREE DONTBUILD 28 February 2022, 23:58:47 UTC
5af14d0 Bug 1751360 - Fix broken fullscreen behavior on Windows. r=mhowell,handyman a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D137089 28 January 2022, 22:08:34 UTC
24809dc Bug 1751360 - Backout changes made by D135606. r=mhowell,handyman a=pascalc 28 February 2022, 22:50:45 UTC
736391b No bug - Tagging 0cb2ab8a5857348e0e7c0eb22fac300e01dafce0 with FIREFOX_91_7_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 28 February 2022, 20:39:08 UTC
54a4cab Bug 1699373 - Call ProcessCrossOrigin*Header methods after loading cached headers r=necko-reviewers,dragana a=pascalc Previously we called `ProcessCrossOriginEmbedderPolicy` in `nsHttpChannel::ContinueProcessResponse1`, but we only loaded the cached response headers in `ContinueProcessResponse3`, meaning that we incorrectly reported a missing header for the revalidated resource. This change moves the header checking calls to `ContinueProcessNormal` and `AsyncProcessRedirection` instead, so they get executed after processing the cached headers. Differential Revision: https://phabricator.services.mozilla.com/D125184 16 September 2021, 08:31:03 UTC
cfc86c5 Bug 1699373 - Add WPT for COEP/CORP image reloading r=annevk a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D125129 16 September 2021, 08:31:02 UTC
6446ddc No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=pascalc Differential Revision: https://phabricator.services.mozilla.com/D139825 28 February 2022, 10:55:25 UTC
67d1dd9 Bug 1736243 - Make SVGObserverUtils::GetAndObserveTextPathsPath not observe on continuations. r=jwatt,jfkthame a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D139485 25 February 2022, 16:55:05 UTC
df1ca0a Bug 1755292 - Don't double-count the entry memory in the TelemetryOrigin reporter. r=nika a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D139031 18 February 2022, 14:06:50 UTC
63f0ebb Bug 1754409 - Add catch for invalid manual update url. r=bytesized,application-update-reviewers a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138473 10 February 2022, 21:40:12 UTC
f4df13e Bug 1751037 - Properly disable PDFjs permissions. r=mtigley a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137778 10 February 2022, 14:15:11 UTC
5f5ac64 Bug 1751819: Ignore char key input while processing enter key on searchbar. r=adw, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136712 01 February 2022, 03:02:05 UTC
a924c2a Bug 1749397: Ignore char key input while processing enter key on urlbar. r=adw, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136711 01 February 2022, 03:02:04 UTC
060ecce Bug 1719215 - Constrain clipping in CreateSubImageForData(). r=lsalzman, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137777 03 February 2022, 18:54:01 UTC
93c9200 Bug 1749283 - Add a null check for mPrintTarget in nsDeviceContext::CreateRenderingContextCommon. r=dholbert, a=RyanVM mPrintTarget can be nulled out and the caller needs to deal with null returns already, so this should address the crash. Differential Revision: https://phabricator.services.mozilla.com/D137473 01 February 2022, 18:44:13 UTC
b7a5870 Bug 1747857 - Invalidate partial dirty rects when surface counts change. r=aosmond, a=RyanVM This is a sufficient fix to handle this case, we should definitely invalidate the dirty rect validity if the compositor surface count has changed. There are likely other cases where the surface count remains the same but we also need to invalidate dirty rect validity (we can handle these as follow ups and/or as we encounter other cases). Differential Revision: https://phabricator.services.mozilla.com/D135462 10 January 2022, 20:10:20 UTC
abe696e Bug 1730920 - Https only mode shouldn't be triggered by the wifi portal code. r=nhnt11,ckerschb a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131125 13 December 2021, 13:32:11 UTC
f67dd9a Bug 1694085 - Add a test that verifies that HE-AAC plays back correctly including higher frequency content both with MSE and HTTP playback. r=bryce, a=RyanVM Depends on D128895 Differential Revision: https://phabricator.services.mozilla.com/D128907 21 October 2021, 16:18:19 UTC
848d803 Bug 1694085 - Serialize and deserialize the codec extra-data when sending an AudioInfo to the RDD. r=bryce, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D128895 21 October 2021, 16:18:19 UTC
68da144 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D139579 24 February 2022, 10:56:32 UTC
da2183c Bug 1754305 - Make assertions in Maybe MOZ_RELEASE_ASSERT, r=glandium a=RyanVM These assertions are already diagnostic asserts, and this will make failures to check Maybe into safe crashes rather than security bugs on all branches. A failure to check Maybe is more dangerous than a null pointer dereference, as the generated code will produce a valid reference to uninitialized data rather than a null reference which should safely segfault. Differential Revision: https://phabricator.services.mozilla.com/D138208 11 February 2022, 16:28:01 UTC
2758d1e Bug 1744352 - Part 2: Add test for sandboxing javascript uris in pop-ups, r=smaug a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138211 09 February 2022, 17:50:51 UTC
549c632 Bug 1744352 - Part 1: Ensure we set InitialSandboxFlags when opening or replacing toplevel BrowsingContexts, r=mccr8 a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D139430 22 February 2022, 20:21:31 UTC
c708afd Bug 1752979 - Check damaged files. r=mixedpuppy, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137692 03 February 2022, 14:05:13 UTC
78c9fb2 Bug 1742421 - Part 3: [widget/windows] Exit fullscreen when changing sizemode; r=mhowell,edgar a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D135606 19 January 2022, 02:06:43 UTC
f21bba2 Bug 1742421 - Part 2: [widget/cocoa] Exit fullscreen when changing sizemode; r=mstange, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133735 19 January 2022, 00:49:46 UTC
51ca164 Bug 1742421 - Part 1: [widget/gtk] Exit fullscreen when changing sizemode; r=stransky, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133734 19 January 2022, 00:49:46 UTC
15ce855 Bug 1736202: browser_interactions_typing.js intermittently misses a single keypress. r=Standard8, a=test-only Our typing interactions separate typing into sessions. If you haven't typed for longer than a certain period of time we count the previous session as over and start afresh. Any sessions containing just one keypress are discarded, the rest are aggregated. In our automated tests we want to test that this detection of a new session of typing works and our only way to do that is to actually delay the test for longer than the maximum time between keypresses. So the test runs fast we reduce the maximum time pref to 50ms. Unfortunately I've experimentally seen that in CI on debug and asan builds that when not testing this aspect and sending a sentence of characters we can still occasionally see delays of over 50ms between individual characters. If this delay happens between the first and second character or the last and last but one character then we end up with a typing session with a single character in it which gets discarded leading our interaction metrics to be short one keypress. This patch removes the reduced preference value for general tests and sets a value of 150ms for the few tests where this matters. Differential Revision: https://phabricator.services.mozilla.com/D139039 18 February 2022, 13:12:36 UTC
6dd8318 Bug 1749328 - Intermittent browser/components/places/tests/browser/interactions/browser_interactions_typing.js r=Standard8 a=test-only The failing test is the only one that verifies reload scenarios with respect to history metadata interactions. I haven't been able to find a solution to this intermittent, I am remove the specific test that's failing and creating a bug to test reload scenarios. Differential Revision: https://phabricator.services.mozilla.com/D137477 04 February 2022, 17:47:15 UTC
59fa29a Bug 1749328 - Intermittent failure in browser_interactions_typing.js r=Standard8 a=test-only The test test_typing_and_reload() was failing, I believe because without waiting for target url in browserLoaded(), we would proceed on the about:blank load and the new interaction write would race the test. Differential Revision: https://phabricator.services.mozilla.com/D136186 20 January 2022, 14:10:36 UTC
8c2390a Bug 1717218 - Intermittent failure in browser_interactions_typing.js r=Standard8 a=test-only This fixes the root cause of the intermittent failure (missing keystrokes) -- the function to send keys was not strictly synchronous. We now wait for the input field to be populated before we proceed. Differential Revision: https://phabricator.services.mozilla.com/D128409 14 October 2021, 14:28:12 UTC
dbdeb97 Bug 1717218 - Fix to intermittent failure in browser_interactions_typing.js r=Standard8 a=test-only In the scenario where we navigate to a second url immediately after typing we intermittently lose a keystroke on some builds. I haven't been able to trace down how this happens, however waiting for the next tick in the event loop after each step appears to resolve the intermittent. Differential Revision: https://phabricator.services.mozilla.com/D127885 12 October 2021, 14:31:14 UTC
fae78ad Bug 1720133 - Mark a test as flakily failing in all platforms, not just macOS. r=smaug, a=test-only The first subtest is already annotated as failing on all platforms. My patch seems to have changed timing in a way such that the second test also fails in non-macOS platforms. I tried to reproduce the failure locally and investigate a bit more, but couldn't. The test doesn't seem particularly racy, off-hand, other than it using a timer which at best should make the test unexpectedly pass, not unexpectedly fail... The other thing that looked suspicious is that the test was waiting for the load event of the main window, not of the popup it opens (which I think might be unintended). However that also doesn't make the failure reproduce here. Differential Revision: https://phabricator.services.mozilla.com/D120204 19 July 2021, 13:45:38 UTC
e25c0e6 Bug 1724156 - Replace Background Update ping tt(c) test with xpcshell r=nalexander a=test-only Differential Revision: https://phabricator.services.mozilla.com/D138841 16 February 2022, 19:34:44 UTC
138abde Bug 1742167 - Disable managedbookmarks test on Linux. r=mstriemer, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D138811 17 February 2022, 15:32:37 UTC
365e7b4 Bug 1676986 - Ensure the about:blank subframe is loaded before browser_aboutprocesses_show_frames_without_threads.js verifies it's displayed in about:processes. r=dthayer, a=test-only 14 October 2021, 16:41:40 UTC
367bd1b Bug 1717501 - Null check attributes in MacUtils::GetAccAttr. r=morgan a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138475 11 February 2022, 23:48:55 UTC
b4f41ee Bug 1705244 - Fix browser_ext_incognito_popup.js intermittent failures. r=mixedpuppy, a=test-only Depends on D128729 Differential Revision: https://phabricator.services.mozilla.com/D128730 18 October 2021, 18:26:33 UTC
3318393 Bug 1580875 - Fix browser_ext_sidebarAction_contextMenu.js intermittent failures. r=mixedpuppy, a=test-only Depends on D128728 Differential Revision: https://phabricator.services.mozilla.com/D128729 18 October 2021, 18:26:33 UTC
33f21f1 Bug 1706194 - Fix browser_ext_sidebarAction_click.js intermittent failures. r=mixedpuppy, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D128728 18 October 2021, 18:26:33 UTC
b53bb4f No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=pascalc Differential Revision: https://phabricator.services.mozilla.com/D139271 21 February 2022, 10:58:58 UTC
36a62c8 Bug 1742241. Add test. r=botond a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D137960 11 February 2022, 11:56:45 UTC
0249c3f Bug 1742241. Don't access the PresShell's visual viewport offset if we haven't set one. r=botond a=pascalc If the visual viewport offset is not set on the presshell then calling GetVisualViewportOffset returns (0, 0). This then causes us to introduce an incorrect offset between the layout scroll offset and the visual viewport offset that didn't exist before. Logically we want to treat an unset visual viewport offset as the layout scroll offset. Other possible fixes: -make PresShell::GetVisualViewportOffset return the layout scroll offset if a visual viewport offset is not set -make this if conditional on a visual viewport offset already being set -the combination of the two above All of these fail some tests on try server. I haven't investigated why. If we want to go with any of those potential fixes in the future then this patch is a step on the way there Differential Revision: https://phabricator.services.mozilla.com/D137873 11 February 2022, 11:56:44 UTC
18066cd Bug 1734787 - Add https://example.net:443 to build/pgo/server-locations.txt. r=jmaher, a=test-only Having 3 regular domains to test fission scenarios will help migrating to https-first for DevTools mochitests. example.org and example.com are both available in http and https, but example.net is only available in http for now. This patch was created by adding https://example.net to build/pgo/server-locations.txt and then running `./mach python build/pgo/genpgocert.py` Differential Revision: https://phabricator.services.mozilla.com/D127922 13 October 2021, 14:17:14 UTC
52862cf Bug 1711870 - Use http-on-examine-response to block redirects in policy. r=dragana a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137869 11 February 2022, 21:04:51 UTC
372b463 Bug 1745253 - Test, r=Gijs a=test-only Depends on D133392 Differential Revision: https://phabricator.services.mozilla.com/D133393 14 February 2022, 12:06:52 UTC
c29765c No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D139009 17 February 2022, 10:57:48 UTC
9274679 Bug 1753787 - renew content-signing test certificates. r=Gijs, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D137981 07 February 2022, 13:07:27 UTC
fc4f6aa Bug 1739284 - Override telemetry products check in test_GMPInstallManager.js. r=bryce a=test-only Differential Revision: https://phabricator.services.mozilla.com/D130325 04 November 2021, 02:35:05 UTC
dec940b Bug 1714621 - Add test case to cover GMPInstallerManager content signature usage. r=Gijs a=RyanVM This tests the new content signature path for the GMPInstaller manager. It also tests the telemetry gathered for the new content signature path works correctly when that path succeeds or fails validation. These tests differ from the existing tests in that they use a live HTTPServer, rather than using the XML override test mechanism. This is needed to avoid adding further test specific mechanisms for content signature, but is also cool IMO as it makes the test cases a little more realistic (at the cost of some verbosity). Differential Revision: https://phabricator.services.mozilla.com/D129269 27 October 2021, 17:51:29 UTC
e930f34 Bug 1714621 - Add telemetry to record if GMP update XML is successfully downloaded from balrog. r=Gijs a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D127567 27 October 2021, 17:51:29 UTC
682f548 Bug 1714621 - Add tests to cover ProductAddonChecker content signature verification. r=Gijs a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129268 27 October 2021, 17:51:28 UTC
5bc14d4 Bug 1714621 - Add functionality to verify GMP's update xml content signatures. r=Gijs,robwu a=RyanVM Also driveby fix a log string to print the proper function name. Differential Revision: https://phabricator.services.mozilla.com/D127566 27 October 2021, 17:51:28 UTC
7bfd508 Bug 1752396, r=mtigley a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138358 09 February 2022, 21:32:00 UTC
964a18a No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138642 14 February 2022, 10:54:55 UTC
c5a327a Bug 1678645 - [devtools] Fix devtools/client/shared/test/browser_filter-editor-* intermittent. r=Honza a=test-only Destroy created widget at the end of tests. Differential Revision: https://phabricator.services.mozilla.com/D138158 09 February 2022, 12:53:16 UTC
45e2436 Bug 1748485 - Add test for Bug 1742682: Ensure callback app is launched with umask from before updating. r=bytesized, a=test-only This adds a new `check-umask` command to `TestAUSHelper`. For convenience, we invoke the new command with the umask from before the update but have the command output its current umask (i.e., from when it is launched). This allows to reuse the existing `checkCallbackLog` function, which verifies that the arguments and the callback log output are the same. The callback log file is the given argument, so we prefix with "umask" to avoid conflicting with existing numeric files and directories in the test data. Differential Revision: https://phabricator.services.mozilla.com/D133804 08 February 2022, 17:04:54 UTC
11abbda No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D138426 10 February 2022, 10:57:46 UTC
1ed961e No bug - Tagging 3ac96fd3a3820bb8a3160de1bc52009fe22d769d with FIREFOX_91_6_0esr_RELEASE a=release CLOSED TREE DONTBUILD 08 February 2022, 13:51:49 UTC
6618349 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 07 February 2022, 16:07:55 UTC
29f731a No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137991 07 February 2022, 10:57:31 UTC
de0fa32 No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137730 03 February 2022, 10:56:05 UTC
b071bc2 No bug - Tagging 3ac96fd3a3820bb8a3160de1bc52009fe22d769d with FIREFOX_91_6_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 01 February 2022, 02:00:39 UTC
13c60e5 Bug 1740304 - Update test expectations. a=bustage 31 January 2022, 23:12:41 UTC
bcc4cc5 Bug 1740304: Apply the print fragmentation-fallback "additional offset" in one case where it was being missed. r=miko, a=RyanVM We call MaybeApplyAdditionalOffset a few lines up when setting *aOffset, but it looks like we missed this particular codepath. This was causing content to render properly during print-preview (which takes the upper codepath) but not during actual printing (which takes the lower codepath, the one where I'm adding the new call). Differential Revision: https://phabricator.services.mozilla.com/D137199 29 January 2022, 00:50:17 UTC
8f34986 Bug 1748503 - Consistent error messages for blocked scripts. r=edenchuang, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136535 26 January 2022, 18:27:07 UTC
9e1ab59 Bug 1740985 - Consistent error messages for scripts which failed to load. r=edenchuang, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133515 17 December 2021, 16:18:24 UTC
0033afb Bug 1317873, don't allow any internal types to be assigned to a DataTransfer, r=nika a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D118004 15 December 2021, 19:26:22 UTC
6df4293 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137437 31 January 2022, 11:01:15 UTC
3ef57aa Bug 1746545 - Use -fno-finite-math-only in SWGL. r=jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136990 26 January 2022, 22:26:46 UTC
6098bb5 Bug 1750550: Null check aAttributes in ConvertToAtkTextAttributeSet. r=eeejay, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136303 20 January 2022, 00:57:51 UTC
cceebfb Bug 1739957 - Clear event listener. r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134713 13 January 2022, 19:56:56 UTC
a60cf4d Bug 1714276 - Limit height of tab when font size is changed r=dao,desktop-theme-reviewers, a=RyanVM Set a maximum height on tabs to prevent it from expanding and moving the display of the web page. Differential Revision: https://phabricator.services.mozilla.com/D134169 06 January 2022, 16:33:27 UTC
4ceb511 Bug 1745455 - Partially revert bug 1733660 to ensure close button is displayed. r=dao, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134796 03 January 2022, 14:56:18 UTC
beac186 Bug 1689978 - Fill out-of-bounds texelFetchPtr with zeroes rather than clamping. r=jrmuizel, a=RyanVM Attempting to just clamping the base address returning from texelFetchPtr might be causing some crashes in the case the texture is actually smaller than the offset area. Instead, switch out the sampler with a zero buffer to ensure we have something sane to sample without having to do slow bounds checking on everything. Differential Revision: https://phabricator.services.mozilla.com/D132508 01 December 2021, 08:24:06 UTC
af96ce7 Bug 1749306 - Fix spidermonkey source packaging for Windows. r=glandium, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D135564 10 January 2022, 23:35:04 UTC
52c5a73 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update, r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D137128 27 January 2022, 10:57:03 UTC
71ed88e No bug - Tagging f560cd3cd43bace45c9a7323404848efde7ac452 with FIREFOX_91_5_1esr_RELEASE a=release CLOSED TREE DONTBUILD 27 January 2022, 14:58:38 UTC
eef6a3f No bug - Tagging f560cd3cd43bace45c9a7323404848efde7ac452 with FIREFOX_91_5_1esr_BUILD1 a=release CLOSED TREE DONTBUILD 26 January 2022, 22:02:16 UTC
309c7de Bug 1751746 - Change search-telemetry to use strict partner code matching. r=daleharvey,mkaply a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D136768 25 January 2022, 19:41:24 UTC
back to top