Skip to content

Commit 7479778

Browse files
committed
Split patches per each webrtc spec
1 parent 4c400b1 commit 7479778

File tree

6 files changed

+28
-10
lines changed

6 files changed

+28
-10
lines changed

inputfiles/patches/webrtc-encoded-transform.kdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://w3c.github.io/webrtc-encoded-transform/
2+
13
removals {
24
dictionary RTCEncodedAudioFrameMetadata {
35
member audioLevel // No implementation as of 2025-05
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// https://w3c.github.io/webrtc-identity/
2+
3+
removals {
4+
dictionary RTCConfiguration {
5+
member peerIdentity // Gecko only as of 2024-11
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// https://w3c.github.io/webrtc-priority/
2+
3+
removals {
4+
dictionary RTCDataChannelInit {
5+
member priority // Blink experimental only as of 2024-11
6+
}
7+
}

inputfiles/patches/webrtc-stats.kdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://w3c.github.io/webrtc-stats/
2+
13
removals {
24
dictionary RTCInboundRtpStreamStats {
35
// https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl

inputfiles/patches/webrtc-svc.kdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// https://w3c.github.io/webrtc-svc/
2+
3+
removals {
4+
dictionary RTCRtpEncodingParameters {
5+
member scalabilityMode // Blink only as of 2024-11
6+
}
7+
}

inputfiles/patches/webrtc.kdl

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
removals {
2-
dictionary RTCConfiguration {
3-
member peerIdentity // Gecko only as of 2024-11
4-
}
5-
6-
dictionary RTCDataChannelInit {
7-
member priority // Blink experimental only as of 2024-11
8-
}
1+
// https://w3c.github.io/webrtc-pc/
92

3+
removals {
104
dictionary RTCLocalIceCandidateInit {
115
member relayProtocol // Blink only as of 2025-04
126
member url // Blink only as of 2025-04
@@ -15,9 +9,8 @@ removals {
159
dictionary RTCPeerConnectionIceEventInit {
1610
member url // WebKit only as of 2025-04
1711
}
18-
12+
1913
dictionary RTCRtpEncodingParameters {
2014
member codec // Blink only as of 2024-11
21-
member scalabilityMode // Blink only as of 2024-11
2215
}
2316
}

0 commit comments

Comments
 (0)