[webkit-changes] [WebKit/WebKit] 5bec43: Move ArgumentCodersCocoa.mm to WebKitPlatform

Brady Eidson noreply at github.com
Wed Oct 25 19:27:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5bec434844a936e32702a2d26f835d388991dec0
      https://github.com/WebKit/WebKit/commit/5bec434844a936e32702a2d26f835d388991dec0
  Author: Brady Eidson <beidson at apple.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Move ArgumentCodersCocoa.mm to WebKitPlatform
https://bugs.webkit.org/show_bug.cgi?id=263681
rdar://117493028

Reviewed by Alex Christensen.

Moving this file to WebKitPlatform also revealed an unused symbol and unreachable code,
so this patch also resolves those issues.

* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm:
(IPC::shouldEnableStrictMode):
(IPC::haveSecureActionContext): Deleted.
(IPC::haveStrictDecodableCNContact): Deleted.
(IPC::haveStrictDecodablePKContact): Deleted.
(IPC::haveStrictDecodableNSTextTable): Deleted.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list