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

#53218: fix: preserve initial window title with forward/back navigation

Merged
Created: Aug 26, 2026, 8:23:12 PM
Merged: Aug 26, 2026, 9:51:22 PM
1 comments
Target: 44-x-y

Backport of #53180

See that PR for details.

Notes: Fixed a regression where a window created with a custom title can show an empty title after using back/forward navigation.

Backport Information

Original PR Author
Bloomca
Original PR Status
Merged
Original PR Merged At
Aug 26, 2026, 8:22:46 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