Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1593e890b56108f2b3ff0cb7b15739ea0db8e624
      
https://github.com/WebKit/WebKit/commit/1593e890b56108f2b3ff0cb7b15739ea0db8e624
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    M Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorServer.cpp
    M Source/WTF/wtf/glib/GSpanExtras.cpp
    M Source/WTF/wtf/glib/GSpanExtras.h

  Log Message:
  -----------
  [GLib] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in 
inspector/remote/glib/RemoteInspectorServer.cpp
https://bugs.webkit.org/show_bug.cgi?id=283019

Reviewed by Chris Dumez.

* Source/JavaScriptCore/inspector/remote/glib/RemoteInspectorServer.cpp:
(Inspector::processSessionCapabilities): Replace direct array indexing
with span usage via a new gVariantGetStrv() helper function.
* Source/WTF/wtf/glib/GSpanExtras.cpp: Add a gVariantGetStrv() helper
that returns a GMallocSpan.
* Source/WTF/wtf/glib/GSpanExtras.h: Ditto.

Canonical link: https://commits.webkit.org/286769@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

Reply via email to