Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2657decc298438aaa7a7e281977441deca4b402b
https://github.com/WebKit/WebKit/commit/2657decc298438aaa7a7e281977441deca4b402b
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-11-29 (Sat, 29 Nov 2025)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionState.cpp
Log Message:
-----------
[GLib] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in WebKitWebViewSessionState.cpp
https://bugs.webkit.org/show_bug.cgi?id=303231
Reviewed by Carlos Garcia Campos.
* Source/WebKit/UIProcess/API/glib/WebKitWebViewSessionState.cpp:
(decodeFrameState): Create the String/AtomString instances first, and
check their whether they are not empty instead of using strlen().
(decodeSessionState): Use ASCIILiteral instead of plain C strings, replace
bare array with std::array.
Canonical link: https://commits.webkit.org/303647@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications