This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit c44de8651ddb6ff5f74612ff90a4124d01534a2f Author: Gijs Kruitbosch gijskruitbosch@gmail.com AuthorDate: Tue Feb 1 20:44:16 2022 +0000
Bug 1753096 - Turn off download panel improvements on Firefox 97. r+a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D137568 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index b94dd644b129a..9d052d42bf55c 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -1124,7 +1124,7 @@ # See bug 1710926 - name: browser.download.improvements_to_download_panel type: bool - value: true + value: false mirror: always
# See bug 1731668