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:
Felipe Gomes 2016-03-04 19:49:10 -03:00
parent cc8625109d
commit 817d5e8f8d

View File

@ -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);