Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 629c47d913460df4effc13f9c1d58333e648be90
https://github.com/WebKit/WebKit/commit/629c47d913460df4effc13f9c1d58333e648be90
Author: Ahmad Saleem <[email protected]>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxPacketLifeTime-enforce-range-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxPacketLifeTime-enforce-range.html
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxRetransmits-enforce-range-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxRetransmits-enforce-range.html
M Source/WebCore/Modules/mediastream/RTCPeerConnection.idl
Log Message:
-----------
Sync `RTCDataChannelInit` as per Web Specification
https://bugs.webkit.org/show_bug.cgi?id=277604
rdar://problem/133630397
Reviewed by Youenn Fablet.
This patch aligns 'RTCDataChannelInit' with Web Specification [1]:
[1] https://w3c.github.io/webrtc-pc/#dom-rtcdatachannelinit
It adds '[EnforceRange]' to 'maxPacketLifeTime' and 'maxRetransmits'.
Additionally, I just did fly-by fix of adding link of web
specification for easier reference.
NOTE: We match now with Gecko / Firefox as well.
* Source/WebCore/Modules/mediastream/RTCPeerConnection.idl:
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxPacketLifeTime-enforce-range-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxPacketLifeTime-enforce-range.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxRetransmits-enforce-range-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCDataChannelInit-maxRetransmits-enforce-range.html:
Added.
Canonical link: https://commits.webkit.org/304499@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications