Bug 1160190 followup. Make ServiceWorker actually disabled on mulet so we can reopen the CLOSED TREE. r=bkelly

This commit is contained in:
Boris Zbarsky 2015-05-01 10:33:23 -04:00
parent e707f3dd2c
commit 75ad48915e

View File

@ -1131,3 +1131,7 @@ pref("dom.requestSync.enabled", true);
// Resample touch events on b2g
pref("gfx.touch.resample", true);
// mulet apparently loads firefox.js as well as b2g.js, so we have to explicitly
// disable serviceworkers here to get them disabled in mulet.
pref("dom.serviceWorkers.enabled", false);