.. |
crashtests
|
Bug 1725850 - part 24: Port editor/libeditor/crashtests/636074-1.html to WPT r=saschanaz
|
2021-10-05 23:44:54 +00:00 |
tests
|
Bug 1737747 - Create automated tests for nsIHTMLEditor.insertElementAtSelection() r=m_kato
|
2021-10-26 22:03:51 +00:00 |
CSSEditUtils.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 |
CSSEditUtils.h
|
…
|
|
ChangeAttributeTransaction.cpp
|
…
|
|
ChangeAttributeTransaction.h
|
…
|
|
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
|
…
|
|
CompositionTransaction.cpp
|
…
|
|
CompositionTransaction.h
|
…
|
|
CreateElementTransaction.cpp
|
…
|
|
CreateElementTransaction.h
|
…
|
|
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
|
…
|
|
DeleteRangeTransaction.cpp
|
Bug 1727185 - part 2: Add removable node checks for more callers of `DeleteNodeTransaction::MaybeCreate()` r=m_kato
|
2021-08-27 00:49:35 +00:00 |
DeleteRangeTransaction.h
|
…
|
|
DeleteTextTransaction.cpp
|
…
|
|
DeleteTextTransaction.h
|
…
|
|
EditAction.h
|
…
|
|
EditActionListener.h
|
…
|
|
EditAggregateTransaction.cpp
|
…
|
|
EditAggregateTransaction.h
|
…
|
|
EditTransactionBase.cpp
|
…
|
|
EditTransactionBase.h
|
…
|
|
EditorBase.cpp
|
Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor
|
2021-10-20 14:01:21 +00:00 |
EditorBase.h
|
Bug 1719546 - Replace nsBidi with mozilla::intl::Bidi; r=platform-i18n-reviewers,dminor
|
2021-10-20 14:01:21 +00:00 |
EditorCommands.cpp
|
…
|
|
EditorCommands.h
|
…
|
|
EditorController.cpp
|
…
|
|
EditorController.h
|
…
|
|
EditorDOMPoint.h
|
Bug 1672900 - part 3: Make `ExtendOrShrinkRangeToDelete()` selects all contents in all list items if a list element is selected or all list items in a list element is selected r=m_kato
|
2021-09-11 07:17:38 +00:00 |
EditorEventListener.cpp
|
Bug 1729115 - part 3: Make `IMEStateManager` check whether given focused content matches with null `sContent` in design mode r=m_kato
|
2021-10-12 04:41:14 +00:00 |
EditorEventListener.h
|
Bug 1729115 - part 3: Make `IMEStateManager` check whether given focused content matches with null `sContent` in design mode r=m_kato
|
2021-10-12 04:41:14 +00:00 |
EditorUtils.cpp
|
Bug 1734771 - part 3: Make `AppendString()` and `AppendSubString()` take `const Text&` instead of `Text*` r=m_kato
|
2021-10-12 15:02:38 +00:00 |
EditorUtils.h
|
Bug 1734771 - part 3: Make `AppendString()` and `AppendSubString()` take `const Text&` instead of `Text*` r=m_kato
|
2021-10-12 15:02:38 +00:00 |
HTMLAbsPositionEditor.cpp
|
Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame
|
2021-08-07 09:47:15 +00:00 |
HTMLAnonymousNodeEditor.cpp
|
…
|
|
HTMLEditSubActionHandler.cpp
|
Bug 1730429 - part 2: Delete empty inline elements which become newly empty but preserve the styles for next editing r=m_kato
|
2021-09-15 04:13:44 +00:00 |
HTMLEditUtils.cpp
|
Bug 1729170 - Make all methods of `nsTextFragment` take `uint32_t` for the offset and length of text r=smaug
|
2021-10-12 05:05:12 +00:00 |
HTMLEditUtils.h
|
Bug 1729170 - Make all methods of `nsTextFragment` take `uint32_t` for the offset and length of text r=smaug
|
2021-10-12 05:05:12 +00:00 |
HTMLEditor.cpp
|
Bug 1729115 - part 3: Make `IMEStateManager` check whether given focused content matches with null `sContent` in design mode r=m_kato
|
2021-10-12 04:41:14 +00:00 |
HTMLEditor.h
|
Bug 1729115 - part 3: Make `IMEStateManager` check whether given focused content matches with null `sContent` in design mode r=m_kato
|
2021-10-12 04:41:14 +00:00 |
HTMLEditorCommands.cpp
|
…
|
|
HTMLEditorController.cpp
|
…
|
|
HTMLEditorController.h
|
…
|
|
HTMLEditorDataTransfer.cpp
|
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 |
HTMLEditorDeleteHandler.cpp
|
Bug 1672900 - part 3: Make `ExtendOrShrinkRangeToDelete()` selects all contents in all list items if a list element is selected or all list items in a list element is selected r=m_kato
|
2021-09-11 07:17:38 +00:00 |
HTMLEditorDocumentCommands.cpp
|
…
|
|
HTMLEditorEventListener.cpp
|
…
|
|
HTMLEditorEventListener.h
|
…
|
|
HTMLEditorObjectResizer.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 |
HTMLEditorState.cpp
|
Bug 1726064 - part 10: Make the constructor of `AlignStateAtSelection` use `HTMLEditUtils::GetInclusiveAncestorElement()` r=m_kato
|
2021-08-20 22:17:02 +00:00 |
HTMLInlineTableEditor.cpp
|
…
|
|
HTMLStyleEditor.cpp
|
…
|
|
HTMLTableEditor.cpp
|
Bug 1732234 - Fix non-unified build errors in editor/. r=masayuki
|
2021-09-28 04:26:52 +00:00 |
InsertNodeTransaction.cpp
|
…
|
|
InsertNodeTransaction.h
|
…
|
|
InsertTextTransaction.cpp
|
…
|
|
InsertTextTransaction.h
|
…
|
|
InternetCiter.cpp
|
Bug 1736938 Part 2 - Make all LineBreaker's methods static, and adapt the callers. r=jfkthame
|
2021-10-25 19:00:22 +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 |
JoinNodeTransaction.cpp
|
…
|
|
JoinNodeTransaction.h
|
…
|
|
ManualNAC.h
|
…
|
|
PlaceholderTransaction.cpp
|
…
|
|
PlaceholderTransaction.h
|
…
|
|
ReplaceTextTransaction.cpp
|
…
|
|
ReplaceTextTransaction.h
|
…
|
|
SelectionState.cpp
|
Bug 1719669 - Fix the reverse loop in `SelectionState::SaveSelection()` r=m_kato
|
2021-07-12 07:52:32 +00:00 |
SelectionState.h
|
…
|
|
SplitNodeTransaction.cpp
|
Bug 1727185 - Add `MOZ_DIAGNOSTIC_ASSERT` to the constructors of `DeleteNodeTransaction` and `SplitNodeTransaction` and make their users return error before hitting it r=m_kato
|
2021-08-25 00:39:41 +00:00 |
SplitNodeTransaction.h
|
…
|
|
TextEditSubActionHandler.cpp
|
Bug 1720809 - part 2: Make `insertLineBreak` command handler in `HTMLEditor` insert a linefeed character instead of `<br>` element in same condition as Blink/WebKit r=m_kato
|
2021-09-10 21:45:47 +00:00 |
TextEditor.cpp
|
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 |
TextEditor.h
|
Bug 1720809 - part 2: Make `insertLineBreak` command handler in `HTMLEditor` insert a linefeed character instead of `<br>` element in same condition as Blink/WebKit r=m_kato
|
2021-09-10 21:45:47 +00:00 |
TextEditorDataTransfer.cpp
|
Bug 1727176, use the principal to determine the source of the drag, r=masayuki
|
2021-08-31 00:58:35 +00:00 |
TypeInState.cpp
|
…
|
|
TypeInState.h
|
Bug 1730429 - part 2: Delete empty inline elements which become newly empty but preserve the styles for next editing r=m_kato
|
2021-09-15 04:13:44 +00:00 |
WSRunObject.cpp
|
Bug 1729170 - Make all methods of `nsTextFragment` take `uint32_t` for the offset and length of text r=smaug
|
2021-10-12 05:05:12 +00:00 |
WSRunObject.h
|
Bug 1724650 - part 6: Make white-space normalizers treat `white-space: pre-line` correctly r=m_kato
|
2021-09-10 04:04:29 +00:00 |
moz.build
|
Bug 1311934 - Replace `TextServicesDocument::IsBlockNode()` with `HTMLEditUtils::IsBlockElement()` r=m_kato
|
2021-07-19 23:11:25 +00:00 |