gecko-dev/editor/libeditor
Masayuki Nakano 1cc969671c Bug 1758420 - part 2: Clean up update timing of `TextComposition` r=m_kato
Currently, it's done at creating `CompositionTransaction`, not after executing
it.  Let's clean it up now.

Differential Revision: https://phabricator.services.mozilla.com/D141194
2022-04-21 03:37:56 +00:00
..
crashtests Bug 1402822 - Update unit tests for multiple dictionaries; r=smaug 2022-03-23 13:53:39 +00:00
tests Bug 1758420 - part 1: Let `TextComposition` know where is changed in storing text node r=m_kato 2022-04-21 03:37:56 +00:00
CSSEditUtils.cpp Bug 1745882 - Move all editor prefs in `all.js` to `StaticPrefList.yaml` r=m_kato 2021-12-15 05:17:52 +00:00
CSSEditUtils.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +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 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
ChangeStyleTransaction.cpp Bug 1727844 - part 7: Make `HTMLEditor` related classes use constants in `HTMLEditUtils` to use specific character code point r=m_kato 2021-08-31 17:37:42 +00:00
ChangeStyleTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
CompositionTransaction.cpp Bug 1758420 - part 2: Clean up update timing of `TextComposition` r=m_kato 2022-04-21 03:37:56 +00:00
CompositionTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
DeleteNodeTransaction.cpp Bug 1727840 - Make `DeleteNodeTransaction` allow to create its instance for non-editable text node which was created or modified by an editor r=m_kato 2021-09-15 00:20:19 +00:00
DeleteNodeTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
DeleteRangeTransaction.cpp Bug 1764684 - part 2: Make editor use methods of `EditorBase` to collapse `Selection` r=m_kato 2022-04-20 14:36:52 +00:00
DeleteRangeTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
DeleteTextTransaction.cpp Bug 1764684 - part 2: Make editor use methods of `EditorBase` to collapse `Selection` r=m_kato 2022-04-20 14:36:52 +00:00
DeleteTextTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +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
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 Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
EditTransactionBase.cpp Bug 1745877 - Get rid of `CreateElementTransaction` r=m_kato 2022-02-28 23:27:58 +00:00
EditTransactionBase.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
EditorBase.cpp Bug 1758420 - part 2: Clean up update timing of `TextComposition` r=m_kato 2022-04-21 03:37:56 +00:00
EditorBase.h Bug 1765018 - part 4: Make `EditorBase::InsertTextWithTransaction` treat only `EditorDOMPoint` r=m_kato 2022-04-20 23:46:19 +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 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
EditorController.cpp
EditorController.h
EditorDOMPoint.h Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
EditorEventListener.cpp Bug 1755104 - Make `EditorEventListener::Focus` check whether the event target still has focus even after flushing the pending things r=m_kato 2022-02-21 01:04:43 +00:00
EditorEventListener.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
EditorForwards.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
EditorUtils.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
EditorUtils.h Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
HTMLAbsPositionEditor.cpp Bug 1742933 - part 4: Make `HTMLEditor::CreateAndInsertElementWithTransaction()` and `HTMLEditor::InsertBRElementWithTransaction()` work without transactions r=m_kato 2022-03-11 07:18:48 +00:00
HTMLAnonymousNodeEditor.cpp
HTMLEditHelpers.cpp Bug 1739526 - Move some trivial classes defined in `EditorUtils.h` but used only by `HTMEditor` or its helper classes to `HTMLEditHelpers.h" r=m_kato 2021-11-05 14:10:49 +00:00
HTMLEditHelpers.h Bug 1765018 - part 1: Get rid of implicit conversion between `EditorDOMPointBase` instances r=m_kato 2022-04-20 22:41:02 +00:00
HTMLEditSubActionHandler.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
HTMLEditUtils.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
HTMLEditUtils.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
HTMLEditor.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
HTMLEditor.h Bug 1765018 - part 4: Make `EditorBase::InsertTextWithTransaction` treat only `EditorDOMPoint` r=m_kato 2022-04-20 23:46:19 +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 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
HTMLEditorDeleteHandler.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +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 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug 2021-11-02 13:03:43 +00:00
HTMLEditorEventListener.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
HTMLEditorObjectResizer.cpp Bug 1753508 - Add logger of selection batch r=smaug 2022-03-11 02:24:24 +00:00
HTMLEditorState.cpp Bug 1765018 - part 2: Make `EditorBase::Get(Start|End)Point` return `EditorDOMPoint` or `EditorRawDOMPoint` r=m_kato 2022-04-20 23:35:18 +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 1761395 - part 5: Make `HTMLEditor::SplitNode(Deep)WithTransaction` callers refer `SplitNodeResult` for post-processing r=m_kato 2022-04-05 07:02:46 +00:00
HTMLTableEditor.cpp Bug 1764684 - part 3: Fix and improve warnings of the result of `EditorBase::CollapseSelectionTo*` r=m_kato 2022-04-20 14:36:53 +00:00
InsertNodeTransaction.cpp Bug 1765018 - part 1: Get rid of implicit conversion between `EditorDOMPointBase` instances r=m_kato 2022-04-20 22:41:02 +00:00
InsertNodeTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
InsertTextTransaction.cpp Bug 1764684 - part 2: Make editor use methods of `EditorBase` to collapse `Selection` r=m_kato 2022-04-20 14:36:52 +00:00
InsertTextTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
InternetCiter.cpp Bug 1722484 Part 2 - Replace LineBreaker::Next() and WordBreaker::Next() with the new iterators. r=m_kato 2021-11-09 01:14:15 +00:00
InternetCiter.h Bug 1734590 - Both the static InternetCiter methods are now infallible, so no need to return/check an nsresult. r=TYLin 2021-10-11 12:20:42 +00:00
JoinNodesTransaction.cpp Bug 1757911 - part 3: Make `HTMLEditor::DoJoinNodes()` notify `RangeUpdater` r=m_kato 2022-03-10 10:27:54 +00:00
JoinNodesTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +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 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
ReplaceTextTransaction.cpp Bug 1764684 - part 2: Make editor use methods of `EditorBase` to collapse `Selection` r=m_kato 2022-04-20 14:36:52 +00:00
ReplaceTextTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
SelectionState.cpp Bug 1735446 - part 4: Make `Selection::GetRangeAt()` take `uint32_t` instead of `int32_t` r=smaug 2021-12-09 07:35:09 +00:00
SelectionState.h Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
SplitNodeTransaction.cpp Bug 1764684 - part 2: Make editor use methods of `EditorBase` to collapse `Selection` r=m_kato 2022-04-20 14:36:52 +00:00
SplitNodeTransaction.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
TextEditSubActionHandler.cpp Bug 1765018 - part 4: Make `EditorBase::InsertTextWithTransaction` treat only `EditorDOMPoint` r=m_kato 2022-04-20 23:46:19 +00:00
TextEditor.cpp Bug 1753508 - Add logger of selection batch r=smaug 2022-03-11 02:24:24 +00:00
TextEditor.h Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00
TextEditorDataTransfer.cpp Bug 1753508 - Add logger of selection batch r=smaug 2022-03-11 02:24:24 +00:00
TypeInState.cpp Bug 1765018 - part 6: Make `TypeInState::OnSelectionChange` stop using `EditorRawDOMPoint` r=m_kato 2022-04-20 23:52:10 +00:00
TypeInState.h Bug 1765018 - part 2: Make `EditorBase::Get(Start|End)Point` return `EditorDOMPoint` or `EditorRawDOMPoint` r=m_kato 2022-04-20 23:35:18 +00:00
WSRunObject.cpp Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
WSRunObject.h Bug 1765018 - part 7: Make some methods which return an instance (not reference) of `EditorDOMPointBase` be template methods r=m_kato 2022-04-20 23:58:04 +00:00
moz.build Bug 1764866 - Add "mozilla/EditorForwards.h" r=m_kato 2022-04-20 14:46:16 +00:00