diff --git a/dom/html/nsTextEditorState.cpp b/dom/html/nsTextEditorState.cpp index 86588889e998..6a52b443aa9b 100644 --- a/dom/html/nsTextEditorState.cpp +++ b/dom/html/nsTextEditorState.cpp @@ -11,7 +11,6 @@ #include "nsIPresShell.h" #include "nsView.h" #include "nsCaret.h" -#include "nsEditorCID.h" #include "nsLayoutCID.h" #include "nsITextControlFrame.h" #include "nsContentCreatorFunctions.h" diff --git a/editor/moz.build b/editor/moz.build index 35f5100f9fcf..9423893ccdfb 100644 --- a/editor/moz.build +++ b/editor/moz.build @@ -31,10 +31,6 @@ XPIDL_SOURCES += [ XPIDL_MODULE = 'editor' -EXPORTS += [ - 'nsEditorCID.h', -] - TESTING_JS_MODULES += [ 'AsyncSpellCheckTestHelper.jsm', ] diff --git a/editor/nsEditorCID.h b/editor/nsEditorCID.h deleted file mode 100644 index 4b288771ee4a..000000000000 --- a/editor/nsEditorCID.h +++ /dev/null @@ -1,25 +0,0 @@ -/* 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 NSEDITORCID_H___ - -#define NS_EDITOR_CID \ -{/* {D3DE3431-8A75-11d2-918C-0080C8E44DB5}*/ \ -0xd3de3431, 0x8a75, 0x11d2, \ -{ 0x91, 0x8c, 0x0, 0x80, 0xc8, 0xe4, 0x4d, 0xb5 } } - -#define NS_TEXTEDITOR_CID \ -{/* {e197cc01-cfe1-11d4-8eb0-87ae406dfd3f}*/ \ -0xe197cc01, 0xcfe1, 0x11d4, \ -{ 0x8e, 0xb0, 0x87, 0xae, 0x40, 0x6d, 0xfd, 0x3f } } - -#define NS_HTMLEDITOR_CID \ -{/* {ed0244e0-c144-11d2-8f4c-006008159b0c}*/ \ -0xed0244e0, 0xc144, 0x11d2, \ -{ 0x8f, 0x4c, 0x0, 0x60, 0x08, 0x15, 0x9b, 0x0c } } - -#endif //NSEDITORCID_H___ - - - diff --git a/layout/build/nsLayoutModule.cpp b/layout/build/nsLayoutModule.cpp index a8ec89d1b65d..054bff18624a 100644 --- a/layout/build/nsLayoutModule.cpp +++ b/layout/build/nsLayoutModule.cpp @@ -94,9 +94,7 @@ using mozilla::dom::PushNotifier; using mozilla::dom::AudioChannelAgent; // Editor stuff -#include "nsEditorCID.h" #include "mozilla/EditorController.h" //CID -#include "mozilla/HTMLEditor.h" #include "nsScriptSecurityManager.h" #include "ExpandedPrincipal.h" @@ -179,12 +177,8 @@ using mozilla::gmp::GeckoMediaPluginService; { 0x1f15dbc8, 0xbfaa, 0x45de, \ { 0x8a, 0x46, 0x08, 0xe2, 0xe2, 0x63, 0x26, 0xb0 } } -NS_GENERIC_FACTORY_CONSTRUCTOR(TextEditor) - NS_GENERIC_FACTORY_CONSTRUCTOR(nsParserUtils) -NS_GENERIC_FACTORY_CONSTRUCTOR(HTMLEditor) - // PresentationDeviceManager /* e1e79dec-4085-4994-ac5b-744b016697e6 */ #define PRESENTATION_DEVICE_MANAGER_CID \ @@ -533,7 +527,6 @@ NS_DEFINE_NAMED_CID(NS_HOSTOBJECTURIMUTATOR_CID); NS_DEFINE_NAMED_CID(NS_SDBCONNECTION_CID); NS_DEFINE_NAMED_CID(NS_DOMSESSIONSTORAGEMANAGER_CID); NS_DEFINE_NAMED_CID(NS_DOMLOCALSTORAGEMANAGER_CID); -NS_DEFINE_NAMED_CID(NS_TEXTEDITOR_CID); NS_DEFINE_NAMED_CID(DOMREQUEST_SERVICE_CID); NS_DEFINE_NAMED_CID(QUOTAMANAGER_SERVICE_CID); NS_DEFINE_NAMED_CID(SERVICEWORKERMANAGER_CID); @@ -542,7 +535,6 @@ NS_DEFINE_NAMED_CID(NOTIFICATIONTELEMETRYSERVICE_CID); NS_DEFINE_NAMED_CID(PUSHNOTIFIER_CID); NS_DEFINE_NAMED_CID(WORKERDEBUGGERMANAGER_CID); NS_DEFINE_NAMED_CID(NS_AUDIOCHANNELAGENT_CID); -NS_DEFINE_NAMED_CID(NS_HTMLEDITOR_CID); NS_DEFINE_NAMED_CID(NS_EDITORCONTROLLER_CID); NS_DEFINE_NAMED_CID(NS_EDITINGCONTROLLER_CID); NS_DEFINE_NAMED_CID(NS_EDITORCOMMANDTABLE_CID); @@ -770,7 +762,6 @@ static const mozilla::Module::CIDEntry kLayoutCIDs[] = { { &kNS_SDBCONNECTION_CID, false, nullptr, SDBConnection::Create }, { &kNS_DOMSESSIONSTORAGEMANAGER_CID, false, nullptr, SessionStorageManagerConstructor }, { &kNS_DOMLOCALSTORAGEMANAGER_CID, false, nullptr, LocalStorageManagerConstructor }, - { &kNS_TEXTEDITOR_CID, false, nullptr, TextEditorConstructor }, { &kDOMREQUEST_SERVICE_CID, false, nullptr, DOMRequestServiceConstructor }, { &kQUOTAMANAGER_SERVICE_CID, false, nullptr, QuotaManagerServiceConstructor }, { &kSERVICEWORKERMANAGER_CID, false, nullptr, ServiceWorkerManagerConstructor }, @@ -779,7 +770,6 @@ static const mozilla::Module::CIDEntry kLayoutCIDs[] = { { &kPUSHNOTIFIER_CID, false, nullptr, PushNotifierConstructor }, { &kWORKERDEBUGGERMANAGER_CID, true, nullptr, WorkerDebuggerManagerConstructor }, { &kNS_AUDIOCHANNELAGENT_CID, true, nullptr, AudioChannelAgentConstructor }, - { &kNS_HTMLEDITOR_CID, false, nullptr, HTMLEditorConstructor }, { &kNS_EDITORCONTROLLER_CID, false, nullptr, EditorControllerConstructor }, { &kNS_EDITINGCONTROLLER_CID, false, nullptr, nsEditingControllerConstructor }, { &kNS_EDITORCOMMANDTABLE_CID, false, nullptr, nsEditorCommandTableConstructor }, @@ -872,7 +862,6 @@ static const mozilla::Module::ContractIDEntry kLayoutContracts[] = { // Keeping the old ContractID for backward compatibility { "@mozilla.org/dom/storagemanager;1", &kNS_DOMLOCALSTORAGEMANAGER_CID }, { "@mozilla.org/dom/sessionStorage-manager;1", &kNS_DOMSESSIONSTORAGEMANAGER_CID }, - { "@mozilla.org/editor/texteditor;1", &kNS_TEXTEDITOR_CID }, { DOMREQUEST_SERVICE_CONTRACTID, &kDOMREQUEST_SERVICE_CID }, { QUOTAMANAGER_SERVICE_CONTRACTID, &kQUOTAMANAGER_SERVICE_CID }, { SERVICEWORKERMANAGER_CONTRACTID, &kSERVICEWORKERMANAGER_CID }, @@ -881,7 +870,6 @@ static const mozilla::Module::ContractIDEntry kLayoutContracts[] = { { PUSHNOTIFIER_CONTRACTID, &kPUSHNOTIFIER_CID }, { WORKERDEBUGGERMANAGER_CONTRACTID, &kWORKERDEBUGGERMANAGER_CID }, { NS_AUDIOCHANNELAGENT_CONTRACTID, &kNS_AUDIOCHANNELAGENT_CID }, - { "@mozilla.org/editor/htmleditor;1", &kNS_HTMLEDITOR_CID }, { "@mozilla.org/editor/editorcontroller;1", &kNS_EDITORCONTROLLER_CID }, { "@mozilla.org/editor/editingcontroller;1", &kNS_EDITINGCONTROLLER_CID }, { "@mozilla.org/geolocation;1", &kNS_GEOLOCATION_CID },