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:
bors-servo 2020-07-15 03:33:20 -04:00 committed by GitHub
commit ef4f5e5264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 244 additions and 4 deletions

View file

@ -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,
},