Bug 456083, set extra preference to force windows with features set to open in new tabs as well, r=mfinkle

This commit is contained in:
Neil Deakin 2008-10-21 14:28:08 -04:00
Родитель 10507c3940
Коммит 1d5e8b5025
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -243,6 +243,8 @@ pref("dom.disable_window_move_resize", true);
// 0=default window, 1=current window/tab, 2=new window, 3=new tab in most window
pref("browser.link.open_external", 3);
pref("browser.link.open_newwindow", 3);
// 0=force all new windows to tabs, 1=don't force, 2=only force those with no features set
pref("browser.link.open_newwindow.restriction", 0);
// controls which bits of private data to clear. by default we clear them all.
pref("privacy.sanitize.promptOnSanitize", false);