gecko-dev/editor/libeditor
Masayuki Nakano 2afa55c660 Bug 1540037 - part 15: Rename `HTMLEditor::MoveChildren()` and `HTMLEditor::MoveNodeOrChildren()` to `*WithTransaction()` r=m_kato
The other `Move*()` are not move nodes without transactions.  For making
developers to distinguish the difference, this patch appends `WithTransaction`
postfix like other methods which modify DOM tree with transactions.

Differential Revision: https://phabricator.services.mozilla.com/D72847
2020-04-30 17:47:20 +00:00
..
crashtests Bug 1624007 - Don't check `IsSelectionRangeContainerNotContent()` for/in `GetElementOrParentElement*()` r=m_kato 2020-04-09 10:10:36 +00:00
tests Bug 1320229 - allow user pastes longer than input maxlength r=masayuki 2020-04-27 01:29:43 +00:00
CSSEditUtils.cpp Bug 1540037 - part 2: Move `EditorBase::RemoveContainerWithTransaction()` to `HTMLEditor` r=m_kato 2020-04-30 06:36:41 +00:00
CSSEditUtils.h Bug 1627175 - part 3: Move `EditorBase::AreNodesSameType()` to `HTMLEditUtils` r=m_kato 2020-04-15 15:55:20 +00:00
ChangeAttributeTransaction.cpp Bug 1619914 - part 1: Make each transaction class grab their members with local variable before touching the DOM tree r=m_kato 2020-04-03 08:30:37 +00:00
ChangeAttributeTransaction.h Bug 1632021 - part 1: Add `GetAs*Transaction()` methods to every subclasses of `EditTransactionBase` r=m_kato 2020-04-23 05:46:43 +00:00
ChangeStyleTransaction.cpp Bug 1619914 - part 1: Make each transaction class grab their members with local variable before touching the DOM tree r=m_kato 2020-04-03 08:30:37 +00:00
ChangeStyleTransaction.h Bug 1632021 - part 1: Add `GetAs*Transaction()` methods to every subclasses of `EditTransactionBase` r=m_kato 2020-04-23 05:46:43 +00:00
CompositionTransaction.cpp Bug 1632021 - part 4: Get rid of IID of `InsertTextTransaction` and `CompositionTransaction` r=m_kato 2020-04-23 12:28:39 +00:00
CompositionTransaction.h Bug 1632021 - part 4: Get rid of IID of `InsertTextTransaction` and `CompositionTransaction` r=m_kato 2020-04-23 12:28:39 +00:00
CreateElementTransaction.cpp Bug 1619914 - part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato 2020-04-03 08:32:01 +00:00
CreateElementTransaction.h Bug 1632021 - part 1: Add `GetAs*Transaction()` methods to every subclasses of `EditTransactionBase` r=m_kato 2020-04-23 05:46:43 +00:00
DeleteNodeTransaction.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
DeleteNodeTransaction.h Bug 1632724 - part 5: Remove out params of `EditorBase::CreateTransactionForDelete*()` r=m_kato 2020-04-27 01:36:02 +00:00
DeleteRangeTransaction.cpp Bug 1619914 - part 1: Make each transaction class grab their members with local variable before touching the DOM tree r=m_kato 2020-04-03 08:30:37 +00:00
DeleteRangeTransaction.h Bug 1632021 - part 1: Add `GetAs*Transaction()` methods to every subclasses of `EditTransactionBase` r=m_kato 2020-04-23 05:46:43 +00:00
DeleteTextTransaction.cpp Bug 1627175 - part 2: Move `EditorBase::IsModifiableNode()`, `EditorBase::IsEditable()`, `EditorBase::IsTextElementOrText()` and `EditorBase::IsPaddingBRElementForEmptyEditor()` to `EditorUtils` r=m_kato 2020-04-15 15:27:38 +00:00
DeleteTextTransaction.h Bug 1632724 - part 5: Remove out params of `EditorBase::CreateTransactionForDelete*()` r=m_kato 2020-04-27 01:36:02 +00:00
EditAction.h Bug 1449522 - Remove nsIEditorStyleSheets. r=masayuki,m_kato 2020-04-17 22:54:48 +00:00
EditActionListener.h
EditAggregateTransaction.cpp Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato 2020-04-23 07:02:16 +00:00
EditAggregateTransaction.h Bug 1632724 - part 5: Remove out params of `EditorBase::CreateTransactionForDelete*()` r=m_kato 2020-04-27 01:36:02 +00:00
EditTransactionBase.cpp Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato 2020-04-23 07:02:16 +00:00
EditTransactionBase.h Bug 1632021 - part 2: Add `nsITransaction::GetAsEditTransactionBase()` r=m_kato 2020-04-23 07:02:16 +00:00
EditorBase.cpp Bug 1540037 - part 14: Move `EditorBase::MoveNodeWithTransaction()` and `EditorBase::MoveNodeToEndWithTransaction()` r=m_kato 2020-04-30 17:46:37 +00:00
EditorBase.h Bug 1540037 - part 14: Move `EditorBase::MoveNodeWithTransaction()` and `EditorBase::MoveNodeToEndWithTransaction()` r=m_kato 2020-04-30 17:46:37 +00:00
EditorCommands.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
EditorCommands.h Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
EditorController.cpp Bug 1543966 - part 1: Make "editing commands" and "editor commands" singleton classes r=m_kato 2019-04-15 07:49:46 +00:00
EditorController.h Bug 1543966 - part 1: Make "editing commands" and "editor commands" singleton classes r=m_kato 2019-04-15 07:49:46 +00:00
EditorDOMPoint.h Bug 1627175 - part 1: Move `HTMLEditor::IsBlockNode()` into `HTMLEditUtils` r=m_kato 2020-04-15 13:55:36 +00:00
EditorEventListener.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
EditorEventListener.h Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
EditorUtils.cpp Bug 1588688 - part 8: Make `HTMLEditor::DoInsertHTMLWithContext()` and its helper methods use array of `nsIContent` rather than `nsINode` r=m_kato 2020-02-14 07:16:27 +00:00
EditorUtils.h Bug 1540037 - part 4: Move `EditorBase::SplitNodeDeepWithTransaction()` to `HTMLEditor` r=m_kato 2020-04-30 07:29:27 +00:00
HTMLAbsPositionEditor.cpp Bug 1540037 - part 2: Move `EditorBase::RemoveContainerWithTransaction()` to `HTMLEditor` r=m_kato 2020-04-30 06:36:41 +00:00
HTMLAnonymousNodeEditor.cpp Bug 1627175 - part 10: Move `HTMLEditor::GetEnclosingTable()` to `HTMLEditUtils` r=m_kato 2020-04-16 14:53:54 +00:00
HTMLEditSubActionHandler.cpp Bug 1540037 - part 15: Rename `HTMLEditor::MoveChildren()` and `HTMLEditor::MoveNodeOrChildren()` to `*WithTransaction()` r=m_kato 2020-04-30 17:47:20 +00:00
HTMLEditUtils.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
HTMLEditUtils.h Bug 1627175 - part 12: Get rid of `HTMLEditor::GetCellFromRange()` r=m_kato 2020-04-30 05:15:38 +00:00
HTMLEditor.cpp Bug 1540037 - part 14: Move `EditorBase::MoveNodeWithTransaction()` and `EditorBase::MoveNodeToEndWithTransaction()` r=m_kato 2020-04-30 17:46:37 +00:00
HTMLEditor.h Bug 1540037 - part 15: Rename `HTMLEditor::MoveChildren()` and `HTMLEditor::MoveNodeOrChildren()` to `*WithTransaction()` r=m_kato 2020-04-30 17:47:20 +00:00
HTMLEditorCommands.cpp Bug 1627573 - part 4: Mark `CSSEditUtils` methods which refer computed style as `MOZ_CAN_RUN_SCRIPT` r=m_kato 2020-04-09 10:10:34 +00:00
HTMLEditorController.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-05-25 17:46:15 +00:00
HTMLEditorController.h Bug 1543966 - part 2: Make "HTML editor commands" and "document state commands" singleton classes r=m_kato 2019-04-15 07:29:17 +00:00
HTMLEditorDataTransfer.cpp Bug 1540037 - part 6: Move `TextEditor::DeleteSelectionAndCreateElement()` and `TextEditor::DeleteSelectionAndPrepareToCreateNode()` to `HTMLEditor` r=m_kato 2020-04-30 09:54:55 +00:00
HTMLEditorDocumentCommands.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
HTMLEditorEventListener.cpp Bug 1624007 - Don't check `IsSelectionRangeContainerNotContent()` for/in `GetElementOrParentElement*()` r=m_kato 2020-04-09 10:10:36 +00:00
HTMLEditorEventListener.h Bug 1620504 - part 12: Clean up warnings in EditorEventListener r=m_kato 2020-03-10 07:54:29 +00:00
HTMLEditorObjectResizer.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
HTMLInlineTableEditor.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
HTMLStyleEditor.cpp Bug 1540037 - part 14: Move `EditorBase::MoveNodeWithTransaction()` and `EditorBase::MoveNodeToEndWithTransaction()` r=m_kato 2020-04-30 17:46:37 +00:00
HTMLTableEditor.cpp Bug 1627175 - part 12: Get rid of `HTMLEditor::GetCellFromRange()` r=m_kato 2020-04-30 05:15:38 +00:00
InsertNodeTransaction.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
InsertNodeTransaction.h Bug 1632021 - part 1: Add `GetAs*Transaction()` methods to every subclasses of `EditTransactionBase` r=m_kato 2020-04-23 05:46:43 +00:00
InsertTextTransaction.cpp Bug 1632021 - part 4: Get rid of IID of `InsertTextTransaction` and `CompositionTransaction` r=m_kato 2020-04-23 12:28:39 +00:00
InsertTextTransaction.h Bug 1632021 - part 4: Get rid of IID of `InsertTextTransaction` and `CompositionTransaction` r=m_kato 2020-04-23 12:28:39 +00:00
InternetCiter.cpp
InternetCiter.h
JoinNodeTransaction.cpp Bug 1540037 - part 10: Move `EditorBase::DoJoinNodes()` to `HTMLEditor` r=m_kato 2020-04-30 15:26:09 +00:00
JoinNodeTransaction.h Bug 1540037 - part 10: Move `EditorBase::DoJoinNodes()` to `HTMLEditor` r=m_kato 2020-04-30 15:26:09 +00:00
ManualNAC.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in editor. r=masayuki 2020-03-04 09:10:03 +00:00
PlaceholderTransaction.cpp Bug 1632021 - part 3: Get rid of `nsIAbsorbingTransaction` r=m_kato 2020-04-23 10:46:55 +00:00
PlaceholderTransaction.h Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
SelectionState.cpp Bug 1620504 - part 20: Clean up warnings in SelectionState and related classes r=m_kato 2020-03-16 09:57:58 +00:00
SelectionState.h Bug 1620504 - part 20: Clean up warnings in SelectionState and related classes r=m_kato 2020-03-16 09:57:58 +00:00
SplitNodeTransaction.cpp Bug 1540037 - part 10: Move `EditorBase::DoJoinNodes()` to `HTMLEditor` r=m_kato 2020-04-30 15:26:09 +00:00
SplitNodeTransaction.h Bug 1540037 - part 9: Move `EditorBase::DoSplitNode()` to `HTMLEditor` r=m_kato 2020-04-30 13:33:40 +00:00
TextEditSubActionHandler.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
TextEditor.cpp Bug 1540037 - part 6: Move `TextEditor::DeleteSelectionAndCreateElement()` and `TextEditor::DeleteSelectionAndPrepareToCreateNode()` to `HTMLEditor` r=m_kato 2020-04-30 09:54:55 +00:00
TextEditor.h Bug 1540037 - part 6: Move `TextEditor::DeleteSelectionAndCreateElement()` and `TextEditor::DeleteSelectionAndPrepareToCreateNode()` to `HTMLEditor` r=m_kato 2020-04-30 09:54:55 +00:00
TextEditorDataTransfer.cpp Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
TypeInState.cpp Bug 1496320 - part 1: Make `TypeInState` clear "link style" when it detects caret coming from outside of current link r=m_kato 2020-04-06 03:52:53 +00:00
TypeInState.h Bug 1496320 - part 1: Make `TypeInState` clear "link style" when it detects caret coming from outside of current link r=m_kato 2020-04-06 03:52:53 +00:00
WSRunObject.cpp Bug 1627175 - part 8: Move `EditorBase::IsContainer()` to `HTMLEditUtils` r=m_kato 2020-04-16 10:32:26 +00:00
WSRunObject.h Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
moz.build Bug 1628200 - Fix config/tests/test_mozbuild_reading.py. r=rstewart 2020-04-09 00:24:29 +00:00