Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8704a40051233695d3453eb4965b5e6653493b96
      
https://github.com/WebKit/WebKit/commit/8704a40051233695d3453eb4965b5e6653493b96
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-08-21 (Fri, 21 Aug 2026)

  Changed paths:
    M Source/WebKit/PlatformGTK.cmake
    M Source/WebKit/PlatformWPE.cmake
    M Source/WebKit/Shared/glib/ArgumentCodersGLib.cpp
    M Source/WebKit/Shared/glib/ArgumentCodersGLib.h
    A Source/WebKit/Shared/glib/CoreIPCGUnixFDList.cpp
    A Source/WebKit/Shared/glib/CoreIPCGUnixFDList.h
    A Source/WebKit/Shared/glib/CoreIPCGUnixFDList.serialization.in
    M Source/WebKit/SourcesGTK.txt
    M Source/WebKit/SourcesWPE.txt

  Log Message:
  -----------
  [GLIB] Use GRefPtrWrapped for the GUnixFDList IPC serializer
https://bugs.webkit.org/show_bug.cgi?id=322270

Reviewed by Carlos Garcia Campos.

Migrate ArgumentCoder<GRefPtr<GUnixFDList>> to a generated serializer
using GRefPtrWrapped. The wire format is unchanged: the file descriptors
(de)serialize as a Vector<UnixFileDescriptor>.

* Source/WebKit/PlatformGTK.cmake:
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/Shared/glib/ArgumentCodersGLib.cpp:
* Source/WebKit/Shared/glib/ArgumentCodersGLib.h:
* Source/WebKit/Shared/glib/CoreIPCGUnixFDList.cpp: Added.
(WebKit::CoreIPCGUnixFDList::CoreIPCGUnixFDList):
(WebKit::CoreIPCGUnixFDList::fileDescriptors const):
* Source/WebKit/Shared/glib/CoreIPCGUnixFDList.h: Added.
* Source/WebKit/Shared/glib/CoreIPCGUnixFDList.serialization.in: Added.
* Source/WebKit/SourcesGTK.txt:
* Source/WebKit/SourcesWPE.txt:

Canonical link: https://commits.webkit.org/319623@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to