Disabled WebGL Dmabuf backend by default
This commit is contained in:
parent
052081df4e
commit
9aab7d4b46
@ -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);
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user