[webkit-changes] [WebKit/WebKit] 665900: Removed Enums from Platform/mediastream/libwebrtc ...
Mikhail R. Gadelha
noreply at github.com
Mon Mar 11 13:08:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 665900f919e3d8e794eb067e138f580fcbfffdef
https://github.com/WebKit/WebKit/commit/665900f919e3d8e794eb067e138f580fcbfffdef
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
R Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCEnumTraits.h
M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h
M Source/WebKit/GPUProcess/GPUProcess.h
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Shared/RTCPacketOptions.cpp
Log Message:
-----------
Removed Enums from Platform/mediastream/libwebrtc as they were already ported to the new serialization format
https://bugs.webkit.org/show_bug.cgi?id=267867
Reviewed by Alex Christensen.
The enums were ported in:
https://commits.webkit.org/271173@main
https://commits.webkit.org/270713@main
Since the header is not needed anymore, it was also deleted.
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCEnumTraits.h: Removed.
* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h:
* Source/WebKit/GPUProcess/GPUProcess.h:
* Source/WebKit/Scripts/webkit/messages.py:
(headers_for_type):
* Source/WebKit/Shared/RTCPacketOptions.cpp:
Canonical link: https://commits.webkit.org/275924@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list