[webkit-changes] [WebKit/WebKit] ced838: Port MockMediaDevice & related to the new IPC seri...
Gavin
noreply at github.com
Thu Oct 5 09:07:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ced8381ea44d67bb2493907afbe88a39e410ec03
https://github.com/WebKit/WebKit/commit/ced8381ea44d67bb2493907afbe88a39e410ec03
Author: Gavin Phillips <gavin.p at apple.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/WebCore/platform/mock/MockMediaDevice.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Port MockMediaDevice & related to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=262692
rdar://116518406
Reviewed by Alex Christensen.
Port MockMediaDevice & related to the new IPC serialization format. This
includes:
- MockMicrophoneProperties
- MockSpeakerProperties
- MockCameraProperties
- MockDisplayProperties
- MockMediaDevice::Flag
- MockMediaDevice
* Source/WebCore/platform/mock/MockMediaDevice.h:
(WebCore::MockMediaDevice::captureDevice const):
(WebCore::MockMicrophoneProperties::encode const): Deleted.
(WebCore::MockMicrophoneProperties::decode): Deleted.
(WebCore::MockSpeakerProperties::encode const): Deleted.
(WebCore::MockSpeakerProperties::decode): Deleted.
(WebCore::MockCameraProperties::encode const): Deleted.
(WebCore::MockCameraProperties::decode): Deleted.
(WebCore::MockDisplayProperties::encode const): Deleted.
(WebCore::MockDisplayProperties::decode): Deleted.
(WebCore::MockMediaDevice::encode const): Deleted.
(WebCore::MockMediaDevice::decodeMockMediaDevice): Deleted.
(WebCore::MockMediaDevice::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/268917@main
More information about the webkit-changes
mailing list