Landing editor API changes. Removed nsITextEditor and nsTextEditor, split interfaces into more, non-overlapping interfaces, and other general cleanup.
git-svn-id: svn://10.0.0.236/trunk@42725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
#ifdef NS_DEBUG
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsITextEditor.h"
|
||||
#include "nsIEditor.h"
|
||||
#include "nsIHTMLEditor.h"
|
||||
|
||||
class TextEditorTest
|
||||
{
|
||||
public:
|
||||
|
||||
void Run(nsITextEditor *aEditor, PRInt32 *outNumTests, PRInt32 *outNumTestsFailed);
|
||||
void Run(nsIEditor *aEditor, PRInt32 *outNumTests, PRInt32 *outNumTestsFailed);
|
||||
TextEditorTest();
|
||||
~TextEditorTest();
|
||||
|
||||
@@ -44,7 +44,7 @@ protected:
|
||||
|
||||
nsresult TestTextProperties();
|
||||
|
||||
nsCOMPtr<nsITextEditor> mTextEditor;
|
||||
nsCOMPtr<nsIHTMLEditor> mTextEditor;
|
||||
nsCOMPtr<nsIEditor> mEditor;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user