Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b5ee8dd92ca787894684fb908fe5ccf9318bbef3
      
https://github.com/WebKit/WebKit/commit/b5ee8dd92ca787894684fb908fe5ccf9318bbef3
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M Source/WebCore/platform/TrackInfo.cpp
    M Source/WebCore/platform/TrackInfo.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    R Source/WebKit/GPUProcess/media/RemoteTrackInfo.h
    R Source/WebKit/GPUProcess/media/RemoteTrackInfo.serialization.in
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Add TrackInfo/AudioInfo/VideoInfo serialisers
https://bugs.webkit.org/show_bug.cgi?id=299169
rdar://160929565

Reviewed by Youenn Fablet.

We can also remove the unused RemoteAudioInfo/RemoteVideoInfo object
they are unusused and would have redundant following this commit.

No change in observable behaviours. The serialisers will be used in a
follow-up change.

* Source/WebCore/platform/TrackInfo.cpp:
(WebCore::TrackInfo::createWithVariant):
* Source/WebCore/platform/TrackInfo.h:
(WebCore::TrackInfo::TrackInfo):
(WebCore::VideoInfo::create):
(WebCore::VideoInfo::VideoInfo):
(WebCore::AudioInfo::AudioInfo):
(WebCore::AudioInfo::create):
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/GPUProcess/media/RemoteTrackInfo.h: Removed.
* Source/WebKit/GPUProcess/media/RemoteTrackInfo.serialization.in: Removed.
* Source/WebKit/Scripts/webkit/messages.py:
(headers_for_type):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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