mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #27265 - jdm:hubs-stubs2, r=ferjm
Add stubs for HTMLCanvasElement.captureStream and WebRTC transceiver APIs These stubs are hidden by default and only exist to allow getting past the relevant code that invokes them on hubs.mozilla.org.
This commit is contained in:
commit
ef4f5e5264
11 changed files with 244 additions and 4 deletions
|
@ -133,6 +133,9 @@ mod gen {
|
|||
enabled: bool,
|
||||
}
|
||||
},
|
||||
canvas_capture: {
|
||||
enabled: bool,
|
||||
},
|
||||
canvas_text: {
|
||||
enabled: bool,
|
||||
},
|
||||
|
@ -256,6 +259,9 @@ mod gen {
|
|||
enabled: bool,
|
||||
},
|
||||
webrtc: {
|
||||
transceiver: {
|
||||
enabled: bool,
|
||||
},
|
||||
#[serde(default)]
|
||||
enabled: bool,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue