#53751: chore: cherry-pick f0d76fefb52c from chromium
Merged
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
- PR description included and stakeholders cc'd
-
npm testpasses - tests are changed or added
- PR title follows semantic commit guidelines
Release Notes
Notes: Fixed a renderer crash that could occur when printing from an iframe.
Backports
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