deepak1556

#50957: refactor: rm chore_add_electron_objects_to_wrappablepointertag.patch

Merged
Created: Apr 11, 2026, 12:49:27 PM
Merged: Apr 12, 2026, 7:02:40 PM
2 comments
Target: main

Description of Change

For #47922

The patch file changes add extra churn when migrating in parallel, we can maintain the pointer tag contract extending from gin's range similar to how gin extends from blink.

cc @ckerr

Release Notes

Notes: none

Backports

42-x-y
Pending
Waiting for a manual backport

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