cmux/cmuxTests
Lawrence Chen dca8992901
Fix use-after-free in ghostty_surface_refresh after sleep/wake (#432) (#619)
Add nil guard in forceRefresh() to prevent dereferencing freed surface
pointer. Split else-if chains in Workspace.swift so
requestBackgroundSurfaceStartIfNeeded() runs if surface is freed during
the refresh call. Add regression test exercising the crash path.
2026-02-27 01:44:02 -08:00
..
AppDelegateShortcutRoutingTests.swift Use command palette flow for workspace rename shortcut 2026-02-25 05:12:49 -08:00
CJKIMEInputTests.swift Fix IME firstRect preedit anchor sizing (https://github.com/manaflow-ai/cmux/issues/265) 2026-02-21 03:16:33 -08:00
CmuxWebViewKeyEquivalentTests.swift Fix use-after-free in ghostty_surface_refresh after sleep/wake (#432) (#619) 2026-02-27 01:44:02 -08:00
GhosttyConfigTests.swift Add telemetry opt-out setting (#610) 2026-02-26 22:02:29 -08:00
SessionPersistenceTests.swift Reduce unchanged autosave snapshot churn 2026-02-25 16:28:09 -08:00
SocketControlPasswordStoreTests.swift Restore lazy keychain reads for socket password (#589) 2026-02-26 15:16:27 -08:00
UpdatePillReleaseVisibilityTests.swift Fix notification bell hover crash by conditionally tracking hover (#574) 2026-02-26 14:26:28 -08:00
WorkspaceContentViewVisibilityTests.swift Fix tab drag blank state and preserve non-custom titles across window drops 2026-02-24 14:36:12 -08:00
WorkspaceManualUnreadTests.swift Add command palette (Cmd+Shift+P) (#358) 2026-02-23 03:26:36 -08:00