зеркало из https://github.com/mozilla/gecko-dev.git
Bug 385837: No window gets the focus when loading a URL from an external application. r=gavin.sharp, a=blocking-firefox3 M9
This commit is contained in:
Родитель
dda8b3a65f
Коммит
3e2e608a8b
|
@ -3975,6 +3975,8 @@ nsBrowserAccess.prototype =
|
|||
newWindow.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIWebNavigation)
|
||||
.loadURI(url, loadflags, referrer, null, null);
|
||||
if (!loadInBackground && isExternal)
|
||||
newWindow.focus();
|
||||
} catch(e) {
|
||||
}
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче