Backend to load external links in new tabs b=231984 r=danm sr=jst

git-svn-id: svn://10.0.0.236/trunk@168703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-02-02 10:04:09 +00:00
parent cfb07236d2
commit 0e8a18b70f
3 changed files with 66 additions and 5 deletions

View File

@@ -139,11 +139,6 @@ pref("browser.forms.submit.backwards_compatible", true);
// Tab browser preferences.
pref("browser.tabs.autoHide", true);
pref("browser.tabs.forceHide", false);
pref("browser.tabs.loadInBackground", false);
pref("browser.tabs.opentabfor.middleclick", false);
pref("browser.tabs.opentabfor.urlbar", false);
pref("browser.tabs.opentabfor.windowopen", false);
pref("browser.tabs.opentabfor.bookmarks", false);
pref("browser.tabs.warnOnClose", true);
pref("browser.tabs.warnOnCloseOther", true);
// 0 = append, 1 = replace