author | Martin Stransky <stransky@redhat.com> |
Tue, 28 Apr 2020 14:58:32 +0000 | |
changeset 526487 | ce74b374220949c7fc526b9e2c5e8301d7ba710f |
parent 526486 | ba2c085d9dffb58aeaa8f91c29a7d8da241c45d3 |
child 526488 | dd5820819c9ed0f53ea8c6f96a6d971e712aa6e8 |
push id | 37357 |
push user | opoprus@mozilla.com |
push date | Tue, 28 Apr 2020 21:47:47 +0000 |
treeherder | mozilla-central@a34695d9b99d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jhorak |
bugs | 1632519 |
milestone | 77.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -3964,17 +3964,17 @@ pref("network.tcp.tcp_fastopen_http_stal // inconsistent state. See bug 1582647 comment 30 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", true); + pref("widget.wayland_vsync.enabled", false); pref("widget.wayland.use-opaque-region", true); #endif // All the Geolocation preferences are here. // #ifndef EARLY_BETA_OR_EARLIER pref("geo.provider.network.url", "https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_LOCATION_SERVICE_API_KEY%"); #else