Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5af8810bf464ae6e10d4f3b24a4a5c7702646e53
https://github.com/WebKit/WebKit/commit/5af8810bf464ae6e10d4f3b24a4a5c7702646e53
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitUserContent.cpp
Log Message:
-----------
[GLib] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in WebKitUserContent.cpp
https://bugs.webkit.org/show_bug.cgi?id=304292
Reviewed by Carlos Garcia Campos.
* Source/WebKit/UIProcess/API/glib/WebKitUserContent.cpp:
(toStringVector): Use the WTF::span() helper that takes a GStrv (const
char* const*) parameter, and while at it use the Vector constructor that
takes a functor to transform the elements instead of iterating manually.
Canonical link: https://commits.webkit.org/304742@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications