Bug 945235 - Ensure {menu, tool, location, status}bars visiblity is false on b2g. r=fabrice

This commit is contained in:
Alexandre Poirot 2013-12-12 17:04:43 -05:00
parent 6c7c9a5200
commit 97bca87c64

View File

@ -7,6 +7,9 @@
pref("toolkit.defaultChromeURI", "chrome://browser/content/shell.html");
pref("browser.chromeURL", "chrome://browser/content/");
// Bug 945235: Prevent all bars to be considered visible:
pref("toolkit.defaultChromeFeatures", "chrome,dialog=no,close,resizable,scrollbars,extrachrome");
// Device pixel to CSS px ratio, in percent. Set to -1 to calculate based on display density.
pref("browser.viewport.scaleRatio", -1);