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

#53762: chore: cherry-pick f0d76fefb52c from chromium

Merged
Created: Sep 9, 2026, 3:11:32 AM
Merged: Sep 9, 2026, 4:45:03 PM
2 comments
Target: 44-x-y

Backport of #53751

See that PR for details.

Notes: Fixed a renderer crash that could occur when printing from an iframe.

Backport Information

Original PR Author
codebytere
Original PR Status
Merged
Original PR Merged At
Sep 9, 2026, 3:11:04 AM
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