Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a54bf8d0c9acc783e14bde3dbae3c990783e948e
https://github.com/WebKit/WebKit/commit/a54bf8d0c9acc783e14bde3dbae3c990783e948e
Author: Chris Dumez <[email protected]>
Date: 2025-10-26 (Sun, 26 Oct 2025)
Changed paths:
M Source/WTF/wtf/NativePromise.h
M Source/WebCore/dom/ScriptExecutionContextInlines.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm
M Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.h
M Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.mm
M Tools/TestWebKitAPI/Tests/WTF/NativePromise.cpp
Log Message:
-----------
Drop IsDeprecatedWeakRefSmartPointerException for NativePromiseRequest
https://bugs.webkit.org/show_bug.cgi?id=301478
Reviewed by Ryosuke Niwa.
* Source/WTF/wtf/NativePromise.h:
(WTF::NativePromiseRequest::~NativePromiseRequest): Deleted.
(WTF::NativePromiseRequest::track): Deleted.
(WTF::NativePromiseRequest::operator bool const): Deleted.
(WTF::NativePromiseRequest::complete): Deleted.
(WTF::NativePromiseRequest::disconnect): Deleted.
* Source/WebCore/dom/ScriptExecutionContextInlines.h:
(WebCore::ScriptExecutionContext::enqueueTaskWhenSettled):
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::MediaPlayerPrivateMediaSourceAVFObjC):
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::startSeek):
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::cancelPendingSeek):
* Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.h:
* Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.mm:
(WebCore::MediaPlayerPrivateWebM::MediaPlayerPrivateWebM):
(WebCore::MediaPlayerPrivateWebM::cancelPendingSeek):
(WebCore::MediaPlayerPrivateWebM::startSeek):
* Tools/TestWebKitAPI/Tests/WTF/NativePromise.cpp:
(TestWebKitAPI::TEST(NativePromise, GenericPromise)):
(TestWebKitAPI::TEST(NativePromise, PromiseRequest)):
(TestWebKitAPI::TEST(NativePromise, PromiseRequestDisconnected1)):
(TestWebKitAPI::TEST(NativePromise, PromiseRequestDisconnected2)):
(TestWebKitAPI::TEST(NativePromise, Chaining)):
(TestWebKitAPI::TEST(NativePromise, HeterogeneousChaining)):
(TestWebKitAPI::TEST(NativePromise, DisconnectNotOwnedInstance)):
Canonical link: https://commits.webkit.org/302170@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications