deepak1556

#52016: refactor: nativeImage managed by cppgc

Merged
Created: Jun 16, 2026, 2:49:49 AM
Merged: Jun 16, 2026, 3:33:36 PM
2 comments
Target: main

Description of Change

Refs #47922

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#52027
Merged At
Jun 17, 2026, 1:47:27 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