codebytere

#53751: chore: cherry-pick f0d76fefb52c from chromium

Merged
Created: Sep 8, 2026, 2:38:16 PM
Merged: Sep 9, 2026, 3:11:04 AM
4 comments
Target: main

Description of Change

Backport of https://chromium-review.googlesource.com/c/chromium/src/+/8356469.

Fixes a renderer crash (unbounded recursion in CullRect::ApplyPaintProperties()) that can occur when printing from a subframe, e.g. iframe.contentWindow.print().

Checklist

Release Notes

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

Backports

43-x-y
Merged
PR Number
#53761
Merged At
Sep 9, 2026, 12:49:14 PM
Released In
Not yet
Release Date
Not yet
44-x-y
In-flight
PR Number
#53762
Waiting to be merged
45-x-y
In-flight
PR Number
#53763
Waiting to be merged

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