[webkit-changes] [WebKit/WebKit] f1b5ef: Adopt more smart pointers in WorkerThread.h
Chris Dumez
noreply at github.com
Wed Sep 25 07:43:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f1b5ef5dc10f965db16c2cf2b70757cc4f76b004
https://github.com/WebKit/WebKit/commit/f1b5ef5dc10f965db16c2cf2b70757cc4f76b004
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M Source/WebCore/Modules/badge/WorkerBadgeProxy.h
M Source/WebCore/Modules/webaudio/AudioWorkletMessagingProxy.h
M Source/WebCore/workers/WorkerDebuggerProxy.h
M Source/WebCore/workers/WorkerLoaderProxy.h
M Source/WebCore/workers/WorkerMessagingProxy.h
M Source/WebCore/workers/WorkerObjectProxy.h
M Source/WebCore/workers/WorkerReportingProxy.h
M Source/WebCore/workers/WorkerThread.cpp
M Source/WebCore/workers/WorkerThread.h
M Source/WebCore/workers/service/context/ServiceWorkerThread.cpp
M Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.h
M Source/WebCore/workers/shared/context/SharedWorkerThreadProxy.h
Log Message:
-----------
Adopt more smart pointers in WorkerThread.h
https://bugs.webkit.org/show_bug.cgi?id=280315
Reviewed by Per Arne Vollan.
* Source/WebCore/Modules/badge/WorkerBadgeProxy.h:
* Source/WebCore/Modules/webaudio/AudioWorkletMessagingProxy.h:
(WebCore::AudioWorkletMessagingProxy::ptrCount const):
(WebCore::AudioWorkletMessagingProxy::ptrCountWithoutThreadCheck const):
(WebCore::AudioWorkletMessagingProxy::incrementPtrCount const):
(WebCore::AudioWorkletMessagingProxy::decrementPtrCount const):
* Source/WebCore/workers/WorkerDebuggerProxy.h:
* Source/WebCore/workers/WorkerLoaderProxy.h:
* Source/WebCore/workers/WorkerMessagingProxy.h:
* Source/WebCore/workers/WorkerObjectProxy.h:
* Source/WebCore/workers/WorkerReportingProxy.h:
* Source/WebCore/workers/WorkerThread.cpp:
(WebCore::WorkerThread::workerLoaderProxy):
(WebCore::WorkerThread::workerBadgeProxy const):
(WebCore::WorkerThread::workerDebuggerProxy const):
(WebCore::WorkerThread::workerReportingProxy const):
* Source/WebCore/workers/WorkerThread.h:
(WebCore::WorkerThread::workerBadgeProxy const): Deleted.
(WebCore::WorkerThread::workerReportingProxy const): Deleted.
* Source/WebCore/workers/service/context/ServiceWorkerThread.cpp:
(WebCore::DummyServiceWorkerThreadProxy::shared): Deleted.
* Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.h:
* Source/WebCore/workers/shared/context/SharedWorkerThreadProxy.h:
Canonical link: https://commits.webkit.org/284222@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list