mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764414 - Let <iframe mozapp> content open popups even when it's in the background. r=bz
This commit is contained in:
parent
1533d022bb
commit
a89a82fe3d
@ -8641,7 +8641,7 @@ nsGlobalWindow::OpenInternal(const nsAString& aUrl, const nsAString& aName,
|
||||
NS_ASSERTION(mDocShell, "Must have docshell here");
|
||||
|
||||
const bool checkForPopup = !nsContentUtils::IsCallerChrome() &&
|
||||
!aDialog && !WindowExists(aName, !aCalledNoScript);
|
||||
!IsPartOfApp() && !aDialog && !WindowExists(aName, !aCalledNoScript);
|
||||
|
||||
// Note: it's very important that this be an nsXPIDLCString, since we want
|
||||
// .get() on it to return nsnull until we write stuff to it. The window
|
||||
|
Loading…
Reference in New Issue
Block a user