Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2f57270fc7c5b9d381abd48913241460a0deed4c
https://github.com/WebKit/WebKit/commit/2f57270fc7c5b9d381abd48913241460a0deed4c
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-08-30 (Sun, 30 Aug 2026)
Changed paths:
M LayoutTests/ipc/serialized-type-info.html
M
Source/JavaScriptCore/inspector/scripts/codegen/generate_cpp_backend_dispatcher_header.py
M
Source/JavaScriptCore/inspector/scripts/tests/expected/command-targetType-matching-domain-debuggableType.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-async-attribute.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/definitions-with-mac-platform.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/domain-debuggableTypes.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/domain-exposed-as-other-name.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/domain-targetType-matching-domain-debuggableType.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/domain-targetTypes.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/enum-values.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/event-targetType-matching-domain-debuggableType.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/events-with-optional-parameters.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/same-type-id-different-domain.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/should-strip-comments.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-array-type.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-enum-type.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-object-type.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/type-with-open-parameters.json-result
M Source/JavaScriptCore/inspector/scripts/tests/expected/version.json-result
M
Source/JavaScriptCore/inspector/scripts/tests/expected/webdriver-bidi-enum-validation.json-result
M
Source/WebKit/GPUProcess/media/RemoteAudioVideoRendererProxyManager.messages.in
M Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.messages.in
M Source/WebKit/GPUProcess/webrtc/UserMediaCaptureManagerProxy.messages.in
M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in
M
Source/WebKit/NetworkProcess/ServiceWorker/WebSWServerConnection.messages.in
M
Source/WebKit/NetworkProcess/ServiceWorker/WebSWServerToContextConnection.messages.in
M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.messages.in
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/opaque_ipc_types.py
M Source/WebKit/Scripts/webkit/opaque_ipc_types.tracking.in
M Source/WebKit/Shared/WebCoreArgumentCodersMedia.serialization.in
M Source/WebKit/Shared/WebCoreArgumentCodersStorage.serialization.in
M Source/WebKit/UIProcess/Extensions/WebExtensionContext.messages.in
M Source/WebKit/UIProcess/WebPageProxy.messages.in
M Source/WebKit/UIProcess/WebProcessProxy.messages.in
M Source/WebKit/UIProcess/XR/PlatformXRSystem.messages.in
M Source/WebKit/WebProcess/Automation/WebAutomationSessionProxy.messages.in
M
Source/WebKit/WebProcess/GPU/media/RemoteMediaResourceLoaderProxy.messages.in
M Source/WebKit/WebProcess/Inspector/WebInspectorBackend.messages.in
M
Source/WebKit/WebProcess/Inspector/WebInspectorUIExtensionController.messages.in
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
M Source/WebKit/WebProcess/glib/UserMediaCaptureManager.messages.in
M Source/WebKit/webpushd/PushClientConnection.messages.in
Log Message:
-----------
Drop WTF::Expected alias usage in IPC and inspector code generation
https://bugs.webkit.org/show_bug.cgi?id=322893
rdar://186146979
Reviewed by Richard Robinson.
wtf/Expected.h is a thin alias header that is being removed. Three code
generation methods reference the alias by name, so we update both the
generators and their inputs (.messages.in, .serialization.in, and
opaque_ipc_types.tracking.in).
No new tests because this patch does not introduce a behavior change.
Canonical link: https://commits.webkit.org/320121@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications