Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc1660b2260a78c8da74edfe0c2f22598341a47a
https://github.com/WebKit/WebKit/commit/dc1660b2260a78c8da74edfe0c2f22598341a47a
Author: Žan Doberšek <[email protected]>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in
M Source/WebKit/NetworkProcess/NetworkProcess.messages.in
Log Message:
-----------
[WK2] std::optional<WebKit::NavigatingToAppBoundDomain> parameters shouldn't
be marked as enums in IPC messages
https://bugs.webkit.org/show_bug.cgi?id=247881
Reviewed by Kimmo Kinnunen.
The NavigatingToAppBoundDomain enum values wrapped in std::optional<> in
various IPC messages shouldn't
be marked as enums. The enumeration values are handled appropriately during
encoding and decoding of
std::optional<>, whereas the additional marking hampers generation of a
reference type as the parameter
type for each affected message.
* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.messages.in:
* Source/WebKit/NetworkProcess/NetworkProcess.messages.in:
Canonical link: https://commits.webkit.org/256645@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes