fix: offscreen mode under window.open creation (#47868)

fix: offscreen mode under new window creation
This commit is contained in:
Shelley Vohr
2025-08-05 14:56:33 +02:00
committed by GitHub
parent 637a504e28
commit 8806499904
11 changed files with 133 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ track down the source of this problem & figure out if we can fix it
by changing something in Electron.
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index cc7042ef657b5b248869c9fe560fbece07e1d7d6..b286ce081a19a3ca02cfffaa8ac32e407bbff02a 100644
index 65d5726b06a24d6ffca55413fd767cb46c87a137..3f68fa06dd2864e047d12f0c59a3c649494f0bf9 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -5252,7 +5252,7 @@ FrameTree* WebContentsImpl::CreateNewWindow(