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

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

Open
Created: Jun 8, 2026, 12:20:44 PM
0 comments
Target: 41-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