mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
WebUSB initial commit
This commit is contained in:
parent
c461f87cc7
commit
b898673be8
22 changed files with 2231 additions and 1 deletions
|
|
@ -27,6 +27,9 @@
|
|||
<preference id="javascript.options.wasm"
|
||||
name="javascript.options.wasm"
|
||||
type="bool"/>
|
||||
<preference id="dom.usb.enabled"
|
||||
name="dom.usb.enabled"
|
||||
type="bool"/>
|
||||
#ifdef MOZ_WEBRTC
|
||||
<preference id="media.peerconnection.enabled"
|
||||
name="media.peerconnection.enabled"
|
||||
|
|
@ -246,6 +249,14 @@
|
|||
accesskey="&javascriptWasm.accesskey;" />
|
||||
</vbox>
|
||||
</row>
|
||||
<row id="javascriptWebUSBRow">
|
||||
<vbox align="start">
|
||||
<checkbox id="javascriptWebUSBPolicy"
|
||||
preference="dom.usb.enabled"
|
||||
label="&javascriptWebusb.label;"
|
||||
accesskey="&javascriptWebusb.accesskey;" />
|
||||
</vbox>
|
||||
</row>
|
||||
#ifdef MOZ_WEBRTC
|
||||
<row id="javascriptRow2">
|
||||
<vbox align="start">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue