De-unify editor.

master
Fedor 2020-06-10 21:11:56 +03:00
parent 57f6b7c5b5
commit 1a9db0af8b
7 changed files with 7 additions and 4 deletions

View File

@ -14,7 +14,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'composer' XPIDL_MODULE = 'composer'
UNIFIED_SOURCES += [ SOURCES += [
'nsComposerCommands.cpp', 'nsComposerCommands.cpp',
'nsComposerCommandsUpdater.cpp', 'nsComposerCommandsUpdater.cpp',
'nsComposerController.cpp', 'nsComposerController.cpp',

View File

@ -27,6 +27,7 @@
#include "nsString.h" // for nsCString #include "nsString.h" // for nsCString
class nsPIDOMWindowOuter;
class mozIDOMWindowProxy; class mozIDOMWindowProxy;
class nsIDOMWindow; class nsIDOMWindow;
class nsISupports; class nsISupports;

View File

@ -9,6 +9,7 @@
#include <string.h> #include <string.h>
#include "HTMLEditUtils.h" #include "HTMLEditUtils.h"
#include "TextEditRules.h"
#include "TextEditUtils.h" #include "TextEditUtils.h"
#include "WSRunObject.h" #include "WSRunObject.h"
#include "mozilla/dom/DataTransfer.h" #include "mozilla/dom/DataTransfer.h"

View File

@ -6,6 +6,7 @@
#include "mozilla/HTMLEditor.h" #include "mozilla/HTMLEditor.h"
#include "HTMLEditUtils.h" #include "HTMLEditUtils.h"
#include "TextEditRules.h"
#include "TextEditUtils.h" #include "TextEditUtils.h"
#include "TypeInState.h" #include "TypeInState.h"
#include "mozilla/Assertions.h" #include "mozilla/Assertions.h"

View File

@ -30,7 +30,7 @@ EXPORTS.mozilla += [
'TextEditRules.h', 'TextEditRules.h',
] ]
UNIFIED_SOURCES += [ SOURCES += [
'ChangeAttributeTransaction.cpp', 'ChangeAttributeTransaction.cpp',
'ChangeStyleTransaction.cpp', 'ChangeStyleTransaction.cpp',
'CompositionTransaction.cpp', 'CompositionTransaction.cpp',

View File

@ -19,7 +19,7 @@ EXPORTS += [
'nsTransactionManagerCID.h', 'nsTransactionManagerCID.h',
] ]
UNIFIED_SOURCES += [ SOURCES += [
'nsTransactionItem.cpp', 'nsTransactionItem.cpp',
'nsTransactionList.cpp', 'nsTransactionList.cpp',
'nsTransactionManager.cpp', 'nsTransactionManager.cpp',

View File

@ -18,7 +18,7 @@ EXPORTS += [
'nsTextServicesCID.h', 'nsTextServicesCID.h',
] ]
UNIFIED_SOURCES += [ SOURCES += [
'nsFilteredContentIterator.cpp', 'nsFilteredContentIterator.cpp',
'nsTextServicesDocument.cpp', 'nsTextServicesDocument.cpp',
] ]