This is a backport PR for branch 43-x-y
trop[bot]

#51918: fix: emit render-process-gone outside the process-death notification

Merged
Created: Jun 8, 2026, 12:20:50 PM
Merged: Jun 8, 2026, 3:05:15 PM
1 comments
Target: 43-x-y

Backport of #51900

See that PR for details.

Notes: Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed.

Backport Information

Original PR Author
VerteDinde
Original PR Status
Merged
Original PR Merged At
Jun 8, 2026, 12:20:10 PM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron