Back out part of patch for bug 317819 until tinderbox has been fixed to deal with it

This commit is contained in:
bzbarsky%mit.edu 2006-07-29 08:48:33 +00:00
Родитель 6224a3b0ca
Коммит 6bc89fcd21
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -232,7 +232,8 @@ pref("browser.xul.error_pages.enabled", true);
pref("bidi.browser.ui", false); pref("bidi.browser.ui", false);
// prevent JS from moving/resizing existing windows // prevent JS from moving/resizing existing windows
pref("dom.disable_window_move_resize", true); // Commented out for now until the DHTML tests on tinderbox get fixed to reset this pref
// pref("dom.disable_window_move_resize", true);
// prevent JS from raising or lowering windows // prevent JS from raising or lowering windows
pref("dom.disable_window_flip", true); pref("dom.disable_window_flip", true);
// prevent JS from disabling or replacing context menus // prevent JS from disabling or replacing context menus