gecko-dev/security/manager/pki
David Keeler d4901f4908 bug 1466942 - avoid l10n string bundles in nsNSSComponent initialization r=fkiefer
Before this patch, nsNSSComponent initialization would call PK11_ConfigurePKCS11
with some localized strings, which contributed to startup time. Also,
PK11_UnconfigurePKCS11 was never called, so the memory allocated to these
strings would stick around forever. This patch addresses both of these problems
by not calling PK11_ConfigurePKCS11. This means that some properties of NSS'
internal "PKCS#11 slots/tokens" have to be localized when displaying them to the
user.

MozReview-Commit-ID: BbAgbgpFfFG

--HG--
extra : rebase_source : b633da8fea683675d0c0514a378954332afeb024
2018-06-04 17:07:06 -07:00
..
resources bug 1466942 - avoid l10n string bundles in nsNSSComponent initialization r=fkiefer 2018-06-04 17:07:06 -07:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
nsASN1Tree.cpp Bug 1466727 part 2. Remove use of nsITreeColumn in xpidl interfaces. r=mossop 2018-06-05 23:01:36 -04:00
nsASN1Tree.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIASN1Tree.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsNSSDialogHelper.cpp Bug 1382099 - Remove MOZ_WIDGET_GONK from security/. r=jld. 2017-07-21 10:45:42 +10:00
nsNSSDialogHelper.h
nsNSSDialogs.cpp bug 1465976 - remove all find*ByName APIs from PSM PKCS#11 module/slot/token interfaces r=fkiefer,jcj 2018-05-31 14:46:06 -07:00
nsNSSDialogs.h
nsPKIModule.cpp