mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
2
security/nss/lib/libpkix/pkix_pl_nss/system/Makefile
Normal file → Executable file
2
security/nss/lib/libpkix/pkix_pl_nss/system/Makefile
Normal file → Executable file
|
|
@ -26,7 +26,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
|
||||
#######################################################################
|
||||
# (5) Execute "global" rules. (OPTIONAL) #
|
||||
|
|
@ -44,6 +43,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
export:: private_export
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#
|
||||
# Override TARGETS variable so that only static libraries
|
||||
# are specifed as dependencies within rules.mk.
|
||||
#
|
||||
|
||||
TARGETS = $(LIBRARY)
|
||||
SHARED_LIBRARY =
|
||||
IMPORT_LIBRARY =
|
||||
PROGRAM =
|
||||
|
||||
5
security/nss/lib/libpkix/pkix_pl_nss/system/manifest.mn
Normal file → Executable file
5
security/nss/lib/libpkix/pkix_pl_nss/system/manifest.mn
Normal file → Executable file
|
|
@ -4,9 +4,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
CORE_DEPTH = ../../../..
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
PRIVATE_EXPORTS = \
|
||||
pkix_pl_common.h \
|
||||
pkix_pl_mem.h \
|
||||
|
|
@ -43,4 +40,4 @@ CSRCS = \
|
|||
$(NULL)
|
||||
|
||||
LIBRARY_NAME = pkixsystem
|
||||
|
||||
SHARED_LIBRARY = $(NULL)
|
||||
|
|
|
|||
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bigint.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bigint.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bigint.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bigint.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_common.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_common.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_common.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_common.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_hashtable.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_hashtable.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_hashtable.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_hashtable.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_lifecycle.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mem.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mem.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mem.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mem.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_monitorlock.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_monitorlock.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_monitorlock.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_monitorlock.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mutex.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mutex.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mutex.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mutex.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_object.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_oid.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_oid.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_oid.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_oid.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_primhash.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_primhash.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_primhash.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_primhash.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_rwlock.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_rwlock.c
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_rwlock.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_rwlock.h
Normal file → Executable file
9
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_string.c
Normal file → Executable file
9
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_string.c
Normal file → Executable file
|
|
@ -439,7 +439,8 @@ PKIX_PL_Sprintf(
|
|||
|
||||
tempString = va_arg(args, PKIX_PL_String *);
|
||||
if (tempString != NULL) {
|
||||
PKIX_CHECK(PKIX_PL_String_GetEncoded
|
||||
PKIX_CHECK_NO_GOTO(
|
||||
PKIX_PL_String_GetEncoded
|
||||
((PKIX_PL_String*)
|
||||
tempString,
|
||||
PKIX_ESCASCII,
|
||||
|
|
@ -447,6 +448,12 @@ PKIX_PL_Sprintf(
|
|||
&dummyLen,
|
||||
plContext),
|
||||
PKIX_STRINGGETENCODEDFAILED);
|
||||
/* need to cleanup var args before
|
||||
* we ditch out to cleanup. */
|
||||
if (pkixErrorResult) {
|
||||
va_end(args);
|
||||
goto cleanup;
|
||||
}
|
||||
} else {
|
||||
/* there may be a NULL in var_args */
|
||||
pArg = NULL;
|
||||
|
|
|
|||
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_string.h
Normal file → Executable file
0
security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_string.h
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue