Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 930e6f1d5d028b60249d124e2aaeda4d78076d5f
https://github.com/WebKit/WebKit/commit/930e6f1d5d028b60249d124e2aaeda4d78076d5f
Author: Simon Lewis <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M Source/WebKit/Scripts/webkit/opaque_ipc_types.tracking.in
M Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.h
M Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.mm
M Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.serialization.in
M Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm
Log Message:
-----------
Move CoreIPCNSURLRequest off of using PlistDictionary for IPC serialization
https://bugs.webkit.org/show_bug.cgi?id=304245
rdar://166612102
Reviewed by Abrar Rahman Protyasha.
Replaces the opaque PlistDictionary in CoreIPCNSURLRequest with an
explicit breakdown of it's internal data for protocol properties.
Co-authored-by: Gavin Phillips <[email protected]>
Test: Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm
* Source/WebKit/Scripts/webkit/opaque_ipc_types.tracking.in:
* Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.h:
* Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.mm:
(WebKit::CoreIPCNSURLRequest::CoreIPCNSURLRequest):
(WebKit::CoreIPCNSURLRequest::toID const):
* Source/WebKit/Shared/Cocoa/CoreIPCNSURLRequest.serialization.in:
* Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:
(TEST(IPCSerialization, NSURLRequestProtocolProperties)):
Canonical link: https://commits.webkit.org/307823@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications