Backed out changeset 6b8f95b09b8e (bug 1617854) for build bustage at src/modules/libpref/Preferences.cpp on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2020-02-26 10:36:09 +02:00
parent 91ab854fc8
commit 175d854d2c
2 changed files with 6 additions and 28 deletions

View File

@ -8474,34 +8474,6 @@
value: true
mirror: always
#ifdef MOZ_WAYLAND
# Enable dynamic vsync rate on Wayland instead of a default 60fps.
- name: widget.wayland_vsync.enabled
type: bool
value: false
mirror: always
# Use DMABuf backend for WebGL on Wayland.
- name: widget.wayland_dmabuf_webgl.enabled
type: bool
value: false
mirror: always
# Use VA-API for video playback on Wayland.
- name: widget.wayland_dmabuf_vaapi.enabled
type: bool
value: false
mirror: always
#endif
#ifdef MOZ_WIDGET_GTK
# Gtk theme used for Web content rendering
- name: widget.content.gtk-theme-override
type: String
value: ""
mirror: always
#endif
#---------------------------------------------------------------------------
# Prefs starting with "xul."
#---------------------------------------------------------------------------

View File

@ -4034,6 +4034,12 @@ pref("network.psl.onUpdate_notify", false);
#ifdef MOZ_WIDGET_GTK
pref("gfx.xrender.enabled",false);
pref("widget.content.gtk-theme-override", "");
#endif
#ifdef MOZ_WAYLAND
pref("widget.wayland_vsync.enabled", false);
pref("widget.wayland_dmabuf_webgl.enabled", false);
pref("widget.wayland_dmabuf_vaapi.enabled", false);
#endif
// All the Geolocation preferences are here.