Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5bec434844a936e32702a2d26f835d388991dec0
      
https://github.com/WebKit/WebKit/commit/5bec434844a936e32702a2d26f835d388991dec0
  Author: Brady Eidson <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to