/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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/. */ #ifndef mozilla_dom_ContentChild_h #define mozilla_dom_ContentChild_h #include "mozilla/Attributes.h" #include "mozilla/dom/ContentBridgeParent.h" #include "mozilla/dom/nsIContentChild.h" #include "mozilla/dom/PBrowserOrId.h" #include "mozilla/dom/PContentChild.h" #include "nsAutoPtr.h" #include "nsHashKeys.h" #include "nsIObserver.h" #include "nsTHashtable.h" #include "nsRefPtrHashtable.h" #include "nsWeakPtr.h" #include "nsIWindowProvider.h" #if defined(XP_MACOSX) && defined(MOZ_CONTENT_SANDBOX) #include "nsIFile.h" #endif struct ChromePackage; class nsIObserver; struct SubstitutionMapping; struct OverrideMapping; class nsIDomainPolicy; class nsIURIClassifierCallback; struct LookAndFeelInt; namespace mozilla { class RemoteSpellcheckEngineChild; class ChildProfilerController; using mozilla::loader::PScriptCacheChild; namespace ipc { class OptionalURIParams; class URIParams; }// namespace ipc namespace dom { class AlertObserver; class ConsoleListener; class PStorageChild; class ClonedMessageData; class TabChild; class GetFilesHelperChild; class FileCreatorHelper; class ContentChild final : public PContentChild , public nsIWindowProvider , public nsIContentChild { typedef mozilla::dom::ClonedMessageData ClonedMessageData; typedef mozilla::ipc::FileDescriptor FileDescriptor; typedef mozilla::ipc::OptionalURIParams OptionalURIParams; typedef mozilla::ipc::PFileDescriptorSetChild PFileDescriptorSetChild; typedef mozilla::ipc::URIParams URIParams; public: NS_DECL_NSIWINDOWPROVIDER ContentChild(); virtual ~ContentChild(); NS_IMETHOD QueryInterface(REFNSIID aIID, void** aInstancePtr) override; NS_IMETHOD_(MozExternalRefCountType) AddRef(void) override { return 1; } NS_IMETHOD_(MozExternalRefCountType) Release(void) override { return 1; } struct AppInfo { nsCString version; nsCString buildID; nsCString name; nsCString UAName; nsCString ID; nsCString vendor; }; nsresult ProvideWindowCommon(TabChild* aTabOpener, mozIDOMWindowProxy* aOpener, bool aIframeMoz, uint32_t aChromeFlags, bool aCalledFromJS, bool aPositionSpecified, bool aSizeSpecified, nsIURI* aURI, const nsAString& aName, const nsACString& aFeatures, bool aForceNoOpener, bool* aWindowIsNew, mozIDOMWindowProxy** aReturn); bool Init(MessageLoop* aIOLoop, base::ProcessId aParentPid, IPC::Channel* aChannel, uint64_t aChildID, bool aIsForBrowser); void InitXPCOM(const XPCOMInitData& aXPCOMInit, const mozilla::dom::ipc::StructuredCloneData& aInitialData); void InitGraphicsDeviceData(); static ContentChild* GetSingleton() { return sSingleton; } const AppInfo& GetAppInfo() { return mAppInfo; } void SetProcessName(const nsAString& aName, bool aDontOverride = false); void GetProcessName(nsAString& aName) const; void GetProcessName(nsACString& aName) const; #if defined(XP_MACOSX) && defined(MOZ_CONTENT_SANDBOX) void GetProfileDir(nsIFile** aProfileDir) const { *aProfileDir = mProfileDir; NS_IF_ADDREF(*aProfileDir); } void SetProfileDir(nsIFile* aProfileDir) { mProfileDir = aProfileDir; } #endif bool IsAlive() const; bool IsShuttingDown() const; static void AppendProcessId(nsACString& aName); mozilla::ipc::IPCResult RecvInitContentBridgeChild(Endpoint&& aEndpoint) override; mozilla::ipc::IPCResult RecvInitGMPService(Endpoint&& aGMPService) override; mozilla::ipc::IPCResult RecvInitProfiler(Endpoint&& aEndpoint) override; mozilla::ipc::IPCResult RecvGMPsChanged(nsTArray&& capabilities) override; mozilla::ipc::IPCResult RecvInitProcessHangMonitor(Endpoint&& aHangMonitor) override; mozilla::ipc::IPCResult RecvInitRendering( Endpoint&& aCompositor, Endpoint&& aImageBridge, Endpoint&& aVRBridge, Endpoint&& aVideoManager, nsTArray&& namespaces) override; mozilla::ipc::IPCResult RecvReinitRendering( Endpoint&& aCompositor, Endpoint&& aImageBridge, Endpoint&& aVRBridge, Endpoint&& aVideoManager, nsTArray&& namespaces) override; mozilla::ipc::IPCResult RecvReinitRenderingForDeviceReset() override; virtual mozilla::ipc::IPCResult RecvSetProcessSandbox(const MaybeFileDesc& aBroker) override; virtual PBrowserChild* AllocPBrowserChild(const TabId& aTabId, const TabId& aSameTabGroupAs, const IPCTabContext& aContext, const uint32_t& aChromeFlags, const ContentParentId& aCpID, const bool& aIsForBrowser) override; virtual bool DeallocPBrowserChild(PBrowserChild*) override; virtual PIPCBlobInputStreamChild* AllocPIPCBlobInputStreamChild(const nsID& aID, const uint64_t& aSize) override; virtual bool DeallocPIPCBlobInputStreamChild(PIPCBlobInputStreamChild* aActor) override; virtual PHalChild* AllocPHalChild() override; virtual bool DeallocPHalChild(PHalChild*) override; virtual PHeapSnapshotTempFileHelperChild* AllocPHeapSnapshotTempFileHelperChild() override; virtual bool DeallocPHeapSnapshotTempFileHelperChild(PHeapSnapshotTempFileHelperChild*) override; virtual PCycleCollectWithLogsChild* AllocPCycleCollectWithLogsChild(const bool& aDumpAllTraces, const FileDescriptor& aGCLog, const FileDescriptor& aCCLog) override; virtual bool DeallocPCycleCollectWithLogsChild(PCycleCollectWithLogsChild* aActor) override; virtual mozilla::ipc::IPCResult RecvPCycleCollectWithLogsConstructor(PCycleCollectWithLogsChild* aChild, const bool& aDumpAllTraces, const FileDescriptor& aGCLog, const FileDescriptor& aCCLog) override; virtual PWebBrowserPersistDocumentChild* AllocPWebBrowserPersistDocumentChild(PBrowserChild* aBrowser, const uint64_t& aOuterWindowID) override; virtual mozilla::ipc::IPCResult RecvPWebBrowserPersistDocumentConstructor(PWebBrowserPersistDocumentChild *aActor, PBrowserChild *aBrowser, const uint64_t& aOuterWindowID) override; virtual bool DeallocPWebBrowserPersistDocumentChild(PWebBrowserPersistDocumentChild* aActor) override; virtual PTestShellChild* AllocPTestShellChild() override; virtual bool DeallocPTestShellChild(PTestShellChild*) override; virtual mozilla::ipc::IPCResult RecvPTestShellConstructor(PTestShellChild*) override; virtual PScriptCacheChild* AllocPScriptCacheChild(const FileDescOrError& cacheFile, const bool& wantCacheData) override; virtual bool DeallocPScriptCacheChild(PScriptCacheChild*) override; virtual mozilla::ipc::IPCResult RecvPScriptCacheConstructor(PScriptCacheChild*, const FileDescOrError& cacheFile, const bool& wantCacheData) override; jsipc::CPOWManager* GetCPOWManager() override; virtual PNeckoChild* AllocPNeckoChild() override; virtual bool DeallocPNeckoChild(PNeckoChild*) override; virtual PPrintingChild* AllocPPrintingChild() override; virtual bool DeallocPPrintingChild(PPrintingChild*) override; virtual PChildToParentStreamChild* SendPChildToParentStreamConstructor(PChildToParentStreamChild*) override; virtual PChildToParentStreamChild* AllocPChildToParentStreamChild() override; virtual bool DeallocPChildToParentStreamChild(PChildToParentStreamChild*) override; virtual PParentToChildStreamChild* AllocPParentToChildStreamChild() override; virtual bool DeallocPParentToChildStreamChild(PParentToChildStreamChild*) override; virtual PPSMContentDownloaderChild* AllocPPSMContentDownloaderChild( const uint32_t& aCertType) override; virtual bool DeallocPPSMContentDownloaderChild(PPSMContentDownloaderChild* aDownloader) override; virtual PExternalHelperAppChild* AllocPExternalHelperAppChild(const OptionalURIParams& uri, const nsCString& aMimeContentType, const nsCString& aContentDisposition, const uint32_t& aContentDispositionHint, const nsString& aContentDispositionFilename, const bool& aForceSave, const int64_t& aContentLength, const bool& aWasFileChannel, const OptionalURIParams& aReferrer, PBrowserChild* aBrowser) override; virtual bool DeallocPExternalHelperAppChild(PExternalHelperAppChild *aService) override; virtual PHandlerServiceChild* AllocPHandlerServiceChild() override; virtual bool DeallocPHandlerServiceChild(PHandlerServiceChild*) override; virtual PMediaChild* AllocPMediaChild() override; virtual bool DeallocPMediaChild(PMediaChild* aActor) override; virtual PStorageChild* AllocPStorageChild() override; virtual bool DeallocPStorageChild(PStorageChild* aActor) override; virtual PPresentationChild* AllocPPresentationChild() override; virtual bool DeallocPPresentationChild(PPresentationChild* aActor) override; virtual PFlyWebPublishedServerChild* AllocPFlyWebPublishedServerChild(const nsString& name, const FlyWebPublishOptions& params) override; virtual bool DeallocPFlyWebPublishedServerChild(PFlyWebPublishedServerChild* aActor) override; virtual mozilla::ipc::IPCResult RecvNotifyPresentationReceiverLaunched(PBrowserChild* aIframe, const nsString& aSessionId) override; virtual mozilla::ipc::IPCResult RecvNotifyPresentationReceiverCleanUp(const nsString& aSessionId) override; virtual mozilla::ipc::IPCResult RecvNotifyEmptyHTTPCache() override; virtual PSpeechSynthesisChild* AllocPSpeechSynthesisChild() override; virtual bool DeallocPSpeechSynthesisChild(PSpeechSynthesisChild* aActor) override; virtual mozilla::ipc::IPCResult RecvRegisterChrome(InfallibleTArray&& packages, InfallibleTArray&& resources, InfallibleTArray&& overrides, const nsCString& locale, const bool& reset) override; virtual mozilla::ipc::IPCResult RecvRegisterChromeItem(const ChromeRegistryItem& item) override; virtual mozilla::ipc::IPCResult RecvClearImageCache(const bool& privateLoader, const bool& chrome) override; virtual mozilla::jsipc::PJavaScriptChild* AllocPJavaScriptChild() override; virtual bool DeallocPJavaScriptChild(mozilla::jsipc::PJavaScriptChild*) override; virtual PRemoteSpellcheckEngineChild* AllocPRemoteSpellcheckEngineChild() override; virtual bool DeallocPRemoteSpellcheckEngineChild(PRemoteSpellcheckEngineChild*) override; virtual mozilla::ipc::IPCResult RecvSetOffline(const bool& offline) override; virtual mozilla::ipc::IPCResult RecvSetConnectivity(const bool& connectivity) override; virtual mozilla::ipc::IPCResult RecvSetCaptivePortalState(const int32_t& state) override; virtual mozilla::ipc::IPCResult RecvBidiKeyboardNotify(const bool& isLangRTL, const bool& haveBidiKeyboards) override; virtual mozilla::ipc::IPCResult RecvNotifyVisited(const URIParams& aURI) override; // auto remove when alertfinished is received. nsresult AddRemoteAlertObserver(const nsString& aData, nsIObserver* aObserver); virtual mozilla::ipc::IPCResult RecvPreferenceUpdate(const PrefSetting& aPref) override; virtual mozilla::ipc::IPCResult RecvVarUpdate(const GfxVarUpdate& pref) override; virtual mozilla::ipc::IPCResult RecvDataStoragePut(const nsString& aFilename, const DataStorageItem& aItem) override; virtual mozilla::ipc::IPCResult RecvDataStorageRemove(const nsString& aFilename, const nsCString& aKey, const DataStorageType& aType) override; virtual mozilla::ipc::IPCResult RecvDataStorageClear(const nsString& aFilename) override; virtual mozilla::ipc::IPCResult RecvNotifyAlertsObserver(const nsCString& aType, const nsString& aData) override; virtual mozilla::ipc::IPCResult RecvLoadProcessScript(const nsString& aURL) override; virtual mozilla::ipc::IPCResult RecvAsyncMessage(const nsString& aMsg, InfallibleTArray&& aCpows, const IPC::Principal& aPrincipal, const ClonedMessageData& aData) override; virtual mozilla::ipc::IPCResult RecvGeolocationUpdate(const GeoPosition& somewhere) override; virtual mozilla::ipc::IPCResult RecvGeolocationError(const uint16_t& errorCode) override; virtual mozilla::ipc::IPCResult RecvUpdateDictionaryList(InfallibleTArray&& aDictionaries) override; virtual mozilla::ipc::IPCResult RecvUpdateAppLocales(nsTArray&& aAppLocales) override; virtual mozilla::ipc::IPCResult RecvUpdateRequestedLocales(nsTArray&& aRequestedLocales) override; virtual mozilla::ipc::IPCResult RecvAddPermission(const IPC::Permission& permission) override; virtual mozilla::ipc::IPCResult RecvFlushMemory(const nsString& reason) override; virtual mozilla::ipc::IPCResult RecvActivateA11y(const uint32_t& aMainChromeTid, const uint32_t& aMsaaID) override; virtual mozilla::ipc::IPCResult RecvShutdownA11y() override; virtual mozilla::ipc::IPCResult RecvGarbageCollect() override; virtual mozilla::ipc::IPCResult RecvCycleCollect() override; virtual mozilla::ipc::IPCResult RecvAppInfo(const nsCString& version, const nsCString& buildID, const nsCString& name, const nsCString& UAName, const nsCString& ID, const nsCString& vendor) override; virtual mozilla::ipc::IPCResult RecvRemoteType(const nsString& aRemoteType) override; const nsAString& GetRemoteType() const; virtual mozilla::ipc::IPCResult RecvInitServiceWorkers(const ServiceWorkerConfiguration& aConfig) override; virtual mozilla::ipc::IPCResult RecvInitBlobURLs(nsTArray&& aRegistations) override; virtual mozilla::ipc::IPCResult RecvDispatchLocalStorageChange(const nsString& aDocumentURI, const nsString& aKey, const nsString& aOldValue, const nsString& aNewValue, const IPC::Principal& aPrincipal, const bool& aIsPrivate) override; virtual mozilla::ipc::IPCResult RecvLastPrivateDocShellDestroyed() override; virtual mozilla::ipc::IPCResult RecvNotifyProcessPriorityChanged(const hal::ProcessPriority& aPriority) override; virtual mozilla::ipc::IPCResult RecvMinimizeMemoryUsage() override; virtual mozilla::ipc::IPCResult RecvLoadAndRegisterSheet(const URIParams& aURI, const uint32_t& aType) override; virtual mozilla::ipc::IPCResult RecvUnregisterSheet(const URIParams& aURI, const uint32_t& aType) override; void AddIdleObserver(nsIObserver* aObserver, uint32_t aIdleTimeInS); void RemoveIdleObserver(nsIObserver* aObserver, uint32_t aIdleTimeInS); virtual mozilla::ipc::IPCResult RecvNotifyIdleObserver(const uint64_t& aObserver, const nsCString& aTopic, const nsString& aData) override; virtual mozilla::ipc::IPCResult RecvAssociatePluginId(const uint32_t& aPluginId, const base::ProcessId& aProcessId) override; virtual mozilla::ipc::IPCResult RecvLoadPluginResult(const uint32_t& aPluginId, const bool& aResult) override; virtual mozilla::ipc::IPCResult RecvUpdateWindow(const uintptr_t& aChildId) override; virtual mozilla::ipc::IPCResult RecvDomainSetChanged(const uint32_t& aSetType, const uint32_t& aChangeType, const OptionalURIParams& aDomain) override; virtual mozilla::ipc::IPCResult RecvShutdown() override; virtual mozilla::ipc::IPCResult RecvInvokeDragSession(nsTArray&& aTransfers, const uint32_t& aAction) override; virtual mozilla::ipc::IPCResult RecvEndDragSession(const bool& aDoneDrag, const bool& aUserCancelled, const mozilla::LayoutDeviceIntPoint& aEndDragPoint, const uint32_t& aKeyModifiers) override; virtual mozilla::ipc::IPCResult RecvPush(const nsCString& aScope, const IPC::Principal& aPrincipal, const nsString& aMessageId) override; virtual mozilla::ipc::IPCResult RecvPushWithData(const nsCString& aScope, const IPC::Principal& aPrincipal, const nsString& aMessageId, InfallibleTArray&& aData) override; virtual mozilla::ipc::IPCResult RecvPushSubscriptionChange(const nsCString& aScope, const IPC::Principal& aPrincipal) override; virtual mozilla::ipc::IPCResult RecvPushError(const nsCString& aScope, const IPC::Principal& aPrincipal, const nsString& aMessage, const uint32_t& aFlags) override; virtual mozilla::ipc::IPCResult RecvNotifyPushSubscriptionModifiedObservers(const nsCString& aScope, const IPC::Principal& aPrincipal) override; virtual mozilla::ipc::IPCResult RecvActivate(PBrowserChild* aTab) override; virtual mozilla::ipc::IPCResult RecvDeactivate(PBrowserChild* aTab) override; virtual mozilla::ipc::IPCResult RecvParentActivated(PBrowserChild* aTab, const bool& aActivated) override; mozilla::ipc::IPCResult RecvRefreshScreens(nsTArray&& aScreens) override; // Get the directory for IndexedDB files. We query the parent for this and // cache the value nsString &GetIndexedDBPath(); ContentParentId GetID() const { return mID; } #if defined(XP_WIN) && defined(ACCESSIBILITY) uint32_t GetChromeMainThreadId() const { return mMainChromeTid; } uint32_t GetMsaaID() const { return mMsaaID; } #endif bool IsForBrowser() const { return mIsForBrowser; } virtual PFileDescriptorSetChild* SendPFileDescriptorSetConstructor(const FileDescriptor&) override; virtual PFileDescriptorSetChild* AllocPFileDescriptorSetChild(const FileDescriptor&) override; virtual bool DeallocPFileDescriptorSetChild(PFileDescriptorSetChild*) override; virtual bool SendPBrowserConstructor(PBrowserChild* actor, const TabId& aTabId, const TabId& aSameTabGroupAs, const IPCTabContext& context, const uint32_t& chromeFlags, const ContentParentId& aCpID, const bool& aIsForBrowser) override; virtual mozilla::ipc::IPCResult RecvPBrowserConstructor(PBrowserChild* aCctor, const TabId& aTabId, const TabId& aSameTabGroupAs, const IPCTabContext& aContext, const uint32_t& aChromeFlags, const ContentParentId& aCpID, const bool& aIsForBrowser) override; FORWARD_SHMEM_ALLOCATOR_TO(PContentChild) void GetAvailableDictionaries(InfallibleTArray& aDictionaries); PBrowserOrId GetBrowserOrId(TabChild* aTabChild); virtual POfflineCacheUpdateChild* AllocPOfflineCacheUpdateChild(const URIParams& manifestURI, const URIParams& documentURI, const PrincipalInfo& aLoadingPrincipalInfo, const bool& stickDocument) override; virtual bool DeallocPOfflineCacheUpdateChild(POfflineCacheUpdateChild* offlineCacheUpdate) override; virtual PWebrtcGlobalChild* AllocPWebrtcGlobalChild() override; virtual bool DeallocPWebrtcGlobalChild(PWebrtcGlobalChild *aActor) override; virtual PContentPermissionRequestChild* AllocPContentPermissionRequestChild(const InfallibleTArray& aRequests, const IPC::Principal& aPrincipal, const TabId& aTabId) override; virtual bool DeallocPContentPermissionRequestChild(PContentPermissionRequestChild* actor) override; // Windows specific - set up audio session virtual mozilla::ipc::IPCResult RecvSetAudioSessionData(const nsID& aId, const nsString& aDisplayName, const nsString& aIconPath) override; // GetFiles for WebKit/Blink FileSystem API and Directory API must run on the // parent process. void CreateGetFilesRequest(const nsAString& aDirectoryPath, bool aRecursiveFlag, nsID& aUUID, GetFilesHelperChild* aChild); void DeleteGetFilesRequest(nsID& aUUID, GetFilesHelperChild* aChild); virtual mozilla::ipc::IPCResult RecvGetFilesResponse(const nsID& aUUID, const GetFilesResponseResult& aResult) override; virtual mozilla::ipc::IPCResult RecvBlobURLRegistration(const nsCString& aURI, const IPCBlob& aBlob, const IPC::Principal& aPrincipal) override; virtual mozilla::ipc::IPCResult RecvBlobURLUnregistration(const nsCString& aURI) override; virtual mozilla::ipc::IPCResult RecvFileCreationResponse(const nsID& aUUID, const FileCreationResult& aResult) override; mozilla::ipc::IPCResult RecvRequestMemoryReport( const uint32_t& generation, const bool& anonymize, const bool& minimizeMemoryUsage, const MaybeFileDesc& DMDFile) override; virtual mozilla::ipc::IPCResult RecvSetXPCOMProcessAttributes(const XPCOMInitData& aXPCOMInit, const StructuredCloneData& aInitialData, nsTArray&& aLookAndFeelIntCache) override; virtual mozilla::ipc::IPCResult RecvProvideAnonymousTemporaryFile(const uint64_t& aID, const FileDescOrError& aFD) override; mozilla::ipc::IPCResult RecvSetPermissionsWithKey(const nsCString& aPermissionKey, nsTArray&& aPerms) override; virtual mozilla::ipc::IPCResult RecvShareCodeCoverageMutex(const CrossProcessMutexHandle& aHandle) override; #if defined(XP_WIN) && defined(ACCESSIBILITY) bool SendGetA11yContentId(); #endif // defined(XP_WIN) && defined(ACCESSIBILITY) // Get a reference to the font family list passed from the chrome process, // for use during gfx initialization. InfallibleTArray& SystemFontFamilyList() { return mFontFamilies; } // PURLClassifierChild virtual PURLClassifierChild* AllocPURLClassifierChild(const Principal& aPrincipal, const bool& aUseTrackingProtection, bool* aSuccess) override; virtual bool DeallocPURLClassifierChild(PURLClassifierChild* aActor) override; // PURLClassifierLocalChild virtual PURLClassifierLocalChild* AllocPURLClassifierLocalChild(const URIParams& aUri, const nsCString& aTables) override; virtual bool DeallocPURLClassifierLocalChild(PURLClassifierLocalChild* aActor) override; nsTArray& LookAndFeelCache() { return mLookAndFeelCache; } /** * Helper function for protocols that use the GPU process when available. * Overrides FatalError to just be a warning when communicating with the * GPU process since we don't want to crash the content process when the * GPU process crashes. */ static void FatalErrorIfNotUsingGPUProcess(const char* const aProtocolName, const char* const aErrorMsg, base::ProcessId aOtherPid); // This method is used by FileCreatorHelper for the creation of a BlobImpl. void FileCreationRequest(nsID& aUUID, FileCreatorHelper* aHelper, const nsAString& aFullPath, const nsAString& aType, const nsAString& aName, const Optional& aLastModified, bool aExistenceCheck, bool aIsFromNsIFile); typedef std::function AnonymousTemporaryFileCallback; nsresult AsyncOpenAnonymousTemporaryFile(const AnonymousTemporaryFileCallback& aCallback); virtual already_AddRefed GetEventTargetFor(TabChild* aTabChild) override; mozilla::ipc::IPCResult RecvSetPluginList(const uint32_t& aPluginEpoch, nsTArray&& aPluginTags, nsTArray&& aFakePluginTags) override; private: static void ForceKillTimerCallback(nsITimer* aTimer, void* aClosure); void StartForceKillTimer(); virtual void ActorDestroy(ActorDestroyReason why) override; virtual void ProcessingError(Result aCode, const char* aReason) override; virtual already_AddRefed GetConstructedEventTarget(const Message& aMsg) override; InfallibleTArray > mAlertObservers; RefPtr mConsoleListener; nsTHashtable> mIdleObservers; InfallibleTArray mAvailableDictionaries; // Temporary storage for a list of available font families, passed from the // parent process and used to initialize gfx in the child. Currently used // only on MacOSX. InfallibleTArray mFontFamilies; // Temporary storage for nsXPLookAndFeel flags. nsTArray mLookAndFeelCache; /** * An ID unique to the process containing our corresponding * content parent. * * We expect our content parent to set this ID immediately after opening a * channel to us. */ ContentParentId mID; #if defined(XP_WIN) && defined(ACCESSIBILITY) /** * The thread ID of the main thread in the chrome process. */ uint32_t mMainChromeTid; /** * This is an a11y-specific unique id for the content process that is * generated by the chrome process. */ uint32_t mMsaaID; #endif AppInfo mAppInfo; bool mIsForBrowser; nsString mRemoteType = NullString(); bool mCanOverrideProcessName; bool mIsAlive; nsString mProcessName; static ContentChild* sSingleton; nsCOMPtr mPolicy; nsCOMPtr mForceKillTimer; #ifdef MOZ_GECKO_PROFILER RefPtr mProfilerController; #endif #if defined(XP_MACOSX) && defined(MOZ_CONTENT_SANDBOX) nsCOMPtr mProfileDir; #endif // Hashtable to keep track of the pending GetFilesHelper objects. // This GetFilesHelperChild objects are removed when RecvGetFilesResponse is // received. nsRefPtrHashtable mGetFilesPendingRequests; // Hashtable to keep track of the pending file creation. // These items are removed when RecvFileCreationResponse is received. nsRefPtrHashtable mFileCreationPending; nsClassHashtable mPendingAnonymousTemporaryFiles; bool mShuttingDown; DISALLOW_EVIL_CONSTRUCTORS(ContentChild); }; uint64_t NextWindowID(); } // namespace dom } // namespace mozilla #endif // mozilla_dom_ContentChild_h