зеркало из https://github.com/mozilla/pjs.git
Bug 504189 - Need to make slow script dialog delay higher On WinCE, r=vlad
This commit is contained in:
Родитель
625bae93d8
Коммит
3ab659920f
|
@ -385,6 +385,11 @@ pref("general.warnOnAboutConfig", false);
|
|||
pref("javascript.options.showInConsole", false);
|
||||
#endif
|
||||
|
||||
#ifdef WINCE
|
||||
// Set the threshold higher to avoid some slow script warnings
|
||||
pref("dom.max_script_run_time", 20);
|
||||
#endif
|
||||
|
||||
// Make the status bar reliably present and unaffected by pages
|
||||
pref("dom.disable_window_open_feature.status", true);
|
||||
// This is the pref to control the location bar, change this to true to
|
||||
|
|
Загрузка…
Ссылка в новой задаче