[webkit-changes] [WebKit/WebKit] 7303ff: Move some more "softlinked wrapper" classes across...

Gavin noreply at github.com
Thu Dec 1 13:32:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7303ffa1082a0787e1f6fdf9749c2c7474a755c2
      https://github.com/WebKit/WebKit/commit/7303ffa1082a0787e1f6fdf9749c2c7474a755c2
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/PlatformMac.cmake
    M Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.mm
    A Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.serialization.in
    M Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeaturesWebKit.h
    M Source/WebKit/Shared/ApplePay/PaymentSetupConfiguration.mm
    A Source/WebKit/Shared/ApplePay/PaymentSetupConfiguration.serialization.in
    M Source/WebKit/Shared/ApplePay/PaymentSetupConfigurationWebKit.h
    M Source/WebKit/Shared/Cocoa/DataDetectionResult.h
    R Source/WebKit/Shared/Cocoa/DataDetectionResult.mm
    A Source/WebKit/Shared/Cocoa/DataDetectionResult.serialization.in
    M Source/WebKit/Shared/Cocoa/RevealItem.h
    M Source/WebKit/Shared/Cocoa/RevealItem.mm
    A Source/WebKit/Shared/Cocoa/RevealItem.serialization.in
    M Source/WebKit/Shared/WebPopupItem.cpp
    M Source/WebKit/Shared/WebPopupItem.h
    A Source/WebKit/Shared/WebPopupItem.serialization.in
    M Source/WebKit/SourcesCocoa.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Move some more "softlinked wrapper" classes across to the new CoreIPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=248474
rdar://102772747

Reviewed by Alex Christensen.

    Move some more of the softlinked wrapper classes across to the new
    CoreIPC serialization format. This includes:
        - PaymentSetupFeatures
        - PaymentSetupConfiguration
        - DataDetectionResult
        - RevealItem
        - WebPopupItem

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/PlatformMac.cmake:
* Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeatures.mm:
(WebKit::PaymentSetupFeatures::encode const): Deleted.
(WebKit::PaymentSetupFeatures::decode): Deleted.
* Source/WebKit/Shared/ApplePay/ApplePayPaymentSetupFeaturesWebKit.h:
* Source/WebKit/Shared/ApplePay/PaymentSetupConfiguration.mm:
(WebKit::PaymentSetupConfiguration::encode const): Deleted.
(WebKit::PaymentSetupConfiguration::decode): Deleted.
* Source/WebKit/Shared/ApplePay/PaymentSetupConfigurationWebKit.h:
* Source/WebKit/Shared/Cocoa/DataDetectionResult.h:
* Source/WebKit/Shared/Cocoa/DataDetectionResult.mm: Removed.
* Source/WebKit/Shared/Cocoa/RevealItem.h:
* Source/WebKit/Shared/Cocoa/RevealItem.mm:
(WebKit::RevealItem::encode const): Deleted.
(WebKit::RevealItem::decode): Deleted.
* Source/WebKit/Shared/WebPopupItem.cpp:
(WebKit::WebPopupItem::encode const): Deleted.
(WebKit::WebPopupItem::decode): Deleted.
* Source/WebKit/Shared/WebPopupItem.h:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list