This is a backport PR for branch 40-x-y
trop[bot]

#49934: fix: crash after win.showAllTabs() new tab

Merged
Created: Feb 24, 2026, 3:09:37 PM
Merged: Feb 25, 2026, 7:39:27 AM
1 comments
Target: 40-x-y

Backport of #49917

See that PR for details.

Notes: Fixed a macOS crash when creating a new tab from the tab overview.

Backport Information

Original PR Author
codebytere
Original PR Status
Merged
Original PR Merged At
Feb 24, 2026, 3:09:09 PM
Original PR Link
GitHubView on GitHub

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