Open
Bug 1760019
Opened 3 years ago
Updated 2 years ago
Migrate pipnss.properties to Fluent
Categories
(Core :: Security: PSM, task, P5)
Core
Security: PSM
Tracking
()
NEW
People
(Reporter: eemeli, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-would-take])
Two of the strings in this file are currently formatted during startup: ManufacturerID
and PrivateTokenDescription
.
Strings from pipnss.properties
are formatted by three functions:
Of these, the first two do not pass any formatting parameters, and the third (which does) is only ever called to format CertPasswordPrompt
. This would imply that a number of the strings are never actually used, and could be dropped.
Reporter | ||
Comment 1•3 years ago
|
||
The properties-to-ftl tool should make migrating the .properties file itself relatively easy, though it isn't able to automatically update the C++ call sites. For that, there's at least an example that may be followed.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P5
Whiteboard: [psm-would-take]
You need to log in
before you can comment on or make changes to this bug.
Description
•