Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b6eb71ceca413b6e243e6530a2ed99657c44bc5
https://github.com/WebKit/WebKit/commit/1b6eb71ceca413b6e243e6530a2ed99657c44bc5
Author: Adrian Perez de Castro <[email protected]>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
M Source/WebKit/UIProcess/cairo/BackingStoreCairo.cpp
M Source/WebKit/UIProcess/gtk/DisplayX11.cpp
Log Message:
-----------
[GTK] Suppress remaning -Wunsafe-buffer-usage warnings
https://bugs.webkit.org/show_bug.cgi?id=283625
Reviewed by Carlos Alberto Lopez Perez.
* Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp:
(webkit_web_context_set_spell_checking_languages): Iterate over the
language list using a temporary std::span, instead of indexing the
pointer.
* Source/WebKit/UIProcess/cairo/BackingStoreCairo.cpp: Use
WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE_{BEGIN,END} around Skia
header inclusion.
* Source/WebKit/UIProcess/gtk/DisplayX11.cpp:
(WebKit::Display::accessibilityBusAddressX11 const): Add
WTF_ALLOW_UNSAFE_BUFFER_USAGE_{BEGIN,END} around usage of Xlib's
RootWindowOfScreen() macro.
Canonical link: https://commits.webkit.org/287027@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