This WebExtensions API allows to install, remove, and query installed PKCS#11 modules as well as to query the the status of available PKCS#11 "slots" for a given module. Reuses the native application manifests from the "Native Messaging" API, but using the "pkcs11" type rather than the "stdio" type. All calls expect an application name, which is not the PKCS#11 friendly name (the "description" field in the manifest file is used for that) but instead the application name in the manifest file. MozReview-Commit-ID: 8dHr5QfEaXv
26 lines
761 B
INI
26 lines
761 B
INI
[DEFAULT]
|
|
head = head.js
|
|
firefox-appdir = browser
|
|
tags = webextensions in-process-webextensions
|
|
dupe-manifest =
|
|
|
|
# This file contains tests which are not affected by multi-process
|
|
# configuration, or do not support out-of-process content or extensions
|
|
# for one reason or another.
|
|
#
|
|
# Tests which are affected by remote content or remote extensions should
|
|
# go in one of:
|
|
#
|
|
# - xpcshell-common.ini
|
|
# For tests which should run in all configurations.
|
|
# - xpcshell-remote.ini
|
|
# For tests which should only run with both remote extensions and remote content.
|
|
|
|
[test_ext_manifest_commands.js]
|
|
[test_ext_manifest_omnibox.js]
|
|
[test_ext_manifest_permissions.js]
|
|
[test_ext_geckoProfiler_schema.js]
|
|
[test_ext_pkcs11_management.js]
|
|
|
|
[include:xpcshell-common.ini]
|