Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a7472bcca17d5e3401523e9538f31d883e478fed
https://github.com/WebKit/WebKit/commit/a7472bcca17d5e3401523e9538f31d883e478fed
Author: Chris Dumez <[email protected]>
Date: 2024-04-14 (Sun, 14 Apr 2024)
Changed paths:
M Source/WTF/wtf/Algorithms.h
M Source/WTF/wtf/CryptographicallyRandomNumber.cpp
M Source/WTF/wtf/CryptographicallyRandomNumber.h
M Source/WTF/wtf/FileSystem.cpp
M Source/WTF/wtf/OSRandomSource.cpp
M Source/WTF/wtf/OSRandomSource.h
M Source/WTF/wtf/RandomDevice.cpp
M Source/WTF/wtf/RandomDevice.h
M Source/WTF/wtf/UUID.cpp
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/win/FileSystemWin.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
M Source/WebCore/Modules/push-api/PushMessageCrypto.cpp
M Source/WebCore/Modules/websockets/WebSocketFrame.cpp
M Source/WebCore/Modules/websockets/WebSocketHandshake.cpp
M Source/WebCore/PAL/pal/text/win/TextCodecWin.cpp
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
M Source/WebCore/crypto/CryptoKey.cpp
M Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp
M Source/WebCore/page/Crypto.cpp
M Source/WebCore/platform/sql/SQLiteStatement.cpp
M
Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h
M Source/WebKit/Platform/IPC/DaemonCoders.h
M Source/WebKit/Platform/IPC/Encoder.h
M Source/WebKit/Platform/IPC/StreamConnectionEncoder.h
M Source/WebKit/Shared/IPCTester.cpp
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/WebAuthentication/Mock/MockHidConnection.cpp
M Source/WebKit/UIProcess/WebAuthentication/Virtual/VirtualHidConnection.cpp
M Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp
M Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxy.cpp
M Tools/TestWebKitAPI/Tests/WebCore/curl/CurlMultipartHandleTests.cpp
Log Message:
-----------
Adopt std::span in CryptographicallyRandomNumber
https://bugs.webkit.org/show_bug.cgi?id=272635
Reviewed by Darin Adler.
* Source/WTF/wtf/CryptographicallyRandomNumber.cpp:
(WTF::cryptographicallyRandomValues):
* Source/WTF/wtf/CryptographicallyRandomNumber.h:
* Source/WTF/wtf/FileSystem.cpp:
(WTF::FileSystemImpl::makeSalt):
* Source/WTF/wtf/OSRandomSource.cpp:
(WTF::cryptographicallyRandomValuesFromOS):
* Source/WTF/wtf/OSRandomSource.h:
* Source/WTF/wtf/RandomDevice.cpp:
(WTF::RandomDevice::cryptographicallyRandomValues):
* Source/WTF/wtf/RandomDevice.h:
* Source/WTF/wtf/UUID.cpp:
(WTF::generateCryptographicallyRandomUUIDVersion4):
* Source/WTF/wtf/win/FileSystemWin.cpp:
(WTF::FileSystemImpl::generateTemporaryPath):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp:
(WebCore::generateCertificate):
* Source/WebCore/Modules/push-api/PushMessageCrypto.cpp:
(WebCore::PushCrypto::ClientKeys::generate):
* Source/WebCore/Modules/websockets/WebSocketFrame.cpp:
(WebCore::appendFramePayload):
* Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:
(WebCore::generateSecWebSocketKey):
* Source/WebCore/crypto/CryptoKey.cpp:
(WebCore::CryptoKey::randomData):
* Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:
(WebCore::generateRandomBoundary):
* Source/WebCore/page/Crypto.cpp:
(WebCore::Crypto::getRandomValues):
* Source/WebKit/Shared/IPCTester.cpp:
* Source/WebKit/UIProcess/DeviceIdHashSaltStorage.cpp:
(WebKit::DeviceIdHashSaltStorage::completeDeviceIdHashSaltForOriginCall):
* Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.cpp:
(WebKit::UserMediaPermissionRequestManagerProxy::ephemeralDeviceHashSaltForFrame):
* Source/WebKit/UIProcess/WebAuthentication/Mock/MockHidConnection.cpp:
(WebKit::MockHidConnection::feedReports):
* Source/WebKit/UIProcess/WebAuthentication/Virtual/VirtualHidConnection.cpp:
(WebKit::VirtualHidConnection::parseRequest):
Canonical link: https://commits.webkit.org/277477@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