.. |
crashtests
|
Bug 1843794 - Rewrite editor/AsyncSpellCheckTestHelper.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=masayuki
|
2023-07-19 00:43:33 +00:00 |
tests
|
Bug 1843794 - Rewrite editor/AsyncSpellCheckTestHelper.sys.mjs consumers in html/xhtml to use ChromeUtils.importESModule. r=masayuki
|
2023-07-19 00:43:33 +00:00 |
AutoRangeArray.cpp
|
Bug 1839793 - Move EditorBase::FindBetterInsertionPoint into TextEditor r=m_kato
|
2023-06-27 04:23:09 +00:00 |
AutoRangeArray.h
|
Bug 1811409 - part 4: Make AutoMoveOneLineHandler never split container of insertion point r=m_kato
|
2023-02-03 05:19:42 +00:00 |
ChangeAttributeTransaction.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
ChangeAttributeTransaction.h
|
|
|
ChangeStyleTransaction.cpp
|
Bug 1839950 - CSSStyleDeclaration.getPropertyValue doesn't throw. r=peterv
|
2023-06-27 08:21:46 +00:00 |
ChangeStyleTransaction.h
|
|
|
CompositionTransaction.cpp
|
|
|
CompositionTransaction.h
|
|
|
CSSEditUtils.cpp
|
Bug 1839950 - CSSStyleDeclaration.getPropertyValue doesn't throw. r=peterv
|
2023-06-27 08:21:46 +00:00 |
CSSEditUtils.h
|
Bug 1833543 - Get rid of typedef s from the editor module r=m_kato
|
2023-05-19 02:58:53 +00:00 |
DeleteContentTransactionBase.cpp
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
DeleteContentTransactionBase.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
DeleteMultipleRangesTransaction.cpp
|
Bug 1797247 - part 2: Make DeleteTextTransaction::DoTransaction and DeleteRangeTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-15 22:23:34 +00:00 |
DeleteMultipleRangesTransaction.h
|
Bug 1797247 - part 2: Make DeleteTextTransaction::DoTransaction and DeleteRangeTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-15 22:23:34 +00:00 |
DeleteNodeTransaction.cpp
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
DeleteNodeTransaction.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
DeleteRangeTransaction.cpp
|
Bug 1797247 - part 2: Make DeleteTextTransaction::DoTransaction and DeleteRangeTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-15 22:23:34 +00:00 |
DeleteRangeTransaction.h
|
Bug 1797247 - part 2: Make DeleteTextTransaction::DoTransaction and DeleteRangeTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-15 22:23:34 +00:00 |
DeleteTextTransaction.cpp
|
Bug 1797247 - part 2: Make DeleteTextTransaction::DoTransaction and DeleteRangeTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-15 22:23:34 +00:00 |
DeleteTextTransaction.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
EditAction.h
|
Bug 1808722 - Make the delete handler of HTMLEditor collapse Selection to end of left block after joining blocks r=m_kato
|
2023-01-30 08:32:35 +00:00 |
EditAggregateTransaction.cpp
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
EditAggregateTransaction.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
EditorBase.cpp
|
Bug 1842546 - Removed dom.input_events.beforeinput.enabled pref. r=dom-core,webidl,smaug,masayuki
|
2023-07-17 08:50:11 +00:00 |
EditorBase.h
|
Bug 1839553 - Move EditorBase::IsInPlaintextMode() to HTMLEditor with renaming to IsPlaintextMailComposer() r=m_kato
|
2023-06-28 01:01:12 +00:00 |
EditorCommands.cpp
|
Bug 1815969 - part 5: Make editors handle pasting something in new focused editor if a paste event listener moves focus r=m_kato
|
2023-05-10 06:44:53 +00:00 |
EditorCommands.h
|
Bug 1810663 - Add Gecko specific command to enable new join/split node direction r=smaug,m_kato
|
2023-03-21 23:58:04 +00:00 |
EditorController.cpp
|
|
|
EditorController.h
|
|
|
EditorDOMPoint.h
|
Bug 1839793 - Move EditorBase::FindBetterInsertionPoint into TextEditor r=m_kato
|
2023-06-27 04:23:09 +00:00 |
EditorEventListener.cpp
|
Bug 1817723 - Allow HTMLEditor can receive events when the focus is switched between elements in the same shadow tree. r=masayuki
|
2023-07-07 14:55:28 +00:00 |
EditorEventListener.h
|
|
|
EditorForwards.h
|
Bug 1815383 - part 1: Make InsertTextTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-17 08:25:24 +00:00 |
EditorUtils.cpp
|
Bug 1815639 - part 12: Make AutoDeleteRangesHandler::HandleDeleteHRElement() stop touching Selection r=m_kato
|
2023-02-21 11:19:10 +00:00 |
EditorUtils.h
|
Bug 1815639 - part 12: Make AutoDeleteRangesHandler::HandleDeleteHRElement() stop touching Selection r=m_kato
|
2023-02-21 11:19:10 +00:00 |
EditTransactionBase.cpp
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
EditTransactionBase.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
HTMLAbsPositionEditor.cpp
|
Bug 1817641 - Convert RGBA to AbsoluteColor for computed/animated/resolved CSS colors r=emilio
|
2023-03-07 11:28:15 +00:00 |
HTMLAnonymousNodeEditor.cpp
|
Bug 1839950 - CSSStyleDeclaration.getPropertyValue doesn't throw. r=peterv
|
2023-06-27 08:21:46 +00:00 |
HTMLEditHelpers.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
HTMLEditHelpers.h
|
Bug 1833543 - Get rid of typedef s from the editor module r=m_kato
|
2023-05-19 02:58:53 +00:00 |
HTMLEditor.cpp
|
Bug 1842546 - Removed dom.input_events.beforeinput.enabled pref. r=dom-core,webidl,smaug,masayuki
|
2023-07-17 08:50:11 +00:00 |
HTMLEditor.h
|
Bug 1839553 - Move EditorBase::IsInPlaintextMode() to HTMLEditor with renaming to IsPlaintextMailComposer() r=m_kato
|
2023-06-28 01:01:12 +00:00 |
HTMLEditorCommands.cpp
|
Bug 1815969 - part 5: Make editors handle pasting something in new focused editor if a paste event listener moves focus r=m_kato
|
2023-05-10 06:44:53 +00:00 |
HTMLEditorController.cpp
|
Bug 1810663 - Add Gecko specific command to enable new join/split node direction r=smaug,m_kato
|
2023-03-21 23:58:04 +00:00 |
HTMLEditorController.h
|
|
|
HTMLEditorDataTransfer.cpp
|
Bug 1839553 - Move EditorBase::IsInPlaintextMode() to HTMLEditor with renaming to IsPlaintextMailComposer() r=m_kato
|
2023-06-28 01:01:12 +00:00 |
HTMLEditorDeleteHandler.cpp
|
Bug 1839553 - Move EditorBase::IsInPlaintextMode() to HTMLEditor with renaming to IsPlaintextMailComposer() r=m_kato
|
2023-06-28 01:01:12 +00:00 |
HTMLEditorDocumentCommands.cpp
|
Bug 1810663 - Add Gecko specific command to enable new join/split node direction r=smaug,m_kato
|
2023-03-21 23:58:04 +00:00 |
HTMLEditorEventListener.cpp
|
|
|
HTMLEditorEventListener.h
|
|
|
HTMLEditorInlines.h
|
Bug 1809129 - part 5: Make AutoListElementCreator copy attributes at replacing block elements r=m_kato
|
2023-02-14 02:51:32 +00:00 |
HTMLEditorNestedClasses.h
|
Bug 1809129 - part 5: Make AutoListElementCreator copy attributes at replacing block elements r=m_kato
|
2023-02-14 02:51:32 +00:00 |
HTMLEditorObjectResizer.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
HTMLEditorState.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
HTMLEditSubActionHandler.cpp
|
Backed out 2 changesets (bug 1840822) editor/libeditor/tests/test_htmleditor_keyevent_handling.html CLOSED TREE
|
2023-07-06 16:07:49 +03:00 |
HTMLEditUtils.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
HTMLEditUtils.h
|
Bug 1756237 - Make HTMLEditor::HandleHTMLIndentAroundRanges validate DOM tree in each time of the loop r=m_kato
|
2023-06-15 08:15:38 +00:00 |
HTMLInlineTableEditor.cpp
|
Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar
|
2023-06-23 10:01:32 +00:00 |
HTMLStyleEditor.cpp
|
Bug 1840500 - Make HTMLEditor::ClearStyleAt() remove <br> for reuse before removing its parent from the tree r=m_kato
|
2023-07-12 00:52:39 +00:00 |
HTMLTableEditor.cpp
|
|
|
InsertNodeTransaction.cpp
|
|
|
InsertNodeTransaction.h
|
|
|
InsertTextTransaction.cpp
|
Bug 1768317 - Make InsertTextTransaction::GetData() returns reference of its mStringToInsert r=m_kato
|
2023-06-12 00:08:02 +00:00 |
InsertTextTransaction.h
|
Bug 1768317 - Make InsertTextTransaction::GetData() returns reference of its mStringToInsert r=m_kato
|
2023-06-12 00:08:02 +00:00 |
InternetCiter.cpp
|
|
|
InternetCiter.h
|
|
|
JoinNodesTransaction.cpp
|
|
|
JoinNodesTransaction.h
|
|
|
JoinSplitNodeDirection.h
|
|
|
ManualNAC.h
|
Bug 1833543 - Get rid of typedef s from the editor module r=m_kato
|
2023-05-19 02:58:53 +00:00 |
MoveNodeTransaction.cpp
|
|
|
MoveNodeTransaction.h
|
|
|
moz.build
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
PendingStyles.cpp
|
Bug 1814337 - Fix bugs at applying multiple styles to collapsed Selection r=m_kato
|
2023-02-07 14:52:02 +00:00 |
PendingStyles.h
|
Bug 1814337 - Fix bugs at applying multiple styles to collapsed Selection r=m_kato
|
2023-02-07 14:52:02 +00:00 |
PlaceholderTransaction.cpp
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
PlaceholderTransaction.h
|
Bug 1797247 - part 1: Add delete transaction classes to use build time type checks r=m_kato
|
2023-02-15 22:17:17 +00:00 |
ReplaceTextTransaction.cpp
|
Bug 1815383 - part 3: Make ReplaceTextTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-17 09:42:31 +00:00 |
ReplaceTextTransaction.h
|
Bug 1815383 - part 3: Make ReplaceTextTransaction::DoTransaction stop updating Selection directly r=m_kato
|
2023-02-17 09:42:31 +00:00 |
SelectionState.cpp
|
Bug 1820448 - Make RangeUpdater::SelAdjSplitNode handle insertion better r=m_kato
|
2023-03-13 18:30:04 +00:00 |
SelectionState.h
|
Bug 1821799 - Make AutoTrackDOMPoint clear tracking point if the result gets lost from the document r=m_kato
|
2023-06-19 00:23:50 +00:00 |
SplitNodeTransaction.cpp
|
|
|
SplitNodeTransaction.h
|
|
|
TextEditor.cpp
|
Bug 1840804 - Make TextEditor::OnBlur stop finalizing Selection if new element already gets focus r=m_kato
|
2023-06-30 00:17:05 +00:00 |
TextEditor.h
|
Bug 1839814 - Move nsIEditor.wrapWidth to nsIEditorMailSupport r=m_kato
|
2023-06-27 05:47:55 +00:00 |
TextEditorDataTransfer.cpp
|
Bug 1815969 - part 4: Redesign PasteTransferableAsAction as same as the methods touched by the previous patch r=m_kato
|
2023-05-10 06:44:53 +00:00 |
TextEditSubActionHandler.cpp
|
Bug 1839793 - Move EditorBase::FindBetterInsertionPoint into TextEditor r=m_kato
|
2023-06-27 04:23:09 +00:00 |
WSRunObject.cpp
|
Bug 1755710 - Fix the assertion in WhiteSpaceVisibilityKeeper::MakeSureToKeepVisibleStateOfWhiteSpacesAroundDeletingRange r=m_kato
|
2023-06-16 05:08:56 +00:00 |
WSRunObject.h
|
Bug 1833320 - Make HTMLEditor::HandleInsertParagraphInListItemElement consider caret position without WSScanResult if it reaches a block boundary r=m_kato
|
2023-05-23 02:46:20 +00:00 |