Skip to content

Commit 26f08a9

Browse files
Bug 1260651 part.34 Rename editor command classes and their file names r=mccr8
This patch renames editor command classes listed below: * nsBaseEditorCommand -> mozilla::EditorCommandBase * nsUndoCommand -> mozilla::UndoCommand * nsRedoCommand -> mozilla::RedoCommand * nsClearUndoCommand -> mozilla::ClearUndoCommand * nsCutCommand -> mozilla::CutCommand * nsCutOrDeleteCommand -> mozilla::CutOrDeleteCommand * nsCopyCommand -> mozilla::CopyCommand * nsCopyOrDeleteCommand -> mozilla::CopyOrDeleteCommand * nsCopyAndCollapseToEndCommand -> mozilla::CopyAndCollapseToEndCommand * nsPasteCommand -> mozilla::PasteCommand * nsPasteTransferableCommand -> mozilla::PasteTransferableCommand * nsSwitchTextDirectionCommand -> mozilla::SwitchTextDirectionCommand * nsDeleteCommand -> mozilla::DeleteCommand * nsSelectAllCommand -> mozilla::SelectAllCommand * nsSelectionMoveCommands -> mozilla::SelectionMoveCommands * nsInsertPlaintextCommand -> mozilla::InsertPlaintextCommand * nsPasteQuotationCommand -> mozilla::PasteQuotationCommand MozReview-Commit-ID: Lf6Lc39FpqM --HG-- rename : editor/libeditor/nsEditorCommands.cpp => editor/libeditor/EditorCommands.cpp rename : editor/libeditor/nsEditorCommands.h => editor/libeditor/EditorCommands.h
1 parent d074a31 commit 26f08a9

File tree

5 files changed

+491
-391
lines changed

5 files changed

+491
-391
lines changed

0 commit comments

Comments
 (0)