mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
parent
8ccc206d44
commit
497286a00b
47 changed files with 9 additions and 69 deletions
|
|
@ -2,8 +2,8 @@
|
|||
/* 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/. */
|
||||
|
||||
#include "nsIAbCard.idl"
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
interface nsIAbLDAPAttributeMap;
|
||||
interface nsILDAPModification;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
* 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/. */
|
||||
|
||||
#include "nsIPrefService.h"
|
||||
#include "nsAbBSDirectory.h"
|
||||
|
||||
#include "nsDirPrefs.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "nsAbCardProperty.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsIPrefService.h"
|
||||
#include "nsIAddrDatabase.h"
|
||||
#include "nsIAbDirectory.h"
|
||||
#include "plbase64.h"
|
||||
#include "nsIStringBundle.h"
|
||||
#include "plstr.h"
|
||||
|
|
|
|||
|
|
@ -13,10 +13,8 @@
|
|||
#define nsAbDirProperty_h__
|
||||
|
||||
#include "nsIAbDirectory.h" /* include the interface we are going to support */
|
||||
#include "nsIAbCard.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsDirPrefs.h"
|
||||
#include "nsIAddrDatabase.h"
|
||||
#include "nsStringGlue.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIMutableArray.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#include "nsAbLDAPChangeLogData.h"
|
||||
#include "nsAbLDAPChangeLogQuery.h"
|
||||
#include "nsILDAPMessage.h"
|
||||
#include "nsIAbCard.h"
|
||||
#include "nsIAddrBookSession.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAbUtils.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nsAbQueryStringToExpression.h"
|
||||
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsIAbManager.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsNetCID.h"
|
||||
|
|
@ -18,6 +17,8 @@
|
|||
#include "nsEnumeratorUtils.h"
|
||||
#include "nsIAbLDAPAttributeMap.h"
|
||||
#include "nsIAbMDBDirectory.h"
|
||||
#include "nsIAbManager.h"
|
||||
#include "nsIAddrDatabase.h"
|
||||
#include "nsILDAPURL.h"
|
||||
#include "nsILDAPConnection.h"
|
||||
#include "nsAppDirectoryServiceDefs.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nsILDAPConnection.h"
|
||||
#include "nsILDAPErrors.h"
|
||||
#include "nsILDAPModification.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIAbLDAPDirectory.h"
|
||||
#include "nsIMutableArray.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "nsAbLDAPListenerBase.h"
|
||||
#include "nsIAbLDAPDirectory.h"
|
||||
#include "nsILDAPOperation.h"
|
||||
#include "nsIArray.h"
|
||||
|
||||
class nsILDAPURL;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#include "nsAbBoolExprToLDAPFilter.h"
|
||||
#include "nsILDAPMessage.h"
|
||||
#include "nsILDAPErrors.h"
|
||||
#include "nsILDAPOperation.h"
|
||||
#include "nsIAbLDAPAttributeMap.h"
|
||||
#include "nsIAbLDAPCard.h"
|
||||
#include "nsAbUtils.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nsAbLDAPReplicationQuery.h"
|
||||
#include "nsAbLDAPReplicationService.h"
|
||||
#include "nsAbLDAPReplicationData.h"
|
||||
#include "nsILDAPURL.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAbUtils.h"
|
||||
#include "nsDirPrefs.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef nsAbLDAPReplicationQuery_h__
|
||||
#define nsAbLDAPReplicationQuery_h__
|
||||
|
||||
#include "nsIWebProgressListener.h"
|
||||
#include "nsIAbLDAPReplicationQuery.h"
|
||||
#include "nsIAbLDAPReplicationData.h"
|
||||
#include "nsIAbLDAPDirectory.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
#include "nsIAbManager.h"
|
||||
#include "nsIAbMDBDirectory.h"
|
||||
#include "nsAbMDBDirFactory.h"
|
||||
#include "nsIAddrDBListener.h"
|
||||
#include "nsIAddrDatabase.h"
|
||||
#include "nsEnumeratorUtils.h"
|
||||
#include "nsIMutableArray.h"
|
||||
|
|
|
|||
|
|
@ -3,14 +3,12 @@
|
|||
* 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/. */
|
||||
|
||||
#include "nsAbMDBDirProperty.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsAbMDBDirProperty.h"
|
||||
#include "nsStringGlue.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAddrDatabase.h"
|
||||
#include "nsIAbCard.h"
|
||||
#include "nsIAbListener.h"
|
||||
#include "nsArrayUtils.h"
|
||||
#include "mdb.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAddrDatabase.h"
|
||||
#include "nsIAbListener.h"
|
||||
#include "nsIAbManager.h"
|
||||
#include "nsIURL.h"
|
||||
#include "nsNetCID.h"
|
||||
#include "nsAbDirectoryQuery.h"
|
||||
#include "nsIAbDirectoryQueryProxy.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include "nsAbManager.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAddrDatabase.h"
|
||||
#include "nsIAbMDBDirectory.h"
|
||||
#include "nsIOutputStream.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsMsgI18N.h"
|
||||
|
|
@ -15,7 +14,6 @@
|
|||
#include "nsAppDirectoryServiceDefs.h"
|
||||
#include "plstr.h"
|
||||
#include "prmem.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "mozIDOMWindow.h"
|
||||
#include "nsIFilePicker.h"
|
||||
#include "plbase64.h"
|
||||
|
|
@ -32,9 +30,7 @@
|
|||
#include "nsIObserverService.h"
|
||||
#include "nsDirPrefs.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsIAbDirFactory.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsIIOService.h"
|
||||
#include "nsAbQueryStringToExpression.h"
|
||||
#include "mozilla/ArrayUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
#include "nsICommandLineHandler.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsInterfaceHashtable.h"
|
||||
#include "nsIAbDirFactoryService.h"
|
||||
#include "nsIAbDirectory.h"
|
||||
|
||||
class nsIAbLDAPAttributeMap;
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@
|
|||
#include "nsISupports.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAbDirProperty.h"
|
||||
#include "nsIAbDirectoryQuery.h"
|
||||
#include "nsIAbDirectorySearch.h"
|
||||
#include "nsIAbDirSearchListener.h"
|
||||
#include "nsIMutableArray.h"
|
||||
#include "nsInterfaceHashtable.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nsAbView.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIAbCard.h"
|
||||
#include "nsILocale.h"
|
||||
#include "nsILocaleService.h"
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
#include "nsIStringBundle.h"
|
||||
#include "nsIPrefLocalizedString.h"
|
||||
#include "nsArrayUtils.h"
|
||||
#include "nsIAddrDatabase.h" // for kPriEmailColumn
|
||||
#include "nsIAddrDatabase.h" // for kPhoneticNameColumn
|
||||
#include "nsMsgUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
#include "msgCore.h" // precompiled header...
|
||||
#include "nsStringGlue.h"
|
||||
#include "nsIIOService.h"
|
||||
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsAddbookProtocolHandler.h"
|
||||
|
||||
#include "nsAddbookUrl.h"
|
||||
|
|
@ -21,7 +19,6 @@
|
|||
#include "nsIAbView.h"
|
||||
#include "nsITreeView.h"
|
||||
#include "nsIStringBundle.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsIAsyncInputStream.h"
|
||||
#include "nsIAsyncOutputStream.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include "nsAddbookProtocolHandler.h"
|
||||
#include "nsIProtocolHandler.h"
|
||||
#include "nsIAddbookUrl.h"
|
||||
#include "nsIAddrDatabase.h"
|
||||
#include "nsIAbDirectory.h"
|
||||
|
||||
class nsAddbookProtocolHandler : public nsIProtocolHandler
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
#include "nsIPrefBranch.h"
|
||||
#include "nsIAbManager.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
|
||||
#define ID_PAB_TABLE 1
|
||||
#define ID_DELETEDCARDS_TABLE 2
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "nsTObserverArray.h"
|
||||
#include "nsWeakPtr.h"
|
||||
#include "nsIWeakReferenceUtils.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include <tchar.h>
|
||||
#include "nsWabAddressBook.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef PR_LOGGING
|
||||
static PRLogModuleInfo* gWabAddressBookLog
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@
|
|||
#include "nsIMsgFilterList.h"
|
||||
#include "nsDirectoryServiceUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
#include "nsIFileStreams.h"
|
||||
#include "nsIOutputStream.h"
|
||||
#include "nsISafeOutputStream.h"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsMsgUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
|
||||
#define PREF_BIFF_JITTER "mail.biff.add_interval_jitter"
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsMemory.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsIAbManager.h"
|
||||
#include "nsIAbDirectory.h"
|
||||
#include "nsIAbCard.h"
|
||||
|
|
@ -51,7 +50,6 @@
|
|||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/mailnews/MimeHeaderParser.h"
|
||||
#include "nsTArray.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla::mailnews;
|
||||
nsrefcnt nsMsgDBView::gInstanceCount = 0;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "nsIMsgFolderNotificationService.h"
|
||||
#include "nsIMsgPluggableStore.h"
|
||||
#include "nsMsgFolderCompactor.h"
|
||||
#include <algorithm>
|
||||
#include "nsIOutputStream.h"
|
||||
#include "nsIInputStream.h"
|
||||
#include "nsPrintfCString.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include "nsMsgCompressIStream.h"
|
||||
#include "prio.h"
|
||||
#include "prmem.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include <algorithm>
|
||||
|
||||
#define BUFFER_SIZE 16384
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@
|
|||
#include "nsIPK11TokenDB.h"
|
||||
#include "nsIPK11Token.h"
|
||||
#include "nsMsgLocalFolderHdrs.h"
|
||||
#include <algorithm>
|
||||
#define oneHour 3600000000U
|
||||
#include "nsMsgUtils.h"
|
||||
#include "nsIMsgFilterService.h"
|
||||
|
|
|
|||
|
|
@ -7,10 +7,8 @@
|
|||
#include "prlog.h"
|
||||
#include "prmem.h"
|
||||
#include "nsMsgLineBuffer.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsMsgUtils.h"
|
||||
#include "nsIInputStream.h" // used by nsMsgLineStreamBuffer
|
||||
#include <algorithm>
|
||||
|
||||
nsByteArray::nsByteArray()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <time.h>
|
||||
#include "nsMsgUtils.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
#include "nsProxyRelease.h"
|
||||
#include "mozilla/BasePrincipal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,9 +36,7 @@
|
|||
#include "nsIMsgIncomingServer.h"
|
||||
#include "nsIInputStreamPump.h"
|
||||
#include "nsMimeTypes.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
#include "nsContentSecurityManager.h"
|
||||
|
||||
#undef PostMessage // avoid to collision with WinUser.h
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "nsDBFolderInfo.h"
|
||||
#include "nsMsgLocalFolderHdrs.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsISeekableStream.h"
|
||||
#include "nsMsgOfflineImapOperation.h"
|
||||
#include "nsMsgFolderFlags.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
|
|
|||
|
|
@ -37,13 +37,10 @@
|
|||
#include "nsCollationCID.h"
|
||||
#include "nsIPrefService.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIMsgPluggableStore.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsArrayEnumerator.h"
|
||||
#include "nsIMemoryReporter.h"
|
||||
#include "mozilla/mailnews/MimeHeaderParser.h"
|
||||
#include "mozilla/mailnews/Services.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla::mailnews;
|
||||
using namespace mozilla;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
#include "nsMsgUtils.h"
|
||||
#include "nsIMsgThread.h"
|
||||
#include "nsMsgMimeCID.h"
|
||||
#include "nsIMimeConverter.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
|
||||
using namespace mozilla::mailnews;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
#include "nsMsgComposeSecure.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "ScopedNSSTypes.h"
|
||||
#include "cert.h"
|
||||
#include "keyhi.h"
|
||||
|
|
@ -16,7 +14,6 @@
|
|||
#include "mozilla/mailnews/MimeEncoder.h"
|
||||
#include "mozilla/mailnews/MimeHeaderParser.h"
|
||||
#include "msgCore.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsICryptoHash.h"
|
||||
#include "nsIMimeConverter.h"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
#include "nsImapUrl.h"
|
||||
#include "nsStringGlue.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
//////////////////// nsIMAPNamespace /////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
|
|
@ -90,9 +90,7 @@
|
|||
#include "nsMsgReadStateTxn.h"
|
||||
#include "nsIStringEnumerator.h"
|
||||
#include "nsIMsgStatusFeedback.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsMsgLineBuffer.h"
|
||||
#include <algorithm>
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nsStringStream.h"
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@
|
|||
#include "nsMsgUtils.h"
|
||||
#include "nsIMutableArray.h"
|
||||
#include "nsIAutoSyncManager.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsArrayUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include "nsTextFormatter.h"
|
||||
#include "nsIMsgHdr.h"
|
||||
#include "nsMsgI18N.h"
|
||||
#include <algorithm>
|
||||
// for the memory cache...
|
||||
#include "nsICacheEntry.h"
|
||||
#include "nsICacheStorage.h"
|
||||
|
|
@ -75,7 +74,6 @@ PRLogModuleInfo *IMAP;
|
|||
#include "nsDebug.h"
|
||||
#include "nsMsgCompressIStream.h"
|
||||
#include "nsMsgCompressOStream.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nsIPrincipal.h"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,7 @@
|
|||
#include "nsMsgUtils.h"
|
||||
#include "nsIMsgHdr.h"
|
||||
#include "nsIProgressEventSink.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "MapiMimeTypes.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include "nsMsgI18N.h"
|
||||
#include "nsICharsetConverterManager.h"
|
||||
#include "nsCRT.h"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
#include "nsMsgMessageFlags.h"
|
||||
#include "nsMsgLocalFolderHdrs.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
static NS_DEFINE_CID(kMsgSendCID, NS_MSGSEND_CID);
|
||||
static NS_DEFINE_CID(kMsgCompFieldsCID, NS_MSGCOMPFIELDS_CID);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include "TextDebugLog.h"
|
||||
#include "plstr.h"
|
||||
#include "msgCore.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef MOZILLA_INTERNAL_API
|
||||
#include "nsMsgI18N.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#ifndef nsCharsetConverterManager_h__
|
||||
#define nsCharsetConverterManager_h__
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "nsICharsetConverterManager.h"
|
||||
|
||||
#define NS_DATA_BUNDLE_CATEGORY "uconv-charset-data"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
#include "nsMsgUtils.h"
|
||||
#include "nsTextFormatter.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include <algorithm>
|
||||
|
||||
static PRLogModuleInfo * gMimeEmitterLogModule = nullptr;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
#include "mozilla/mailnews/MimeHeaderParser.h"
|
||||
|
||||
#include "prprf.h"
|
||||
#include <algorithm>
|
||||
|
||||
/* include event sink interfaces for news */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue