gecko-dev/security/manager/ssl
Tim Nguyen 92c9a958e1 Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan
MozReview-Commit-ID: 30wMauuc9oo

--HG--
rename : browser/base/content/default-theme-icon.svg => toolkit/mozapps/extensions/content/default-theme-icon.svg
extra : rebase_source : 5e4cf784135f4a8e40a2ed8357ba651e7fce9728
2018-04-01 13:53:31 +02:00
..
crashtests Bug 1361235 - Part 2: Re-enable some tests. r=emilio 2017-05-11 19:19:52 +08:00
tests Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan 2018-04-01 13:53:31 +02:00
CSTrustDomain.cpp
CSTrustDomain.h
CertBlocklist.cpp Bug 685236 - Stop using GetNativePath in PSM. r=keeler 2017-12-17 01:24:44 +09:00
CertBlocklist.h
ContentSignatureVerifier.cpp Bug 1435713 - collect cert fingerprints for failed CS verifications, r=keeler,francois 2018-02-28 09:26:30 +01:00
ContentSignatureVerifier.h Bug 1435713 - collect cert fingerprints for failed CS verifications, r=keeler,francois 2018-02-28 09:26:30 +01:00
CryptoTask.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
CryptoTask.h Bug 1436263 - Part 2: Replace `override final` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:50:00 -08:00
DER.jsm
DataStorage.cpp Bug 1437167 - Part 1: Stop using PRIntervalTime as the argument to CondVar::Wait and Monitor::Wait, r=mstange, r=froydnj 2018-04-10 17:49:47 -04:00
DataStorage.h
DataStorageIPCUtils.h
DataStorageList.h bug 1434852 - introducing TRR (DOH); r=mcmanus,valentin 2018-02-01 10:20:49 +01:00
LocalCertService.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
LocalCertService.h
NSSErrorsService.cpp Bug 1448787 - separate error for self-signed certs, r=keeler,johannh 2018-03-29 11:51:33 +02:00
NSSErrorsService.h
PKCS11ModuleDB.cpp Bug 1448756 - Use AssignLiteral and AssignASCII for short zero-terminated strings in PSM. r=keeler. 2018-03-26 09:13:14 +03:00
PKCS11ModuleDB.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
PPSMContentDownloader.ipdl
PSMContentListener.cpp Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
PSMContentListener.h
PSMRunnable.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
PSMRunnable.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
PublicKeyPinningService.cpp Bug 1434936 - Rework ChainHasValidPins to use nsNSSCertList r=keeler r=fkiefer 2018-01-31 18:50:29 -07:00
PublicKeyPinningService.h Bug 1434936 - Rework ChainHasValidPins to use nsNSSCertList r=keeler r=fkiefer 2018-01-31 18:50:29 -07:00
PublicSSL.h
RootCertificateTelemetryUtils.cpp Bug 1384233 - Remove SizePrintfMacros.h. r=froydnj 2017-07-26 16:03:57 -04:00
RootCertificateTelemetryUtils.h
RootHashes.inc Bug 1420060 - land NSS 04fc9a90997b UPGRADE_NSS_RELEASE, r=me 2017-12-19 15:26:12 +01:00
SSLServerCertVerification.cpp Bug 1448787 - separate error for self-signed certs, r=keeler,johannh 2018-03-29 11:51:33 +02:00
SSLServerCertVerification.h
ScopedNSSTypes.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
SecretDecoderRing.cpp Bug 1444290 - Forget bg SDR runnable reference when dispatching r=froydnj 2018-03-22 09:31:40 -07:00
SecretDecoderRing.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
SharedCertVerifier.h Bug 1437754 - Add a pref and disable the Symantec distrust algorithm r=keeler 2018-02-27 16:04:51 -07:00
SharedSSLState.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
SharedSSLState.h Bug 1391506 - Creating max version, fallback limit, and alt server hello flag values for the tlsFlags r=keeler 2017-08-29 09:04:08 -04:00
StaticHPKPins.errors No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update 2017-10-11 23:23:04 -07:00
StaticHPKPins.h No bug, Automated HSTS preload list update from task NB7sJcsHTtqWs431n9VnuQ 2018-04-23 11:54:49 +01:00
TransportSecurityInfo.cpp Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
TransportSecurityInfo.h Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
X509.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
md4.c
md4.h
moz.build Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler 2018-04-12 16:19:49 -07:00
nsCertOverrideService.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
nsCertOverrideService.h Bug 1435708 - use mozilla::HashString in security/manager/ssl/; r=keeler 2018-02-05 20:17:38 -05:00
nsCertTree.cpp Bug 1444991 - Part 5: Make some XPCOM methods more strongly typed, r=bz 2018-04-17 19:21:05 -04:00
nsCertTree.h Bug 1390036 (part 1) - Remove most remaining uses of nsXPIDLString. r=erahm. 2017-08-11 18:31:22 +10:00
nsClientAuthRemember.cpp Bug 1391506 - Creating max version, fallback limit, and alt server hello flag values for the tlsFlags r=keeler 2017-08-29 09:04:08 -04:00
nsClientAuthRemember.h Bug 1435708 - use mozilla::HashString in security/manager/ssl/; r=keeler 2018-02-05 20:17:38 -05:00
nsCryptoHash.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsCryptoHash.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsIASN1Object.idl
nsIASN1PrintableItem.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIASN1Sequence.idl
nsIAssociatedContentSecurity.idl
nsIBadCertListener2.idl
nsICertBlocklist.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsICertOverrideService.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsICertTree.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsICertificateDialogs.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIClientAuthDialogs.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIContentSignatureVerifier.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsICryptoHMAC.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsICryptoHash.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIGenKeypairInfoDlg.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIKeyModule.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIKeygenThread.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsILocalCertService.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsINSSErrorsService.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsINSSVersion.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIPK11Token.idl Bug 1429148 - Add nsIPK11Token.isInternalKeyToken. r=keeler,MattN 2018-02-20 20:43:41 -03:00
nsIPK11TokenDB.idl bug 1393143 - remove a few unused attributes and methods on PKCS#11 interfaces r=Cykesiopka 2017-08-17 16:11:57 -07:00
nsIPKCS11Module.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIPKCS11ModuleDB.idl bug 1393143 - remove a few unused attributes and methods on PKCS#11 interfaces r=Cykesiopka 2017-08-17 16:11:57 -07:00
nsIPKCS11Slot.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIProtectedAuthThread.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsISSLStatus.idl Backed out changeset 51eaba841505 (bug 1406856) for failing eslint at security/manager/ssl/tests/unit/head_psm.js:732:53 | Multiple spaces found before '='. r=backout 2017-10-28 12:49:09 +02:00
nsISSLStatusProvider.idl
nsISecretDecoderRing.idl Bug 1426721 - Add async/bulk encryption interface to SDR r=keeler,MattN 2018-01-23 10:06:31 -08:00
nsISecurityUITelemetry.idl Bug 1375277 - Move Safe Browsing UI events to a separate telemetry probe. r=francois 2017-08-02 14:01:44 +08:00
nsISiteSecurityService.idl Bug 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb 2018-01-10 11:07:00 -05:00
nsITokenDialogs.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsITokenPasswordDialogs.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsIX509Cert.idl bug 867473 - (4/4) remove nsIX509Cert.issuer and getChain r=jcj 2018-04-17 13:07:52 -07:00
nsIX509CertDB.idl bug 1453741 - (2/2) remove nsIX509CertDB.findCertByEmailAddress r=fkiefer,jcj 2018-04-12 12:46:25 -07:00
nsIX509CertList.idl bug 1421084 - part 1/4 - remove now-unnecessary nsNSSShutDownPreventionLock r=mt,ttaubert 2018-01-23 10:37:47 -08:00
nsIX509CertValidity.idl Bug 1366584 - Add initial [must_use] properties to PSM IDL files. r=keeler 2017-05-25 21:56:04 +08:00
nsKeyModule.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsKeyModule.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsKeygenHandler.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsKeygenHandler.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsKeygenHandlerContent.cpp Bug 1432944 part 12. Change nsIFormProcessor to pass Element, not nsIDOMHTMLElement, for elements. r=mccr8 2018-01-29 23:29:11 -05:00
nsKeygenHandlerContent.h Bug 1432944 part 12. Change nsIFormProcessor to pass Element, not nsIDOMHTMLElement, for elements. r=mccr8 2018-01-29 23:29:11 -05:00
nsKeygenThread.cpp bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsKeygenThread.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsNSSASN1Object.cpp Bug 1313150 - Remove |weak| parameter from nsIMutableArray methods. r=froydnj 2017-10-21 23:53:02 +09:00
nsNSSASN1Object.h
nsNSSCallbacks.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
nsNSSCallbacks.h
nsNSSCertHelper.cpp bug 1449060 - remove some dynamic OIDs from the certificate viewer that don't serve any purpose r=fkiefer 2018-03-26 17:21:04 -07:00
nsNSSCertHelper.h bug 1424392 - remove unnecessary nsINSSComponent usage in nsNSSCallbacks r=mgoodwin 2017-12-08 14:07:04 -08:00
nsNSSCertTrust.cpp bug 1397837 - remove vestigial references to "code signing" from PSM r=Cykesiopka,snorp 2017-12-01 16:16:20 -08:00
nsNSSCertTrust.h bug 1397837 - remove vestigial references to "code signing" from PSM r=Cykesiopka,snorp 2017-12-01 16:16:20 -08:00
nsNSSCertValidity.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsNSSCertValidity.h Bug 1434300 - Implement the Symantec distrust plan from Bug 1409257 r=fkiefer,keeler 2018-02-21 14:08:18 -05:00
nsNSSCertificate.cpp bug 867473 - (4/4) remove nsIX509Cert.issuer and getChain r=jcj 2018-04-17 13:07:52 -07:00
nsNSSCertificate.h Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
nsNSSCertificateDB.cpp bug 1453741 - (2/2) remove nsIX509CertDB.findCertByEmailAddress r=fkiefer,jcj 2018-04-12 12:46:25 -07:00
nsNSSCertificateDB.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsNSSComponent.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
nsNSSComponent.h Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
nsNSSErrors.cpp Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler 2018-04-12 16:19:49 -07:00
nsNSSHelper.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsNSSIOLayer.cpp Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler 2018-04-12 16:19:49 -07:00
nsNSSIOLayer.h Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
nsNSSModule.cpp Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler 2018-04-12 16:19:49 -07:00
nsNSSVersion.cpp Bug 1448756 - Use AssignLiteral and AssignASCII for short zero-terminated strings in PSM. r=keeler. 2018-03-26 09:13:14 +03:00
nsNSSVersion.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsNTLMAuthModule.cpp bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsNTLMAuthModule.h Bug 1412646 - Initialize some uninitialized fields in security/manager/ r=keeler 2017-10-31 11:04:40 +01:00
nsPK11TokenDB.cpp Bug 1429148 - Add nsIPK11Token.isInternalKeyToken. r=keeler,MattN 2018-02-20 20:43:41 -03:00
nsPK11TokenDB.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsPKCS11Slot.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsPKCS11Slot.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsPKCS12Blob.cpp Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler 2018-04-12 16:19:49 -07:00
nsPKCS12Blob.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsProtectedAuthThread.cpp Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
nsProtectedAuthThread.h
nsRandomGenerator.cpp bug 1421084 - part 3/4 - remove nsNSSShutDownObject::shutdown and virtualDestroyNSSReference r=mt,ttaubert 2018-01-24 14:29:08 -08:00
nsRandomGenerator.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsSSLSocketProvider.cpp Bug 1388925 - Add an opaque flags to have a fine-grained control over TLS configurations. r=mcmanus, r=keeler 2017-08-16 12:41:16 -07:00
nsSSLSocketProvider.h
nsSSLStatus.cpp bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsSSLStatus.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
nsSTSPreloadList.errors No bug, Automated HSTS preload list update from host bld-linux64-spot-324 - a=hsts-update 2018-04-13 13:48:34 -07:00
nsSTSPreloadList.inc No bug, Automated HSTS preload list update from task NB7sJcsHTtqWs431n9VnuQ 2018-04-23 11:54:49 +01:00
nsSecureBrowserUIImpl.cpp Bug 1409259 - Add a console warning for soon-to-be-distrusted roots r=keeler,ttaubert 2017-10-18 22:29:42 -07:00
nsSecureBrowserUIImpl.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsSecurityHeaderParser.cpp Bug 1412646 - Initialize some uninitialized fields in security/manager/ r=keeler 2017-10-31 11:04:40 +01:00
nsSecurityHeaderParser.h
nsSiteSecurityService.cpp Bug 1434936 - Rework ChainHasValidPins to use nsNSSCertList r=keeler r=fkiefer 2018-01-31 18:50:29 -07:00
nsSiteSecurityService.h Bug 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb 2018-01-10 11:07:00 -05:00
nsTLSSocketProvider.cpp Bug 1388925 - Add an opaque flags to have a fine-grained control over TLS configurations. r=mcmanus, r=keeler 2017-08-16 12:41:16 -07:00
nsTLSSocketProvider.h
nsVerificationJob.h
security-prefs.js Bug 1450967 - mitm detection v0.0.1, r=keeler,johannh 2018-03-16 11:36:50 +01:00