Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c733fa58e121ebdced2d82db24cb5a07d54e02f5
https://github.com/WebKit/WebKit/commit/c733fa58e121ebdced2d82db24cb5a07d54e02f5
Author: Qianlang Chen <[email protected]>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebCore/inspector/FrameInspectorController.cpp
Log Message:
-----------
REGRESSION (305166@main): [ macOS ]
http/tests/lazyload/lazy-image-load-in-iframes-scripting-disabled.html is a
flaky crash
https://bugs.webkit.org/show_bug.cgi?id=305026
rdar://167665017
Reviewed by BJ Burg.
* Source/WebCore/inspector/FrameInspectorController.cpp:
(WebCore::FrameInspectorController::connectFrontend):
(WebCore::FrameInspectorController::disconnectFrontend):
When connecting and disconnecting the frame inspector target with the
inspector, we should follow the existing order of operation in
PageInspectorController::(dis)connectFrontend, to ensure the
InjectedScriptManager is in the set up state while the agents are
handling frontend created or destroyed events.
* LayoutTests/platform/mac-wk2/TestExpectations:
The lazy-image-load-in-iframes-scripting-disabled test should
progress.
Canonical link: https://commits.webkit.org/305538@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications