mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
4ecaa49dd0
102 changed files with 772 additions and 102069 deletions
|
|
@ -127,13 +127,11 @@ UNIFIED_SOURCES += [
|
|||
'nsSecureBrowserUIImpl.cpp',
|
||||
'nsSecurityHeaderParser.cpp',
|
||||
'NSSErrorsService.cpp',
|
||||
'nsSiteSecurityService.cpp',
|
||||
'nsSSLSocketProvider.cpp',
|
||||
'nsSSLStatus.cpp',
|
||||
'nsTLSSocketProvider.cpp',
|
||||
'PSMContentListener.cpp',
|
||||
'PSMRunnable.cpp',
|
||||
'PublicKeyPinningService.cpp',
|
||||
'SecretDecoderRing.cpp',
|
||||
'SharedSSLState.cpp',
|
||||
'SSLServerCertVerification.cpp',
|
||||
|
|
@ -141,6 +139,10 @@ UNIFIED_SOURCES += [
|
|||
'WeakCryptoOverride.cpp',
|
||||
]
|
||||
|
||||
# nsSiteSecurityService exceeded the obj file sections limit because of the
|
||||
# HSTS preload list so it cannot be built in UNIFIED mode.
|
||||
SOURCES += ['nsSiteSecurityService.cpp']
|
||||
|
||||
IPDL_SOURCES += [
|
||||
'PPSMContentDownloader.ipdl',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue