[webkit-changes] [WebKit/WebKit] 71cada: Move SecItemShim to the Network Process subdirectory

Gavin noreply at github.com
Fri Feb 3 13:30:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 71cadaca836c54626e8bf1fb30de043cffc59ce0
      https://github.com/WebKit/WebKit/commit/71cadaca836c54626e8bf1fb30de043cffc59ce0
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    A Source/WebKit/NetworkProcess/mac/SecItemShim.cpp
    A Source/WebKit/NetworkProcess/mac/SecItemShim.h
    R Source/WebKit/Shared/mac/SecItemShim.cpp
    R Source/WebKit/Shared/mac/SecItemShim.h
    M Source/WebKit/SourcesCocoa.txt
    M Source/WebKit/UIProcess/WebProcessProxy.cpp
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Move SecItemShim to the Network Process subdirectory
https://bugs.webkit.org/show_bug.cgi?id=251678
rdar://105002389

Reviewed by Alex Christensen.

The SecItemShim is only required in the Network Process, so move the
code out of shared and into the Network Process specific directory.

* Source/WebKit/Shared/mac/SecItemShim.cpp: Removed.
* Source/WebKit/Shared/mac/SecItemShim.h: Removed.
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::connectionWillOpen):
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list