[GeckoView] Add web-digital_signature_properties_manager import map (PR 21247 follow-up)

Currently the GeckoView development viewer, i.e. http://localhost:8888/web/viewer-geckoview.html, is completely broken with the following error:
```
Uncaught TypeError: The specifier “web-digital_signature_properties_manager” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”. app.js:97:44
```
This commit is contained in:
Jonas Jenwald 2026-07-02 18:40:34 +02:00
parent f7a4abf9a7
commit a1f1a56080

View File

@ -88,6 +88,7 @@ See https://github.com/adobe-type-tools/cmap-resources
"web-print_service": "./pdf_print_service.js",
"web-secondary_toolbar": "./stubs-geckoview.js",
"web-signature_manager": "./stubs-geckoview.js",
"web-digital_signature_properties_manager": "./digital_signature_properties_manager.js",
"web-toolbar": "./toolbar-geckoview.js",
"web-views_manager": "./stubs-geckoview.js"
}