[webkit-changes] [WebKit/WebKit] 26d7b2: Port WTF::CString to the new IPC serialization format

Chris Dumez noreply at github.com
Mon Jan 29 14:52:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 26d7b2b161f26334318f5ceb32d42d00a27272fa
      https://github.com/WebKit/WebKit/commit/26d7b2b161f26334318f5ceb32d42d00a27272fa
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M Source/WTF/wtf/text/CString.h
    M Source/WebKit/Platform/IPC/ArgumentCoders.cpp
    M Source/WebKit/Platform/IPC/ArgumentCoders.h
    M Source/WebKit/Shared/WTFArgumentCoders.serialization.in

  Log Message:
  -----------
  Port WTF::CString to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=268299

Reviewed by Alex Christensen.

* Source/WTF/wtf/text/CString.h:
* Source/WebKit/Platform/IPC/ArgumentCoders.cpp:
(IPC::ArgumentCoder<CString>::encode): Deleted.
(IPC::ArgumentCoder<CString>::decode): Deleted.
* Source/WebKit/Platform/IPC/ArgumentCoders.h:
* Source/WebKit/Shared/WTFArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list