From 74e5265d3921f18c7d626004e898837adb466d0c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 17:53:59 -0500 Subject: Bug 516464 - Remove passwords from cache when password manager contents are changed to prevent stale password attempts. Tag #1273 --- mailnews/build/nsMailModule.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mailnews/build') diff --git a/mailnews/build/nsMailModule.cpp b/mailnews/build/nsMailModule.cpp index 4f63a27bc..d0bcabe96 100644 --- a/mailnews/build/nsMailModule.cpp +++ b/mailnews/build/nsMailModule.cpp @@ -602,7 +602,7 @@ NS_DEFINE_NAMED_CID(NS_MSGCOMPUTILS_CID); //////////////////////////////////////////////////////////////////////////////// NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppAbDirectoryDelegator) NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppComposeDelegator) -NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppIncomingServerDelegator) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(JaCppIncomingServerDelegator, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppMsgFolderDelegator) NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppSendDelegator) NS_GENERIC_FACTORY_CONSTRUCTOR(JaCppUrlDelegator) @@ -620,7 +620,7 @@ NS_DEFINE_NAMED_CID(JACPPURLDELEGATOR_CID); NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapUrl) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapProtocol) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsIMAPHostSessionList, Init) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapIncomingServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsImapIncomingServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapMailFolder) NS_GENERIC_FACTORY_CONSTRUCTOR(nsImapMockChannel) @@ -646,14 +646,14 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsPop3Service) NS_GENERIC_FACTORY_CONSTRUCTOR(nsNoneService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgLocalMailFolder) NS_GENERIC_FACTORY_CONSTRUCTOR(nsParseMailMessageState) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsPop3IncomingServer) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsRssIncomingServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPop3IncomingServer, Init) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsRssIncomingServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsRssService) #ifdef HAVE_MOVEMAIL -NS_GENERIC_FACTORY_CONSTRUCTOR(nsMovemailIncomingServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMovemailIncomingServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMovemailService) #endif /* HAVE_MOVEMAIL */ -NS_GENERIC_FACTORY_CONSTRUCTOR(nsNoIncomingServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNoIncomingServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgBrkMBoxStore) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgMaildirStore) @@ -728,7 +728,7 @@ NS_DEFINE_NAMED_CID(NS_FTS3TOKENIZER_CID); //////////////////////////////////////////////////////////////////////////////// NS_GENERIC_FACTORY_CONSTRUCTOR(nsNntpUrl) NS_GENERIC_FACTORY_CONSTRUCTOR(nsNntpService) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsNntpIncomingServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNntpIncomingServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPArticleList) NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPNewsgroupPost) NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPNewsgroupList) -- cgit v1.2.3