Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: child window may have opener removed #38910

Merged
merged 1 commit into from Jun 26, 2023
Merged

fix: child window may have opener removed #38910

merged 1 commit into from Jun 26, 2023

Conversation

zcbenz
Copy link
Member

@zcbenz zcbenz commented Jun 23, 2023

Description of Change

When handling node integration in child windows opened by window.open, the code assumed the child window's web frame must have a opener, which is not correct since the opener may be set to null.

Close #38844.

Checklist

Release Notes

Notes: Fix preload script may not run in some child windows opened by window.open.

@zcbenz zcbenz added semver/patch backwards-compatible bug fixes target/23-x-y PR should also be added to the "23-x-y" branch. target/24-x-y PR should also be added to the "24-x-y" branch. target/25-x-y PR should also be added to the "25-x-y" branch. target/26-x-y PR should also be added to the "26-x-y" branch. labels Jun 23, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jun 23, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jun 24, 2023
@jkleinsc jkleinsc merged commit 09669f9 into main Jun 26, 2023
19 checks passed
@jkleinsc jkleinsc deleted the fix-delayed-open branch June 26, 2023 21:04
@release-clerk
Copy link

release-clerk bot commented Jun 26, 2023

Release Notes Persisted

Fix preload script may not run in some child windows opened by window.open.

@trop
Copy link
Contributor

trop bot commented Jun 26, 2023

I have automatically backported this PR to "26-x-y", please check out #38930

@trop trop bot removed the target/26-x-y PR should also be added to the "26-x-y" branch. label Jun 26, 2023
@trop
Copy link
Contributor

trop bot commented Jun 26, 2023

I have automatically backported this PR to "25-x-y", please check out #38931

@trop
Copy link
Contributor

trop bot commented Jun 26, 2023

I have automatically backported this PR to "24-x-y", please check out #38932

@trop
Copy link
Contributor

trop bot commented Jun 26, 2023

I have automatically backported this PR to "23-x-y", please check out #38933

@trop trop bot added in-flight/25-x-y in-flight/24-x-y and removed target/25-x-y PR should also be added to the "25-x-y" branch. target/24-x-y PR should also be added to the "24-x-y" branch. target/23-x-y PR should also be added to the "23-x-y" branch. labels Jun 26, 2023
@trop trop bot added merged/25-x-y PR was merged to the "25-x-y" branch. merged/26-x-y PR was merged to the "26-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. merged/24-x-y PR was merged to the "24-x-y" branch and removed in-flight/25-x-y in-flight/26-x-y in-flight/23-x-y labels Jun 27, 2023
MrHuangJser pushed a commit to MrHuangJser/electron that referenced this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/23-x-y PR was merged to the "23-x-y" branch. merged/24-x-y PR was merged to the "24-x-y" branch merged/25-x-y PR was merged to the "25-x-y" branch. merged/26-x-y PR was merged to the "26-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Preload script not running on child-window "top" frame
4 participants