Browser.link.open newwindow: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(First checked in / Has an effect in additions)
Line 11: Line 11:
===3===
===3===
Open links, that would normally open in a new window, in a new tab in the current window (Default in Firefox 2.0 and newer).
Open links, that would normally open in a new window, in a new tab in the current window (Default in Firefox 2.0 and newer).
==First checked in==
[http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/dom/src/base&command=DIFF_FRAMESET&file=nsGlobalWindow.cpp&rev1=1.652.2.2.2.18&rev2=1.652.2.2.2.19&root=/cvsroot 2004-10-03 by Dan Matejka]
==Has an effect in==
* Mozilla Firefox (all versions since 1.0)
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=172962 Bug 172962 - Options for where to open URLs from other applications (reuse tab, new tab, new window)]


==Related preferences==
==Related preferences==

Revision as of 04:34, 18 October 2007

Background

Some web sites choose to open certain links in new windows. This preference lets you control where to open these links, that would normally open new windows. You can use browser.link.open_newwindow.restriction to fine tune which links will be affected by this preference.

Possible values and their effects

1

Open links, that would normally open in a new window, in the current tab/window.

2

Open links, that would normally open in a new window, in a new window (Default in Firefox 1.5 and older).

3

Open links, that would normally open in a new window, in a new tab in the current window (Default in Firefox 2.0 and newer).

First checked in

2004-10-03 by Dan Matejka

Has an effect in

  • Mozilla Firefox (all versions since 1.0)

Related bugs

Related preferences