← Back to team overview

aims team mailing list archive

[Bug 1436207] [NEW] firefox stops reading syspref.js after encountering non-existent setting

 

You have been subscribed to a public bug by Jan Groenewald (jan-aims):

Ubuntu 14.04 up to date 64bit, firefox 36

We had a non-existent setting in /etc/firefox/syspref.js. Firefox
ignored the rest of the file until we commented it out. This is probably
a bug. (FYI, this is a computer lab environment with network filesystem
and disk space quotas.)

// Mandatory settings
lockPref("browser.cache.disk.capacity",         0); 
//lockpref("browser.cache.disk.smart_size_cached_value", 0); // non-existent settings cause firefox to stop reading the rest of this file zomgwtfbbq
lockPref("browser.cache.disk.smart_size.enabled", false); 
lockPref("browser.cache.disk.enable", false); 
lockPref("browser.cache.offline.enable", false);
lockPref("privacy.clearOnShutdown.cache", true);

Better behaviour might be to ignore that line but continue reading the
file, or to throw a tantrum^H^H^H^H^Herror.

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
firefox stops reading syspref.js after encountering non-existent setting
https://bugs.launchpad.net/bugs/1436207
You received this bug notification because you are a member of AIMS, which is subscribed to the bug report.