mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
![kin%netscape.com](/assets/img/avatar_default.png)
editor/base/Makefile.in editor/base/makefile.win - Modified makefiles build files that were renamed, and use new define to build the API Logging code. editor/base/nsEditor.cpp editor/base/nsEditor.h editor/base/nsHTMLEditor.cpp - Removed all ENABLE_JS_EDITOR_LOG ifdef'd code. - Removed all references to nsVector.h. editor/base/nsEditorFactory.cpp - Added ENABLE_EDITOR_API_LOG ifdef'd code that will create an instance of nsHTMLEditorLog instead of nsHTMLEditor. editor/base/nsEditorTxnLog.cpp - Initial checkin of file. File was originally named nsJSTxnLog.cpp. editor/base/nsEditorTxnLog.h - Initial checkin of file. File was originally named nsJSTxnLog.h. editor/base/nsHTMLEditorLog.cpp - Initial checkin of file. File was originally named nsJSEditorLog.cpp. - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only overrides methods that modify the content tree and are publicly available via XPIDL. editor/base/nsHTMLEditorLog.h - Initial checkin of file. File was originally named nsJSEditorLog.h. - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only overrides methods that modify the content tree and are publicly available via XPIDL.