Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 12b9f977fe4cc62ab847e52c1968a529ead2b6b8
      
https://github.com/WebKit/WebKit/commit/12b9f977fe4cc62ab847e52c1968a529ead2b6b8
  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/CoreIPCGTlsCertificate.cpp
    A Source/WebKit/Shared/glib/CoreIPCGTlsCertificate.h
    A Source/WebKit/Shared/glib/CoreIPCGTlsCertificate.serialization.in
    M Source/WebKit/SourcesGTK.txt
    M Source/WebKit/SourcesWPE.txt

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

Reviewed by Carlos Garcia Campos.

Migrate ArgumentCoder<GRefPtr<GTlsCertificate>> to a generated serializer
using GRefPtrWrapped. The wire format is unchanged: the certificate chain
and private key (de)serialize as GByteArray members, so this builds on the
generated GByteArray coder.

* Source/WebKit/PlatformGTK.cmake:
* Source/WebKit/PlatformWPE.cmake:
* Source/WebKit/Shared/glib/ArgumentCodersGLib.cpp:
* Source/WebKit/Shared/glib/ArgumentCodersGLib.h:
* Source/WebKit/Shared/glib/CoreIPCGTlsCertificate.cpp: Added.
(WebKit::CoreIPCGTlsCertificate::CoreIPCGTlsCertificate):
(WebKit::CoreIPCGTlsCertificate::operator GRefPtr<GTlsCertificate> const):
* Source/WebKit/Shared/glib/CoreIPCGTlsCertificate.h: Added.
* Source/WebKit/Shared/glib/CoreIPCGTlsCertificate.serialization.in: Added.
* Source/WebKit/SourcesGTK.txt:
* Source/WebKit/SourcesWPE.txt:

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



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

Reply via email to