Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ff561b3a23feff9fcaa27f765d8d4f5006532fd4
https://github.com/WebKit/WebKit/commit/ff561b3a23feff9fcaa27f765d8d4f5006532fd4
Author: Qianlang Chen <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/Inspector/WebInspectorUIProxy.cpp
M Source/WebKit/WebProcess/Inspector/WebInspectorBackend.cpp
M Source/WebKit/WebProcess/Inspector/WebInspectorBackend.h
M Source/WebKit/WebProcess/Inspector/WebInspectorBackend.messages.in
Log Message:
-----------
Web Inspector: WebInspectorBackend::Show completion handler must be called
https://bugs.webkit.org/show_bug.cgi?id=308319
Reviewed by Devin Rousso and BJ Burg.
Add a success parameter to the handler of the Show message, to match the
requirement that CompletionHandler must always be called.
* Source/WebKit/UIProcess/Inspector/WebInspectorUIProxy.cpp:
(WebKit::WebInspectorUIProxy::connect):
* Source/WebKit/WebProcess/Inspector/WebInspectorBackend.cpp:
(WebKit::WebInspectorBackend::show):
* Source/WebKit/WebProcess/Inspector/WebInspectorBackend.h:
* Source/WebKit/WebProcess/Inspector/WebInspectorBackend.messages.in:
Canonical link: https://commits.webkit.org/307957@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications