gecko-dev/editor/libeditor
Masayuki Nakano f8426533d4 Bug 1717178 - part 8: Get rid of `nsIEditor.doTransaction()` because of unused r=m_kato
Depends on D118803

Differential Revision: https://phabricator.services.mozilla.com/D118805
2021-06-28 12:08:51 +00:00
..
crashtests Bug 1694255 - Allow delete previous block element. r=masayuki 2021-05-21 01:48:58 +00:00
tests Bug 1717178 - part 6: Get rid of `nsIHTMLEditor.setCaretAfterElement()` because of unused r=m_kato 2021-06-28 12:08:51 +00:00
CSSEditUtils.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
CSSEditUtils.h Bug 1665258 - Shrink `CSSEquivTable`. r=heycam 2020-09-23 01:08:21 +00:00
ChangeAttributeTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
ChangeAttributeTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
ChangeStyleTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
ChangeStyleTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
CompositionTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
CompositionTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
CreateElementTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
CreateElementTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
DeleteNodeTransaction.cpp Bug 1713334 - Part 1: Keep a text node inside text controls even if empty r=masayuki,Jamie 2021-06-18 00:36:53 +00:00
DeleteNodeTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
DeleteRangeTransaction.cpp Bug 1713334 - Part 6: Actively prevent text deletion in DeleteRangeTransaction r=masayuki 2021-06-18 00:36:56 +00:00
DeleteRangeTransaction.h
DeleteTextTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
DeleteTextTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
EditAction.h Bug 1701348 - Make `TextEditor::Init()` and `HTMLEditor::Init()` stop using `EditAction::eNotEditing` r=m_kato 2021-04-08 08:51:41 +00:00
EditActionListener.h
EditAggregateTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
EditAggregateTransaction.h
EditTransactionBase.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
EditTransactionBase.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
EditorBase.cpp Bug 1717178 - part 8: Get rid of `nsIEditor.doTransaction()` because of unused r=m_kato 2021-06-28 12:08:51 +00:00
EditorBase.h Bug 1717178 - part 7: Get rid of `nsIEditor::AddEditorObserver()` and `nsIEditorObserver` interface because of unused r=m_kato 2021-06-28 12:08:51 +00:00
EditorCommands.cpp Bug 1713756 - Make editor command classes treat `EditorBase` instead of `TextEditor` r=m_kato 2021-06-09 07:17:52 +00:00
EditorCommands.h Bug 1713756 - Make editor command classes treat `EditorBase` instead of `TextEditor` r=m_kato 2021-06-09 07:17:52 +00:00
EditorController.cpp
EditorController.h
EditorDOMPoint.h Bug 1560396 - Replace `EditorBase::GetNodeAtRangeOffsetPoint()` with new API in `EditorDOMPointBase` r=m_kato 2021-06-11 08:57:18 +00:00
EditorEventListener.cpp Bug 1716746 - Rename `EditorBase::IsPlaintextEditor()` to `IsInPlaintextMode()` r=m_kato 2021-06-18 20:35:48 +00:00
EditorEventListener.h Bug 1623918 - part 2: Mark `nsINode::GetSelectionRootContent()` and its root callers as `MOZ_CAN_RUN_SCRIPT` as far as possible r=smaug 2020-10-09 02:37:47 +00:00
EditorUtils.cpp Bug 1540037 - part 40: Move `TextEditor::PrepareTransferable()` into `EditorUtils` r=m_kato 2021-06-04 04:32:28 +00:00
EditorUtils.h Bug 1540037 - part 40: Move `TextEditor::PrepareTransferable()` into `EditorUtils` r=m_kato 2021-06-04 04:32:28 +00:00
HTMLAbsPositionEditor.cpp Bug 1717178 - part 3: Get rid of `nsIHTMLObjectResizer.refreshResizers()` because of unused r=m_kato 2021-06-28 12:08:49 +00:00
HTMLAnonymousNodeEditor.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
HTMLEditSubActionHandler.cpp Bug 1716728 - Part 6: Add HTMLEditor::ReflectPaddingBRElementForEmptyEditor() r=masayuki 2021-06-21 01:49:00 +00:00
HTMLEditUtils.cpp Bug 1627175 - part 59: Move `HTMLEditor::GetMostAncestorInlineElement()` to `HTMLEditUtils` r=m_kato 2021-05-17 21:58:10 +00:00
HTMLEditUtils.h Bug 1627175 - part 67: Move `HTMLEditor::FindNearEditableContent()` to `HTMLEditUtils` r=m_kato 2021-05-18 08:28:32 +00:00
HTMLEditor.cpp Bug 1717178 - part 6: Get rid of `nsIHTMLEditor.setCaretAfterElement()` because of unused r=m_kato 2021-06-28 12:08:51 +00:00
HTMLEditor.h Bug 1717178 - part 5: Get rid of `nsIHTMLEditor.pasteNoFormatting()` because of unused r=m_kato 2021-06-28 12:08:50 +00:00
HTMLEditorCommands.cpp Bug 1714918 - Sort out editor class accessors of `nsIEditor` r=m_kato 2021-06-11 03:01:08 +00:00
HTMLEditorController.cpp
HTMLEditorController.h
HTMLEditorDataTransfer.cpp Bug 1717178 - part 5: Get rid of `nsIHTMLEditor.pasteNoFormatting()` because of unused r=m_kato 2021-06-28 12:08:50 +00:00
HTMLEditorDeleteHandler.cpp Bug 1716728 - Part 1: Use IsEmpty() instead of mPaddingBRElementForEmptyEditor existence check r=masayuki 2021-06-21 01:48:58 +00:00
HTMLEditorDocumentCommands.cpp Bug 1714918 - Sort out editor class accessors of `nsIEditor` r=m_kato 2021-06-11 03:01:08 +00:00
HTMLEditorEventListener.cpp Bug 1714918 - Sort out editor class accessors of `nsIEditor` r=m_kato 2021-06-11 03:01:08 +00:00
HTMLEditorEventListener.h Bug 1357365 - part 1: Rename `HTMLEditor::OnMouseDown()`, `HTMLEditor::OnMouseUp()` and `HTMLEditor::OnMouseMove()` r=m_kato 2021-01-13 01:54:17 +00:00
HTMLEditorObjectResizer.cpp Bug 1717178 - part 3: Get rid of `nsIHTMLObjectResizer.refreshResizers()` because of unused r=m_kato 2021-06-28 12:08:49 +00:00
HTMLEditorState.cpp Bug 1627175 - part 38: Move `EditorBase::GetNextContent()` and `EditorBase::GetPreviousContent()` to `HTMLEditUtils` r=m_kato 2021-04-27 11:17:44 +00:00
HTMLInlineTableEditor.cpp Bug 1717178 - part 1: Get rid of `nsIHTMLInlineTableEditor.refreshInlineTableEditingUI()` because of unused r=m_kato 2021-06-28 12:08:49 +00:00
HTMLStyleEditor.cpp Bug 1717178 - part 4: Get rid of `nsIHTMLEditor.getInlineProperty()` because of unused r=m_kato 2021-06-28 12:08:50 +00:00
HTMLTableEditor.cpp Bug 1627175 - part 23: Move `HTMLEditor::IsEmptyNode()` into `HTMLEditUtils` with making it take `EnumSet` instead of `bool` arguments r=m_kato 2021-04-20 12:02:17 +00:00
InsertNodeTransaction.cpp Bug 1713334 - Part 1: Keep a text node inside text controls even if empty r=masayuki,Jamie 2021-06-18 00:36:53 +00:00
InsertNodeTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
InsertTextTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
InsertTextTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
InternetCiter.cpp
InternetCiter.h
JoinNodeTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
JoinNodeTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
ManualNAC.h
PlaceholderTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
PlaceholderTransaction.h Bug 1653011 - Simplify and make WeakPtr<Derived> usable and compact. r=froydnj,sg,geckoview-reviewers,jgilbert,kvark,snorp 2020-07-23 14:51:46 +00:00
ReplaceTextTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
ReplaceTextTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
SelectionState.cpp
SelectionState.h Bug 1656799 - part 2: Create range tracker r=m_kato 2020-08-08 02:57:16 +00:00
SplitNodeTransaction.cpp Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
SplitNodeTransaction.h Bug 1697876 - part 1: Add logging code to transaction classes for making easier to debug r=m_kato 2021-04-05 11:35:48 +00:00
TextEditSubActionHandler.cpp Bug 1717156 - part 6: Get rid of `nsIEditor::eEditorDontEchoPassword` r=m_kato 2021-06-22 00:18:08 +00:00
TextEditor.cpp Bug 1676702 - part 3: Make `TextControlState` store unmasked range while it does not have `TextEditor` r=m_kato 2021-06-28 04:37:54 +00:00
TextEditor.h Bug 1676702 - part 3: Make `TextControlState` store unmasked range while it does not have `TextEditor` r=m_kato 2021-06-28 04:37:54 +00:00
TextEditorDataTransfer.cpp Bug 1714918 - Sort out editor class accessors of `nsIEditor` r=m_kato 2021-06-11 03:01:08 +00:00
TypeInState.cpp Bug 1703144 - Get rid of `MOZ_KnownLive` for `EditorBase::SelectionRefPtr()` r=m_kato 2021-04-08 01:31:54 +00:00
TypeInState.h Bug 1703144 - Get rid of `MOZ_KnownLive` for `EditorBase::SelectionRefPtr()` r=m_kato 2021-04-08 01:31:54 +00:00
WSRunObject.cpp Bug 1627175 - part 53: Rename `HTMLEditUtils::GetFirstLeafChild()` and `HTMLEditUtils::GetLastLeafChild()` r=m_kato 2021-05-17 08:01:37 +00:00
WSRunObject.h Bug 1694255 - Allow delete previous block element. r=masayuki 2021-05-21 01:48:58 +00:00
moz.build Bug 1673790 - Split `editor/libeditor/HTMLEditSubActionHandler.cpp` r=m_kato 2020-10-28 13:08:34 +00:00