Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bc9987f76ac4cbaf72dceab92fe2ce81f461af20
https://github.com/WebKit/WebKit/commit/bc9987f76ac4cbaf72dceab92fe2ce81f461af20
Author: Fady Farag <[email protected]>
Date: 2026-05-13 (Wed, 13 May 2026)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/PlatformCocoa.cmake
M Source/WTF/wtf/RetainPtr.h
M Source/WTF/wtf/RetainRef.h
M Source/WTF/wtf/cf/CFTypeTraits.h
A Source/WTF/wtf/cocoa/NSTypeTraits.h
Log Message:
-----------
Adopt more C++20 Concepts in WTF::RetainPtr and WTF::RetainRef
https://bugs.webkit.org/show_bug.cgi?id=314273
rdar://176416656
Reviewed by Darin Adler.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/PlatformCocoa.cmake:
* Source/WTF/wtf/RetainPtr.h:
(WTF::RetainPtr::hashTableDeletedValue):
(WTF::RetainPtr<T>::bridgingAutorelease):
(WTF::adoptCF):
(WTF::adoptNS):
* Source/WTF/wtf/RetainRef.h:
(WTF::RetainRef<T>::bridgingAutorelease):
(WTF::adoptCFRef):
(WTF::adoptNSRef):
* Source/WTF/wtf/cf/CFTypeTraits.h:
* Source/WTF/wtf/cocoa/NSTypeTraits.h: Added.
Canonical link: https://commits.webkit.org/313178@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications