Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions inputfiles/patches/fetch.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
removals {
enum RequestDestination {
json // No implementation as of 2023-11
}
}
12 changes: 12 additions & 0 deletions inputfiles/patches/mediasession.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
removals {
enum MediaSessionAction {
enterpictureinpicture // Blink only as of 2024-07
hangup // Blink only as of 2024-07
nextslide // Blink only as of 2024-07
previousslide // Blink only as of 2024-07
togglecamera // Blink only as of 2024-07
togglemicrophone // Blink only as of 2024-07
togglescreenshare // No implementation as of 2024-07
voiceactivity // No implementation as of 2024-07
}
}
5 changes: 5 additions & 0 deletions inputfiles/patches/mst-content-hint.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
removals {
enum RTCDegradationPreference {
maintain-framerate-and-resolution // No implementation as of 2025-10
}
}
5 changes: 5 additions & 0 deletions inputfiles/patches/netinfo.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
removals {
enum ConnectionType {
wimax
}
}
34 changes: 34 additions & 0 deletions inputfiles/patches/webcodecs.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
removals {
enum VideoColorPrimaries {
bt2020 // Blink only as of 2022-10
smpte432 // Blink only as of 2022-10
}

enum VideoMatrixCoefficients {
bt2020-ncl // Blink only as of 2022-10
}

enum VideoPixelFormat {
// All no implementation as of 2024-03
I420AP10
I420AP12
I420P10
I420P12
I422A
I422AP10
I422AP12
I422P10
I422P12
I444A
I444AP10
I444AP12
I444P10
I444P12
}

enum VideoTransferCharacteristics {
hlg // Blink only as of 2022-10
linear // Blink only as of 2022-10
pq // Blink only as of 2022-10
}
}
64 changes: 1 addition & 63 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,69 +13,7 @@
},
"enums": {
"enum": {
"ConnectionType": {
"value": ["wimax"]
},
"MediaSessionAction": {
"value": [
"enterpictureinpicture", // Blink only as of 2024-07
"hangup", // Blink only as of 2024-07
"nextslide", // Blink only as of as of 2024-07
"previousslide", // Blink only as of as of 2024-07
"togglecamera", // Blink only as of 2024-07
"togglemicrophone", // Blink only as of 2024-07
"togglescreenshare", // No implementation as of 2024-07
"voiceactivity" // No implementation as of 2024-07
]
},
"RequestDestination": {
"value": [
"json" // No implementation as of 2023-11
]
},
"RTCDegradationPreference": {
"value": [
"maintain-framerate-and-resolution" // No implementation as of 2025-10j
]
},
"ValueType": null,
"VideoColorPrimaries": {
"value": [
"bt2020", // Blink only as of 2022-10
"smpte432" // Blink only as of 2022-10
]
},
"VideoMatrixCoefficients": {
"value": [
"bt2020-ncl" // Blink only as of 2022-10
]
},
"VideoPixelFormat": {
"value": [
// All no implementation as of 2024-03
"I420AP10",
"I420AP12",
"I420P10",
"I420P12",
"I422A",
"I422AP10",
"I422AP12",
"I422P10",
"I422P12",
"I444A",
"I444AP10",
"I444AP12",
"I444P10",
"I444P12"
]
},
"VideoTransferCharacteristics": {
"value": [
"hlg", // Blink only as of 2022-10
"linear", // Blink only as of 2022-10
"pq" // Blink only as of 2022-10
]
}
"ValueType": null
}
},
"interfaces": {
Expand Down