Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45f52741b039cb7e1ef54a12971ed2891cf38481
      
https://github.com/WebKit/WebKit/commit/45f52741b039cb7e1ef54a12971ed2891cf38481
  Author: Chris Dumez <[email protected]>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

  Changed paths:
    M Source/WebCore/dom/MessageChannel.cpp
    M Source/WebCore/dom/MessagePort.cpp
    M Source/WebCore/dom/messageports/MessagePortChannelProvider.cpp
    M Source/WebCore/dom/messageports/MessagePortChannelProvider.h
    M Source/WebCore/dom/messageports/MessagePortChannelProviderImpl.cpp
    M Source/WebCore/dom/messageports/MessagePortChannelProviderImpl.h
    M Source/WebCore/dom/messageports/WorkerMessagePortChannelProvider.cpp
    M Source/WebCore/dom/messageports/WorkerMessagePortChannelProvider.h
    M Source/WebCore/workers/WorkerGlobalScope.cpp
    M Source/WebCore/workers/WorkerGlobalScope.h
    M Source/WebCore/worklets/WorkletGlobalScope.cpp
    M Source/WebCore/worklets/WorkletGlobalScope.h
    M Source/WebKit/WebProcess/WebCoreSupport/WebMessagePortChannelProvider.h

  Log Message:
  -----------
  Drop IsDeprecatedWeakRefSmartPointerException for MessagePortChannelProvider
https://bugs.webkit.org/show_bug.cgi?id=300605

Reviewed by Darin Adler.

* Source/WebCore/dom/MessageChannel.cpp:
(WebCore::MessageChannel::MessageChannel):
* Source/WebCore/dom/MessagePort.cpp:
(WebCore::MessagePort::entangle):
(WebCore::MessagePort::postMessage):
(WebCore::MessagePort::disentangle):
(WebCore::MessagePort::dispatchMessages):
* Source/WebCore/dom/messageports/MessagePortChannelProvider.cpp:
(WebCore::globalProvider):
(WebCore::MessagePortChannelProvider::singleton):
* Source/WebCore/dom/messageports/MessagePortChannelProvider.h:
(WebCore::MessagePortChannelProvider::protectedFromContext):
* Source/WebCore/dom/messageports/MessagePortChannelProviderImpl.cpp:
(WebCore::MessagePortChannelProviderImpl::create):
* Source/WebCore/dom/messageports/MessagePortChannelProviderImpl.h:
* Source/WebCore/dom/messageports/WorkerMessagePortChannelProvider.cpp:
(WebCore::WorkerMessagePortChannelProvider::create):
(WebCore::WorkerMessagePortChannelProvider::takeAllMessagesForPort):
* Source/WebCore/dom/messageports/WorkerMessagePortChannelProvider.h:
* Source/WebCore/workers/WorkerGlobalScope.cpp:
(WebCore::WorkerGlobalScope::messagePortChannelProvider):
* Source/WebCore/workers/WorkerGlobalScope.h:
* Source/WebCore/worklets/WorkletGlobalScope.cpp:
(WebCore::WorkletGlobalScope::messagePortChannelProvider):
* Source/WebCore/worklets/WorkletGlobalScope.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebMessagePortChannelProvider.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to