[webkit-changes] [WebKit/WebKit] 8d41c1: Port remaining service worker types to the new IPC...
Gavin
noreply at github.com
Mon Feb 6 04:42:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d41c16efed53ebf22c873ec7b5f4721c576057d
https://github.com/WebKit/WebKit/commit/8d41c16efed53ebf22c873ec7b5f4721c576057d
Author: Gavin Phillips <gavin.p at apple.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M Source/WebCore/workers/service/ServiceWorkerClientData.h
M Source/WebCore/workers/service/ServiceWorkerClientQueryOptions.h
M Source/WebCore/workers/service/ServiceWorkerClientType.h
M Source/WebCore/workers/service/ServiceWorkerData.h
M Source/WebCore/workers/service/ServiceWorkerJob.h
M Source/WebCore/workers/service/ServiceWorkerJobData.cpp
M Source/WebCore/workers/service/ServiceWorkerJobData.h
M Source/WebCore/workers/service/ServiceWorkerJobType.h
M Source/WebCore/workers/service/ServiceWorkerTypes.h
M Source/WebCore/workers/service/ServiceWorkerUpdateViaCache.h
M Source/WebCore/workers/service/server/SWServerJobQueue.cpp
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Port remaining service worker types to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=251583
rdar://104958760
Reviewed by Alex Christensen.
This change includes porting the following types:
- ServiceWorkerClientType
- ServiceWorkerJobType
- ServiceWorkerRegistrationState
- ServiceWorkerState
- ServiceWorkerClientFrameType
- ServiceWorkerClientFrameType
- ShouldNotifyWhenResolved
- ServiceWorkerUpdateViaCache
- ServiceWorkerClientData
- ServiceWorkerClientQueryOptions
- ServiceWorkerJobData
* Source/WebCore/workers/service/ServiceWorkerClientData.h:
(WebCore::ServiceWorkerClientData::encode const): Deleted.
(WebCore::ServiceWorkerClientData::decode): Deleted.
* Source/WebCore/workers/service/ServiceWorkerClientQueryOptions.h:
(WebCore::ServiceWorkerClientQueryOptions::encode const): Deleted.
(WebCore::ServiceWorkerClientQueryOptions::decode): Deleted.
* Source/WebCore/workers/service/ServiceWorkerClientType.h:
* Source/WebCore/workers/service/ServiceWorkerData.h:
(WebCore::ServiceWorkerData::encode const): Deleted.
(WebCore::ServiceWorkerData::decode): Deleted.
* Source/WebCore/workers/service/ServiceWorkerJob.h:
* Source/WebCore/workers/service/ServiceWorkerJobData.cpp:
(WebCore::ServiceWorkerJobData::ServiceWorkerJobData):
(WebCore::ServiceWorkerJobData::isolatedCopy const):
(WebCore::ServiceWorkerJobData::isEquivalent const):
* Source/WebCore/workers/service/ServiceWorkerJobData.h:
(WebCore::ServiceWorkerJobData::encode const): Deleted.
(WebCore::ServiceWorkerJobData::decode): Deleted.
* Source/WebCore/workers/service/ServiceWorkerJobType.h:
* Source/WebCore/workers/service/ServiceWorkerTypes.h:
* Source/WebCore/workers/service/ServiceWorkerUpdateViaCache.h:
* Source/WebCore/workers/service/server/SWServerJobQueue.cpp:
(WebCore::SWServerJobQueue::runRegisterJob):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/259889@main
More information about the webkit-changes
mailing list