Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8c35e078b772cb94d9436eef8a90a33a2c718088 https://github.com/WebKit/WebKit/commit/8c35e078b772cb94d9436eef8a90a33a2c718088 Author: Chris Dumez <cdu...@apple.com> Date: 2024-04-14 (Sun, 14 Apr 2024)
Changed paths: M Source/WTF/wtf/Algorithms.h M Source/WTF/wtf/StdLibExtras.h M Source/WTF/wtf/persistence/PersistentCoders.cpp M Source/WTF/wtf/persistence/PersistentCoders.h M Source/WTF/wtf/text/Base64.cpp M Source/WTF/wtf/text/WTFString.cpp M Source/WebCore/PAL/pal/text/win/TextCodecWin.cpp M Source/WebCore/bindings/js/SerializedScriptValue.cpp M Source/WebCore/dom/TextEncoder.cpp M Source/WebCore/platform/generic/KeyedEncoderGeneric.cpp M Source/WebCore/platform/gstreamer/GStreamerElementHarness.cpp M Source/WebCore/platform/sql/SQLiteStatement.cpp M Source/WebCore/workers/ScriptBuffer.cpp M Source/WebKit/NetworkProcess/storage/CacheStorageManager.cpp M Source/WebKit/Platform/IPC/DaemonCoders.h M Source/WebKit/Platform/IPC/Decoder.h M Source/WebKit/Platform/IPC/Encoder.h M Source/WebKit/Platform/IPC/StreamConnectionEncoder.h M Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp M Source/WebKit/UIProcess/API/C/WKPage.cpp M Source/WebKit/UIProcess/DeviceIdHashSaltStorage.cpp M Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp M Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp M Tools/TestWebKitAPI/glib/CMakeLists.txt Log Message: ----------- Move std::span-related utility functions to <wtf/StdLibExtras.h> https://bugs.webkit.org/show_bug.cgi?id=272653 Reviewed by Darin Adler and Sam Weinig. * Source/WTF/wtf/Algorithms.h: (WTF::spanReinterpretCast): Deleted. (WTF::sizeof): Deleted. (WTF::equalSpans): Deleted. (WTF::memcpySpan): Deleted. (WTF::memsetSpan): Deleted. * Source/WTF/wtf/StdLibExtras.h: (WTF::spanReinterpretCast): (WTF::sizeof): (WTF::equalSpans): (WTF::memcpySpan): (WTF::memsetSpan): * Source/WTF/wtf/persistence/PersistentCoders.cpp: * Source/WTF/wtf/persistence/PersistentCoders.h: * Source/WTF/wtf/text/Base64.cpp: * Source/WTF/wtf/text/WTFString.cpp: * Source/WebCore/PAL/pal/text/win/TextCodecWin.cpp: * Source/WebCore/bindings/js/SerializedScriptValue.cpp: * Source/WebCore/dom/TextEncoder.cpp: * Source/WebCore/platform/generic/KeyedEncoderGeneric.cpp: * Source/WebCore/platform/sql/SQLiteStatement.cpp: * Source/WebCore/workers/ScriptBuffer.cpp: * Source/WebKit/Platform/IPC/DaemonCoders.h: * Source/WebKit/Platform/IPC/Decoder.h: * Source/WebKit/Platform/IPC/Encoder.h: * Source/WebKit/Platform/IPC/StreamConnectionEncoder.h: * Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp: * Source/WebKit/UIProcess/API/C/WKPage.cpp: * Source/WebKit/UIProcess/DeviceIdHashSaltStorage.cpp: * Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp: * Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp: * Tools/TestWebKitAPI/glib/CMakeLists.txt: Stop forcing build with C++17 since std::span requires C++20. Canonical link: https://commits.webkit.org/277480@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes