Bug 700151 - Enable DOM full-screen API by default in desktop Firefox. r=roc

This commit is contained in:
Chris Pearce 2011-11-08 13:20:53 +13:00
parent a1a72c9ec7
commit b1419795fc

View File

@ -1064,3 +1064,6 @@ pref("browser.menu.showCharacterEncoding", "chrome://browser/locale/browser.prop
pref("prompts.tab_modal.enabled", true);
// Whether the Panorama should animate going in/out of tabs
pref("browser.panorama.animate_zoom", true);
// Enable the DOM full-screen API.
pref("full-screen-api.enabled", true);