Disabled WebGL Dmabuf backend by default

This commit is contained in:
Martin Stransky 2020-08-21 11:00:38 +02:00
parent 052081df4e
commit 9aab7d4b46
2 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,5 @@ pref("network.trr.mode", 5);
/* Enable per-user policy dir, see mozbz#1583466 */
pref("browser.policies.perUserDir", true);
pref("browser.gnome-search-provider.enabled",true);
/* We're not ready yet */
pref("widget.dmabuf-webgl.enabled", false);

View File

@ -962,6 +962,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 80.0-1
- Updated to 80.0 Build 2
- Go back to gcc
- Disabled WebGL dmabuf backend due to reported errors
(mzbz#1655323, mozbz#1656505).
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 79.0-6
- Enabled pgo