mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Backed out changeset 6b8f95b09b8e (bug 1617854) for build bustage at src/modules/libpref/Preferences.cpp on a CLOSED TREE
This commit is contained in:
parent
91ab854fc8
commit
175d854d2c
@ -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."
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user