Dom.max chrome script run timeFrom MozillaZine Knowledge Base
[edit] BackgroundJavaScript that takes a long time to run can make the browser unresponsive. As such, a check is built in to allow long-running scripts to be aborted. That check is now able to differentiate between scripts running in web pages (content) and scripts running in the application’s chrome. This preference determines how long scripts running from chrome are allowed to run before the user can choose to abort the script. [edit] Possible values and their effectsThe value is a positive integer, determining the number of seconds of execution (wall time). 0 and negative values are considered “forever.†Default value is 20. For Thunderbird and SeaMonkey on Mac, the default is 0 since 2012-08-21 trunk build (bug 482811). [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences |