ckerr

#54111: test: remove transparent-window paint wait

Merged
Created: Sep 18, 2026, 11:14:07 PM
Merged: Sep 19, 2026, 6:19:16 PM
5 comments
Target: main

Description of Change

can show maximized frameless window intermittently times out waiting for ready-to-show; the cause of the missing event is not established.

The wait is unnecessary regardless. The guard added by #30804 is in GetRestoredState(), called synchronously by NativeWindowViews::Show() during construction with show: true. Renderer readiness is unrelated to the native maximization and bounds regression being covered.

Remove the navigation and the wait; all native-state assertions are unchanged.

Checklist

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#54127
Merged At
Sep 19, 2026, 8:21:08 PM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#54128
Merged At
Sep 19, 2026, 7:45:16 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#54129
Merged At
Sep 19, 2026, 8:17:36 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