.. |
crashtests
|
Bug 1694255 - Allow delete previous block element. r=masayuki
|
2021-05-21 01:48:58 +00:00 |
tests
|
Bug 1713867 - Make EditorBase::ComputeValueInternal handle the case when there is only a padding <br> element for empty editor r=m_kato
|
2021-06-03 08:03:41 +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 |
CSSEditUtils.cpp
|
|
|
CSSEditUtils.h
|
|
|
DeleteNodeTransaction.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 |
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 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.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
|
|
|
EditorBase.cpp
|
Bug 1540037 - part 42: Move TextEditor::DeleteSelectionByDragAsAction() into EditorBase r=m_kato
|
2021-06-04 05:23:05 +00:00 |
EditorBase.h
|
Bug 1540037 - part 42: Move TextEditor::DeleteSelectionByDragAsAction() into EditorBase r=m_kato
|
2021-06-04 05:23:05 +00:00 |
EditorCommands.cpp
|
Bug 1540037 - part 41: Split TextEditor::PasteAsAction() r=m_kato
|
2021-06-04 05:01:39 +00:00 |
EditorCommands.h
|
|
|
EditorController.cpp
|
|
|
EditorController.h
|
|
|
EditorDOMPoint.h
|
Bug 1627175 - part 55: Move HTMLEditor::IsEmptyInlineNode() and HTMLEditor::IsEmptyOneHardLine() to HTMLEditUtils r=m_kato
|
2021-05-17 08:38:55 +00:00 |
EditorEventListener.cpp
|
Bug 1540037 - part 16: Move composition event handlers from TextEditor to EditorBase r=m_kato
|
2021-05-25 02:06:32 +00:00 |
EditorEventListener.h
|
|
|
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 |
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 |
HTMLAbsPositionEditor.cpp
|
Bug 1707630 - part 1: Make HTMLEditor::InsertBREelementWithTransaction() return error when it fails r=m_kato
|
2021-04-28 03:33:25 +00:00 |
HTMLAnonymousNodeEditor.cpp
|
|
|
HTMLEditor.cpp
|
Bug 1540037 - part 36: Make EditorBase handle Delete , Backspace and Tab of plaintext editor mode r=m_kato
|
2021-06-01 08:51:25 +00:00 |
HTMLEditor.h
|
Bug 1540037 - part 41: Split TextEditor::PasteAsAction() r=m_kato
|
2021-06-04 05:01:39 +00:00 |
HTMLEditorCommands.cpp
|
|
|
HTMLEditorController.cpp
|
|
|
HTMLEditorController.h
|
|
|
HTMLEditorDataTransfer.cpp
|
Bug 1540037 - part 41: Split TextEditor::PasteAsAction() r=m_kato
|
2021-06-04 05:01:39 +00:00 |
HTMLEditorDeleteHandler.cpp
|
Bug 1694255 - Allow delete previous block element. r=masayuki
|
2021-05-21 01:48:58 +00:00 |
HTMLEditorDocumentCommands.cpp
|
|
|
HTMLEditorEventListener.cpp
|
|
|
HTMLEditorEventListener.h
|
|
|
HTMLEditorObjectResizer.cpp
|
|
|
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 |
HTMLEditSubActionHandler.cpp
|
Bug 1627175 - part 68: Move HTMLEditor::StartOrEndOfSelectionRangesIsIn() to AutoRangeArray r=m_kato
|
2021-05-18 09:06:13 +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 |
HTMLInlineTableEditor.cpp
|
|
|
HTMLStyleEditor.cpp
|
Bug 1627175 - part 66: Move HTMLEditor::IsTextPropertySetByContent() to HTMLEditUtils r=m_kato
|
2021-05-18 06:55:03 +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 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 |
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
|
|
|
moz.build
|
|
|
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
|
|
|
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
|
|
|
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 |
TextEditor.cpp
|
Bug 1540037 - part 40: Move TextEditor::PrepareTransferable() into EditorUtils r=m_kato
|
2021-06-04 04:32:28 +00:00 |
TextEditor.h
|
Bug 1540037 - part 42: Move TextEditor::DeleteSelectionByDragAsAction() into EditorBase r=m_kato
|
2021-06-04 05:23:05 +00:00 |
TextEditorDataTransfer.cpp
|
Bug 1540037 - part 42: Move TextEditor::DeleteSelectionByDragAsAction() into EditorBase r=m_kato
|
2021-06-04 05:23:05 +00:00 |
TextEditSubActionHandler.cpp
|
Bug 1713867 - Make EditorBase::ComputeValueInternal handle the case when there is only a padding <br> element for empty editor r=m_kato
|
2021-06-03 08:03:41 +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 |