Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8262bd3450a8aaf83308f59c74b1507f4ef6203
https://github.com/WebKit/WebKit/commit/c8262bd3450a8aaf83308f59c74b1507f4ef6203
Author: Ahmad Saleem <[email protected]>
Date: 2026-01-17 (Sat, 17 Jan 2026)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-id.html
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-GC.html
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-shim.js
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker.js
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-createDataChannel-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-createDataChannel.html
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-remote-track-properties.https-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-remote-track-properties.https.html
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html
M LayoutTests/imported/w3c/web-platform-tests/webrtc/WEB_FEATURES.yml
A LayoutTests/imported/w3c/web-platform-tests/webrtc/legacy/WEB_FEATURES.yml
M LayoutTests/imported/w3c/web-platform-tests/webrtc/legacy/w3c-import.log
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/WEB_FEATURES.yml
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/h264-profile-levels.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/h264-profile-levels.https.html
M LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/w3c-import.log
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/simulcast/WEB_FEATURES.yml
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/simulcast/w3c-import.log
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/transfer-datachannel-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/transfer-datachannel.html
M LayoutTests/imported/w3c/web-platform-tests/webrtc/w3c-import.log
M
LayoutTests/platform/mac/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-GC-expected.txt
M LayoutTests/tests-options.json
Log Message:
-----------
Resync `webrtc` from WPT Upstream
https://bugs.webkit.org/show_bug.cgi?id=305687
rdar://168344174
Reviewed by Vitor Roriz.
Upstream commit:
https://github.com/web-platform-tests/wpt/commit/188c47200dc95d835a1a9db270250d10745301b0
* LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-id.html:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-GC.html:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-shim.js:
Added.
(WorkerBackedDataChannel):
(WorkerBackedDataChannel.prototype.async init):
(WorkerBackedDataChannel.makeWorker):
(WorkerBackedDataChannel.prototype.get worker):
(WorkerBackedDataChannel.prototype.get label):
(WorkerBackedDataChannel.prototype.get ordered):
(WorkerBackedDataChannel.prototype.get maxPacketLifeTime):
(WorkerBackedDataChannel.prototype.get maxRetransmits):
(WorkerBackedDataChannel.prototype.get protocol):
(WorkerBackedDataChannel.prototype.get negotiated):
(WorkerBackedDataChannel.prototype.get id):
(WorkerBackedDataChannel.prototype.get readyState):
(WorkerBackedDataChannel.prototype.get bufferedAmount):
(WorkerBackedDataChannel.prototype.set bufferedAmountLowThreshold):
(WorkerBackedDataChannel.prototype.get bufferedAmountLowThreshold):
(WorkerBackedDataChannel.prototype.set binaryType):
(WorkerBackedDataChannel.prototype.get binaryType):
(WorkerBackedDataChannel.prototype.set onopen):
(WorkerBackedDataChannel.prototype.set onbufferedamountlow):
(WorkerBackedDataChannel.prototype.set onerror):
(WorkerBackedDataChannel.prototype.set onclosing):
(WorkerBackedDataChannel.prototype.set onclose):
(WorkerBackedDataChannel.prototype.set onmessage):
(WorkerBackedDataChannel.prototype.async send):
(WorkerBackedDataChannel.prototype.async close):
(WorkerBackedDataChannel.prototype.async updateState):
(WorkerBackedDataChannel.prototype.setEventHandler):
(WorkerBackedDataChannel.prototype.listenForEventMessages):
(WorkerBackedDataChannel.prototype.sendRequestToWorker):
* LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker.js:
Added.
(try.getChannel):
(try.reportWorkerError):
(try):
(try.onmessage):
(catch):
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-createDataChannel-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-createDataChannel.html:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-remote-track-properties.https-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-remote-track-properties.https.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https.html:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/WEB_FEATURES.yml:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/legacy/WEB_FEATURES.yml:
Added.
* LayoutTests/imported/w3c/web-platform-tests/webrtc/legacy/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/WEB_FEATURES.yml:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/h264-profile-levels.https-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/h264-profile-levels.https.html:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/w3c-import.log:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/simulcast/WEB_FEATURES.yml:
Added.
* LayoutTests/imported/w3c/web-platform-tests/webrtc/simulcast/w3c-import.log:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/transfer-datachannel-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/transfer-datachannel.html:
* LayoutTests/imported/w3c/web-platform-tests/webrtc/w3c-import.log:
*
LayoutTests/platform/mac/imported/w3c/web-platform-tests/webrtc/RTCDataChannel-worker-GC-expected.txt:
* LayoutTests/tests-options.json:
Canonical link: https://commits.webkit.org/305769@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications