[webkit-changes] [WebKit/WebKit] 12f417: Generate more serialization code, separating Daemo...

EWS noreply at github.com
Tue Oct 11 17:42:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 12f417282701d97084722aa8cad975f458fd66e4
      https://github.com/WebKit/WebKit/commit/12f417282701d97084722aa8cad975f458fd66e4
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/RegistrableDomain.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Platform/IPC/DaemonCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebPushDaemonConnectionConfiguration.h
    A Source/WebKit/Shared/WebPushDaemonConnectionConfiguration.serialization.in
    M Source/WebKit/Shared/WebPushMessage.h
    A Source/WebKit/Shared/WebPushMessage.serialization.in
    M Source/WebKit/UIProcess/API/C/WKPage.cpp
    M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Generate more serialization code, separating DaemonCoders from ArgumentCoders
https://bugs.webkit.org/show_bug.cgi?id=246367
rdar://101053162

Reviewed by Tim Horton.

* Source/WebCore/platform/RegistrableDomain.h:
(WebCore::RegistrableDomain::fromRawString):
(WebCore::RegistrableDomain::isEmpty const):
(WebCore::RegistrableDomain::string): Deleted.
(WebCore::RegistrableDomain::encode const): Deleted.
(WebCore::RegistrableDomain::decode): Deleted.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/DaemonCoders.cpp:
(WebKit::Daemon::void>::encode):
(WebKit::Daemon::void>::decode):
(WebKit::Daemon::Coder<WebCore::PushSubscriptionIdentifier>::encode):
(WebKit::Daemon::Coder<WebCore::PushSubscriptionIdentifier>::decode):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/Shared/WebPushDaemonConnectionConfiguration.h:
(WebKit::WebPushD::WebPushDaemonConnectionConfiguration::encode const): Deleted.
(WebKit::WebPushD::WebPushDaemonConnectionConfiguration::decode): Deleted.
* Source/WebKit/Shared/WebPushDaemonConnectionConfiguration.serialization.in: Added.
* Source/WebKit/Shared/WebPushMessage.h:
(WebKit::WebPushMessage::encode const): Deleted.
(WebKit::WebPushMessage::decode): Deleted.
* Source/WebKit/Shared/WebPushMessage.serialization.in: Added.
* Source/WebKit/UIProcess/API/C/WKPage.cpp:
(WKPageLoadedSubresourceDomains):
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:
(-[WKWebsiteDataStore _loadedSubresourceDomainsFor:completionHandler:]):
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list