Bug 1616353 - Part 7.7: Remove window initialization properties which are redundant with nsOpenWindowInfo, r=kmag
These properties used to be passed to newly created content windows in many different ways, but are now unified under nsOpenWindowInfo. This patch cleans up the remaining properties. Differential Revision: https://phabricator.services.mozilla.com/D67056
This commit is contained in:
@@ -12677,15 +12677,6 @@ bool nsDocShell::IsInvisible() { return mInvisible; }
|
||||
|
||||
void nsDocShell::SetInvisible(bool aInvisible) { mInvisible = aInvisible; }
|
||||
|
||||
void nsDocShell::SetOpener(nsIRemoteTab* aOpener) {
|
||||
mOpener = do_GetWeakReference(aOpener);
|
||||
}
|
||||
|
||||
nsIRemoteTab* nsDocShell::GetOpener() {
|
||||
nsCOMPtr<nsIRemoteTab> opener(do_QueryReferent(mOpener));
|
||||
return opener;
|
||||
}
|
||||
|
||||
// The caller owns |aAsyncCause| here.
|
||||
void nsDocShell::NotifyJSRunToCompletionStart(const char* aReason,
|
||||
const nsAString& aFunctionName,
|
||||
|
||||
Reference in New Issue
Block a user