Name Description Size Coverage
MidiPermissionStatus.cpp 820 -
MidiPermissionStatus.h 811 -
moz.build 885 -
PermissionObserver.cpp static 4233 -
PermissionObserver.h 1134 -
Permissions.cpp 7485 -
Permissions.h 1612 -
PermissionStatus.cpp 3380 -
PermissionStatus.h This method returns the internal permission type, which should be equal to the permission name for all but the MIDI permission because of the SysEx support: internally, we have both "midi" and "midi-sysex" permission types but we only have a "midi" (public) permission name. Note: the `MidiPermissionDescriptor` descriptor has an optional `sysex` boolean, which is used to determine whether to return "midi" or "midi-sysex" for the MIDI permission. 2230 -
PermissionStatusSink.cpp 8891 -
PermissionStatusSink.h 2727 -
PermissionUtils.cpp 3192 -
PermissionUtils.h Returns the permission name given a permission type. Note: the "midi" permission is implemented with two internal permissions ("midi" and "midi-sysex"). For this reason, when we pass "midi-sysex" to this function, it unconditionally returns the "midi" permission name, because that's the only public permission name. 1275 -
StorageAccessPermissionStatus.cpp 5864 -
StorageAccessPermissionStatus.h 995 -
tests -