mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
WebUSB initial commit
This commit is contained in:
parent
c461f87cc7
commit
b898673be8
22 changed files with 2231 additions and 1 deletions
|
|
@ -367,6 +367,12 @@ geolocation.neverShareLocation.accesskey=N
|
|||
geolocation.shareWithSite2=Would you like to share your location with this site?
|
||||
geolocation.shareWithFile2=Would you like to share your location with this file?
|
||||
|
||||
webUSB.connectToSite=Would you like to let this site access USB devices?
|
||||
webUSB.allow=Allow USB Devices
|
||||
webUSB.allow.accesskey=A
|
||||
webUSB.block=Block USB Devices
|
||||
webUSB.block.accesskey=B
|
||||
|
||||
webNotifications.receiveForSession=Receive for this session
|
||||
webNotifications.receiveForSession.accesskey=s
|
||||
webNotifications.alwaysReceive=Always Receive Notifications
|
||||
|
|
|
|||
|
|
@ -48,6 +48,8 @@
|
|||
|
||||
<!ENTITY javascriptWasm.label "Enable WebAssembly (WASM)">
|
||||
<!ENTITY javascriptWasm.accesskey "y">
|
||||
<!ENTITY javascriptWebusb.label "Enable WebUSB">
|
||||
<!ENTITY javascriptWebusb.accesskey "U">
|
||||
#ifdef MOZ_WEBRTC
|
||||
<!ENTITY javascriptWebrtc.label "Enable WebRTC">
|
||||
<!ENTITY javascriptWebrtc.accesskey "R">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue