haikuwebkit/Source/WebCore/Modules/mediastream
Simon Fraser 329d006d9b Use UserMediaRequestIdentifier in WebKit rather than a mysterious uint64_t
https://bugs.webkit.org/show_bug.cgi?id=229308

Reviewed by Youenn Fablet.

Source/WebCore:

Move UserMediaRequestIdentifier to its own header.

* Headers.cmake:
* Modules/mediastream/UserMediaRequest.h:
* WebCore.xcodeproj/project.pbxproj:

Source/WebKit:

Use the existing WebCore::UserMediaRequestIdentifier in WebKit code. We need to pull
it out of the ENABLE(MEDIA_STREAM) #ifdef.

In UserMediaPermissionRequestManagerProxy use a new identifier type, MediaDevicePermissionRequestIdentifier,
which is used to identify pending permission requests (but never send to the web process).

* Scripts/webkit/messages.py:
(types_that_cannot_be_forward_declared): Sort
(headers_for_type):
* UIProcess/MediaKeySystemPermissionRequestManagerProxy.h:
* UIProcess/UserMediaPermissionRequestManagerProxy.cpp:
(WebKit::UserMediaPermissionRequestManagerProxy::denyRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::grantRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::finishGrantingRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::requestUserMediaPermissionForFrame):
(WebKit::UserMediaPermissionRequestManagerProxy::processUserMediaPermissionRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::processUserMediaPermissionInvalidRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::processUserMediaPermissionValidRequest):
(WebKit::UserMediaPermissionRequestManagerProxy::checkUserMediaPermissionForSpeechRecognition):
(WebKit::UserMediaPermissionRequestManagerProxy::getUserMediaPermissionInfo):
(WebKit::UserMediaPermissionRequestManagerProxy::enumerateMediaDevicesForFrame):
(WebKit::generateRequestID): Deleted.
* UIProcess/UserMediaPermissionRequestManagerProxy.h:
* UIProcess/UserMediaPermissionRequestProxy.cpp:
(WebKit::UserMediaPermissionRequestProxy::UserMediaPermissionRequestProxy):
* UIProcess/UserMediaPermissionRequestProxy.h:
(WebKit::UserMediaPermissionRequestProxy::create):
(WebKit::UserMediaPermissionRequestProxy::userMediaID const):
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::requestUserMediaPermissionForFrame):
* UIProcess/WebPageProxy.h:
* UIProcess/WebPageProxy.messages.in:
* WebKit.xcodeproj/project.pbxproj: Some files that were in Sources.txt were missing from the project.
* WebProcess/MediaStream/UserMediaPermissionRequestManager.cpp:
(WebKit::UserMediaPermissionRequestManager::sendUserMediaRequest):
(WebKit::UserMediaPermissionRequestManager::userMediaAccessWasGranted):
(WebKit::UserMediaPermissionRequestManager::userMediaAccessWasDenied):
* WebProcess/MediaStream/UserMediaPermissionRequestManager.h:
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::userMediaAccessWasGranted):
(WebKit::WebPage::userMediaAccessWasDenied):
* WebProcess/WebPage/WebPage.h:
* WebProcess/WebPage/WebPage.messages.in:

Canonical link: https://commits.webkit.org/240775@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281360 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-21 02:56:54 +00:00
..
libwebrtc Add support for RTCPeerConnection.canTrickleIceCandidates 2021-08-20 07:55:13 +00:00
CanvasCaptureMediaStreamTrack.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CanvasCaptureMediaStreamTrack.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
CanvasCaptureMediaStreamTrack.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
DetachedRTCDataChannel.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DoubleRange.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
DoubleRange.idl
LongRange.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
LongRange.idl
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDeviceInfo.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
MediaDevices.cpp Add support for HTMLMediaElement.setSinkId 2020-09-23 14:04:20 +00:00
MediaDevices.h Support AbortSignal in addEventListenerOptions to unsubscribe from events 2021-01-25 20:06:25 +00:00
MediaDevices.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
MediaStream.cpp Use OptionSet for MediaProducer::MediaStateFlags 2021-05-04 10:04:29 +00:00
MediaStream.h Add logging to allow relating a HTMLMediaElement to a MediaStream 2021-05-31 06:20:28 +00:00
MediaStream.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
MediaStreamTrack.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
MediaStreamTrack.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
MediaStreamTrack.idl Remove MediaStreamTrack.onconstrainederror 2021-07-06 15:17:41 +00:00
MediaStreamTrackEvent.cpp
MediaStreamTrackEvent.h
MediaStreamTrackEvent.idl [WebIDL] Address consistency around [SameObject] extended attributes 2020-10-05 04:00:13 +00:00
MediaTrackConstraints.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
MediaTrackConstraints.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
MediaTrackConstraints.idl
MediaTrackSupportedConstraints.h
MediaTrackSupportedConstraints.idl
Navigator+MediaDevices.idl Extend getUserMedia quirk to warbyparker.com 2021-01-20 20:51:28 +00:00
NavigatorMediaDevices.cpp
NavigatorMediaDevices.h
OverconstrainedError.h
OverconstrainedError.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
OverconstrainedErrorEvent.cpp
OverconstrainedErrorEvent.h
OverconstrainedErrorEvent.idl [WebIDL] Make Exposed mandatory for IDL interfaces 2020-10-01 00:15:51 +00:00
PeerConnectionBackend.cpp Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
PeerConnectionBackend.h Add support for RTCPeerConnection.canTrickleIceCandidates 2021-08-20 07:55:13 +00:00
RTCAnswerOptions.h
RTCAnswerOptions.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCCertificate.cpp
RTCCertificate.h
RTCCertificate.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCConfiguration.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCConfiguration.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCController.cpp
RTCController.h
RTCDTMFSender.cpp
RTCDTMFSender.h
RTCDTMFSender.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCDTMFToneChangeEvent.cpp
RTCDTMFToneChangeEvent.h
RTCDTMFToneChangeEvent.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCDataChannel.cpp Fix some inefficient uses of SharedBuffer 2021-06-10 15:08:18 +00:00
RTCDataChannel.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
RTCDataChannel.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCDataChannelEvent.cpp
RTCDataChannelEvent.h
RTCDataChannelEvent.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCDataChannelRemoteHandler.cpp Reduce use of reinterpret_cast<> in the codebase 2021-06-08 17:35:15 +00:00
RTCDataChannelRemoteHandler.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
RTCDataChannelRemoteSource.cpp Implement RTCDataChannel transfer out of process 2021-03-22 18:29:36 +00:00
RTCDataChannelRemoteSource.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
RTCDegradationPreference.h
RTCDegradationPreference.idl
RTCDtlsTransport.cpp Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtlsTransport.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtlsTransport.idl Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtlsTransportBackend.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtlsTransportState.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtlsTransportState.idl Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCDtxStatus.h
RTCDtxStatus.idl
RTCEncodedAudioFrame.cpp Add support for RTCEncodedFrame metadata 2021-04-12 18:45:27 +00:00
RTCEncodedAudioFrame.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCEncodedAudioFrame.idl Add support for RTCEncodedFrame metadata 2021-04-12 18:45:27 +00:00
RTCEncodedFrame.cpp Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCEncodedFrame.h Add support for readable/writable to RTCRtpSFrameTransform 2020-12-01 09:43:00 +00:00
RTCEncodedVideoFrame.cpp Add support for RTCEncodedFrame metadata 2021-04-12 18:45:27 +00:00
RTCEncodedVideoFrame.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCEncodedVideoFrame.idl Make RTCEncodedVideoFrameMetadata.contributingSources undefined until properly supported 2021-04-15 12:59:29 +00:00
RTCIceCandidate.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCIceCandidate.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCIceCandidate.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCIceCandidateInit.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCIceCandidateInit.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCIceCandidateType.h Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceCandidateType.idl Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceComponent.h Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceComponent.idl Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceConnectionState.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCIceGatheringState.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCIceProtocol.h Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceProtocol.idl Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceServer.h
RTCIceServer.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCIceTcpCandidateType.h Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceTcpCandidateType.idl Add missing members to RTCIceCandidate 2020-09-07 12:37:37 +00:00
RTCIceTransport.cpp RTCRtpTransceiver does not need an ice transport 2021-08-19 08:22:22 +00:00
RTCIceTransport.h RTCRtpTransceiver does not need an ice transport 2021-08-19 08:22:22 +00:00
RTCIceTransport.idl RTCRtpTransceiver does not need an ice transport 2021-08-19 08:22:22 +00:00
RTCIceTransportState.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCOfferAnswerOptions.h
RTCOfferAnswerOptions.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCOfferOptions.h
RTCOfferOptions.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCPeerConnection.cpp Add support for RTCPeerConnection.canTrickleIceCandidates 2021-08-20 07:55:13 +00:00
RTCPeerConnection.h Add support for RTCPeerConnection.canTrickleIceCandidates 2021-08-20 07:55:13 +00:00
RTCPeerConnection.idl Add support for RTCPeerConnection.canTrickleIceCandidates 2021-08-20 07:55:13 +00:00
RTCPeerConnectionIceErrorEvent.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCPeerConnectionIceErrorEvent.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
RTCPeerConnectionIceErrorEvent.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCPeerConnectionIceEvent.cpp
RTCPeerConnectionIceEvent.h
RTCPeerConnectionIceEvent.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCPeerConnectionState.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCPriorityType.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtcpParameters.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
RTCRtcpParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpCapabilities.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpCodecCapability.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpCodecParameters.h
RTCRtpCodecParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpCodingParameters.h
RTCRtpCodingParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpContributingSource.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpContributingSource.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpDecodingParameters.h
RTCRtpDecodingParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpEncodingParameters.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpEncodingParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpFecParameters.h
RTCRtpFecParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpHeaderExtensionParameters.h
RTCRtpHeaderExtensionParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpParameters.h Add support for RTCRtpParameters.rtcp 2021-01-27 08:36:19 +00:00
RTCRtpParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpReceiver+Transform.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
RTCRtpReceiver.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpReceiver.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpReceiver.idl Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpReceiverBackend.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpReceiverWithTransform.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpRtxParameters.h
RTCRtpRtxParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpSFrameTransform.cpp Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCRtpSFrameTransform.h Implement SFrameTransform error handling 2021-08-12 09:37:05 +00:00
RTCRtpSFrameTransform.idl Implement SFrameTransform error handling 2021-08-12 09:37:05 +00:00
RTCRtpSFrameTransformErrorEvent.cpp Implement SFrameTransform error handling 2021-08-12 09:37:05 +00:00
RTCRtpSFrameTransformErrorEvent.h Implement SFrameTransform error handling 2021-08-12 09:37:05 +00:00
RTCRtpSFrameTransformErrorEvent.idl Implement SFrameTransform error handling 2021-08-12 09:37:05 +00:00
RTCRtpSFrameTransformer.cpp Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCRtpSFrameTransformer.h Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCRtpSFrameTransformerCocoa.cpp Update SFrame implementation to latest version 2021-04-08 10:53:44 +00:00
RTCRtpScriptTransform.cpp Use CheckedLock more in WebCore 2021-05-20 18:41:33 +00:00
RTCRtpScriptTransform.h Drop CheckedLock / CheckedCondition aliases 2021-05-24 18:29:01 +00:00
RTCRtpScriptTransform.idl Update RTCScriptTransform constructor up to spec 2021-04-15 09:10:43 +00:00
RTCRtpScriptTransformProvider.idl Update RTCRtpScriptTransform to the latest version of the spec 2021-03-13 11:11:28 +00:00
RTCRtpScriptTransformer.cpp Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCRtpScriptTransformer.h Update RTCScriptTransform constructor up to spec 2021-04-15 09:10:43 +00:00
RTCRtpScriptTransformer.idl Update RTCScriptTransform constructor up to spec 2021-04-15 09:10:43 +00:00
RTCRtpSendParameters.h
RTCRtpSendParameters.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpSender+Transform.idl [WebIDL] Remove the need to specify [MayThrowException] 2021-03-23 00:49:01 +00:00
RTCRtpSender.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpSender.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpSender.idl Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpSenderBackend.h Add support for RTCDtlsTransport 2021-08-19 07:36:49 +00:00
RTCRtpSenderWithTransform.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpSynchronizationSource.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpSynchronizationSource.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpTransceiver.cpp RTCRtpTransceiver does not need an ice transport 2021-08-19 08:22:22 +00:00
RTCRtpTransceiver.h RTCRtpTransceiver does not need an ice transport 2021-08-19 08:22:22 +00:00
RTCRtpTransceiver.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpTransceiverBackend.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpTransceiverDirection.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCRtpTransform.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpTransform.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCRtpTransformBackend.h Allow RTCRtpScriptTransformer to request key frames 2020-12-01 12:34:23 +00:00
RTCRtpTransformableFrame.h Adopt span in RTCRtpSFrameTransform 2021-08-12 17:13:11 +00:00
RTCSdpType.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCSessionDescription.cpp Introduce a C++ chain of operations in RTCPeerConnection 2020-09-02 16:19:52 +00:00
RTCSessionDescription.h Introduce a C++ chain of operations in RTCPeerConnection 2020-09-02 16:19:52 +00:00
RTCSessionDescription.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCSessionDescriptionInit.h Introduce a C++ chain of operations in RTCPeerConnection 2020-09-02 16:19:52 +00:00
RTCSessionDescriptionInit.idl Introduce a C++ chain of operations in RTCPeerConnection 2020-09-02 16:19:52 +00:00
RTCSignalingState.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCStatsReport.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
RTCStatsReport.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCTrackEvent.cpp
RTCTrackEvent.h
RTCTrackEvent.idl Move RuntimeEnabledFeatures to Settings (Part 1) 2021-04-17 20:07:30 +00:00
RTCTransformEvent.cpp Update RTCRtpScriptTransform to the latest version of the spec 2021-03-13 11:11:28 +00:00
RTCTransformEvent.h Update RTCRtpScriptTransform to the latest version of the spec 2021-03-13 11:11:28 +00:00
RTCTransformEvent.idl Update RTCRtpScriptTransform to the latest version of the spec 2021-03-13 11:11:28 +00:00
SFrameUtils.cpp Non unified build fixes for mid February 2021 2021-02-11 14:18:29 +00:00
SFrameUtils.h Add a SFrame VP8 experimental compatibility mode 2020-12-10 19:48:38 +00:00
STUNMessageParsing.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
STUNMessageParsing.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
UserMediaClient.h
UserMediaController.cpp
UserMediaController.h
UserMediaRequest.cpp Unreviewed, reverting r269244. 2020-11-11 08:35:58 +00:00
UserMediaRequest.h Use UserMediaRequestIdentifier in WebKit rather than a mysterious uint64_t 2021-08-21 02:56:54 +00:00
sdp.js