| MidiPermissionStatus.cpp |
|
699 |
100 % |
| MidiPermissionStatus.h |
|
690 |
100 % |
| moz.build |
|
796 |
- |
| PermissionObserver.cpp |
static |
4112 |
92 % |
| PermissionObserver.h |
|
1013 |
0 % |
| Permissions.cpp |
|
8144 |
71 % |
| Permissions.h |
|
1491 |
67 % |
| PermissionStatus.cpp |
|
3259 |
91 % |
| 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.
|
2109 |
100 % |
| PermissionStatusSink.cpp |
|
8770 |
74 % |
| PermissionStatusSink.h |
|
2606 |
100 % |
| PermissionUtils.cpp |
|
3122 |
93 % |
| 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.
|
1154 |
- |
| StorageAccessPermissionStatus.cpp |
|
5743 |
56 % |
| StorageAccessPermissionStatus.h |
|
874 |
100 % |
| tests |
|
|
- |