[webkit-changes] [WebKit/WebKit] 58712f: Port RTCPacketOptions to the new IPC serialization...

Chris Dumez noreply at github.com
Tue Nov 14 09:49:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58712f35351470bfd43a0ea5a4faefcd780315cf
      https://github.com/WebKit/WebKit/commit/58712f35351470bfd43a0ea5a4faefcd780315cf
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/RTCPacketOptions.cpp
    M Source/WebKit/Shared/RTCPacketOptions.h
    A Source/WebKit/Shared/RTCPacketOptions.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

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

Reviewed by Alex Christensen.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/RTCPacketOptions.cpp:
(WebKit::RTCPacketOptions::RTCPacketOptions):
(WebKit::RTCPacketOptions::serializableData const):
(WebKit::RTCPacketOptions::encode const): Deleted.
(WebKit::RTCPacketOptions::decode): Deleted.
* Source/WebKit/Shared/RTCPacketOptions.h:
* Source/WebKit/Shared/RTCPacketOptions.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list