mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1253667 - Temporarily disable APZ on beta. r=kats
We are planning on running an e10s experiment on early builds of beta46, and in this experiment we want to get data from e10s on + APZ off. MozReview-Commit-ID: 4eEtgNRPxtW
This commit is contained in:
parent
cc8625109d
commit
817d5e8f8d
@ -1593,9 +1593,11 @@ pref("browser.tabs.crashReporting.includeURL", false);
|
||||
pref("browser.tabs.crashReporting.emailMe", false);
|
||||
pref("browser.tabs.crashReporting.email", "");
|
||||
|
||||
#ifndef RELEASE_BUILD
|
||||
#ifndef MOZ_MULET
|
||||
pref("layers.async-pan-zoom.enabled", true);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Enable e10s add-on interposition by default.
|
||||
pref("extensions.interposition.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user