mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1250744 - Enable blocking of e10s by add-ons for beta/release. r=mossop
MozReview-Commit-ID: Egdea8osI5q --HG-- extra : rebase_source : a76f26a5b9935482e1cda35cbdce24165f81acd4
This commit is contained in:
parent
711418387a
commit
3d01e737df
@ -1604,6 +1604,11 @@ pref("layers.async-pan-zoom.enabled", true);
|
||||
pref("extensions.interposition.enabled", true);
|
||||
pref("extensions.interposition.prefetching", true);
|
||||
|
||||
// Enable blocking of e10s for add-on users on beta/release.
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("extensions.e10sBlocksEnabling", true);
|
||||
#endif
|
||||
|
||||
pref("browser.defaultbrowser.notificationbar", false);
|
||||
|
||||
// How often to check for CPOW timeouts. CPOWs are only timed out by
|
||||
|
Loading…
x
Reference in New Issue
Block a user