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: segfault when moving WebContentsView between BrowserWindows #44599

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

jkleinsc
Copy link
Member

@jkleinsc jkleinsc commented Nov 8, 2024

Description of Change

This PR also adds a test case to verify this fix.

Here is a run with that test case before the fix has been applied:
https://github.com/electron/electron/actions/runs/11748536232/job/32734670103?pr=44599

Checklist

Release Notes

Notes: Fixed segfault when moving WebContentsView between BrowserWindows.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Nov 8, 2024
@jkleinsc jkleinsc added semver/patch backwards-compatible bug fixes target/31-x-y PR should also be added to the "31-x-y" branch. target/32-x-y PR should also be added to the "32-x-y" branch. target/33-x-y PR should also be added to the "33-x-y" branch. target/34-x-y PR should also be added to the "34-x-y" branch. labels Nov 8, 2024
@jkleinsc jkleinsc marked this pull request as ready for review November 8, 2024 21:13
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Nov 9, 2024
@jkleinsc jkleinsc merged commit 777e547 into main Nov 11, 2024
54 checks passed
@jkleinsc jkleinsc deleted the fix-childview-crash branch November 11, 2024 23:44
Copy link

release-clerk bot commented Nov 11, 2024

Release Notes Persisted

Fixed segfault when moving WebContentsView between BrowserWindows.

@trop
Copy link
Contributor

trop bot commented Nov 11, 2024

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

@trop trop bot removed the target/34-x-y PR should also be added to the "34-x-y" branch. label Nov 11, 2024
@trop
Copy link
Contributor

trop bot commented Nov 11, 2024

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

@trop
Copy link
Contributor

trop bot commented Nov 11, 2024

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

@trop
Copy link
Contributor

trop bot commented Nov 11, 2024

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

@trop trop bot added in-flight/33-x-y in-flight/31-x-y in-flight/32-x-y and removed target/33-x-y PR should also be added to the "33-x-y" branch. target/31-x-y PR should also be added to the "31-x-y" branch. labels Nov 11, 2024
@trop trop bot added merged/34-x-y PR was merged to the "34-x-y" branch. merged/33-x-y PR was merged to the "33-x-y" branch. merged/31-x-y PR was merged to the "31-x-y" branch. merged/32-x-y PR was merged to the "32-x-y" branch. and removed target/32-x-y PR should also be added to the "32-x-y" branch. in-flight/34-x-y in-flight/33-x-y in-flight/31-x-y in-flight/32-x-y labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/31-x-y PR was merged to the "31-x-y" branch. merged/32-x-y PR was merged to the "32-x-y" branch. merged/33-x-y PR was merged to the "33-x-y" branch. merged/34-x-y PR was merged to the "34-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segfault when moving WebContentsView between BrowserWindows
2 participants