Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b818804dc7a1ed06e832ec5fd30ed2648eb3a3c
      
https://github.com/WebKit/WebKit/commit/2b818804dc7a1ed06e832ec5fd30ed2648eb3a3c
  Author: Claudio Saavedra <csaave...@igalia.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/PlatformMac.cmake
    M Source/WebKit/Shared/API/Cocoa/RemoteObjectInvocation.h
    M Source/WebKit/Shared/API/Cocoa/RemoteObjectInvocation.mm
    M Source/WebKit/Shared/API/Cocoa/RemoteObjectRegistry.mm
    M Source/WebKit/Shared/API/Cocoa/_WKRemoteObjectRegistry.mm
    A Source/WebKit/Shared/Cocoa/RemoteObjectInvocation.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm

  Log Message:
  -----------
  Port RemoteObjectInvocation to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=272394

Reviewed by Alex Christensen.

Modify also the return value of a couple of member methods
to use smart pointers instead of raw ones and allow their
serialization.

* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/PlatformMac.cmake:
* Source/WebKit/Shared/API/Cocoa/RemoteObjectInvocation.h:
(WebKit::RemoteObjectInvocation::encodedInvocation const):
(WebKit::RemoteObjectInvocation::replyInfo const):
* Source/WebKit/Shared/API/Cocoa/RemoteObjectInvocation.mm:
(WebKit::RemoteObjectInvocation::encode const): Deleted.
(WebKit::RemoteObjectInvocation::decode): Deleted.
* Source/WebKit/Shared/API/Cocoa/RemoteObjectRegistry.mm:
(WebKit::RemoteObjectRegistry::sendInvocation):
* Source/WebKit/Shared/API/Cocoa/_WKRemoteObjectRegistry.mm:
(-[_WKRemoteObjectRegistry _invokeMethod:]):
* Source/WebKit/Shared/Cocoa/RemoteObjectInvocation.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCTestingAPI.mm:
(SerializedTypeInfo)): Update accordingly.

Canonical link: https://commits.webkit.org/277351@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to