codebytere

#49633: build: remove Core Graphics private macOS APIs on MAS

Merged
Created: Feb 3, 2026, 8:15:17 AM
Merged: Feb 3, 2026, 11:02:06 AM
4 comments
Target: main

Description of Change

Closes #49616

Removes three more Core Graphics private macOS APIs on MAS:

  • CGSSetWindowCaptureExcludeShape
  • CGRegionCreateWithRect
  • CTFontCopyVariationAxesInternal

Checklist

Release Notes

Notes: none

Backports

39-x-y
Pending
Waiting for a manual backport
40-x-y
Pending
Waiting for a manual backport
41-x-y
Merged
PR Number
#49643
Merged At
Feb 3, 2026, 1:49:04 PM
Released In
Not yet
Release Date
Not yet

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