gecko-dev/editor/libeditor
Masayuki Nakano a240090dfd Bug 1646325 - part 4: Make WSRunScanner create WSFragment when it's needed r=m_kato
In most methods of `WSRunScanner`, `WSFragment`s are never used.  Therefore,
this patch makes them created when they are necessary.

Depends on D80315

Differential Revision: https://phabricator.services.mozilla.com/D80638
2020-06-24 08:37:26 +00:00
..
crashtests Bug 1646890 - Add automated test for bug 1645983 r=m_kato 2020-06-22 14:48:47 +00:00
tests Bug 1602668 - M(1) manifest and test changes. r=kmag,karlt,necko-reviewers,valentin 2020-06-22 19:09:49 +00:00
ChangeAttributeTransaction.cpp
ChangeAttributeTransaction.h
ChangeStyleTransaction.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
ChangeStyleTransaction.h
CompositionTransaction.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
CompositionTransaction.h
CreateElementTransaction.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
CreateElementTransaction.h
CSSEditUtils.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
CSSEditUtils.h
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 1634663: part 2) Declare callers of GetRangeAt around EditorBase const. r=masayuki 2020-05-02 23:44:46 +00:00
DeleteRangeTransaction.h Bug 1634663: part 2) Declare callers of GetRangeAt around EditorBase const. r=masayuki 2020-05-02 23:44:46 +00:00
DeleteTextTransaction.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +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
EditActionListener.h
EditAggregateTransaction.cpp Bug 1626570 - Improve handling of copying arrays in editor/. r=m_kato 2020-05-06 11:15:49 +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
EditorBase.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
EditorBase.h Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +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
EditorController.h
EditorDOMPoint.h Bug 1642594 - part 5: Implement first version of new white-space normalizer which simulates Blink's one r=m_kato 2020-06-15 07:37:56 +00:00
EditorEventListener.cpp Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +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 1640276 - Part 11: Mark nsINode as const in IsPointInSelection() r=masayuki 2020-06-19 00:58:40 +00:00
EditorUtils.h Bug 1640276 - Part 11: Mark nsINode as const in IsPointInSelection() r=masayuki 2020-06-19 00:58:40 +00:00
EditTransactionBase.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
EditTransactionBase.h Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
HTMLAbsPositionEditor.cpp Bug 1637712 - Consider to move *Ancestor* API to nsINode r=emilio 2020-05-20 14:55:15 +00:00
HTMLAnonymousNodeEditor.cpp Bug 1640601 - Also reframe the closest non-anonymous root when switching anonymous content from display: none to something else. r=mats 2020-05-25 23:54:10 +00:00
HTMLEditor.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
HTMLEditor.h Bug 1642594 - part 5: Implement first version of new white-space normalizer which simulates Blink's one r=m_kato 2020-06-15 07:37:56 +00:00
HTMLEditorCommands.cpp
HTMLEditorController.cpp
HTMLEditorController.h
HTMLEditorDataTransfer.cpp Bug 1634663: part 2) Declare callers of GetRangeAt around EditorBase const. r=masayuki 2020-05-02 23:44:46 +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 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +00:00
HTMLEditorEventListener.h Bug 1632425 - Part 3: Triple click to select anchors r=masayuki 2020-06-03 23:47:55 +00:00
HTMLEditorObjectResizer.cpp Bug 1640623 - Use enum classes for LookAndFeel int and float IDs. r=jmathies,geckoview-reviewers,esawin 2020-06-11 11:27:43 +00:00
HTMLEditSubActionHandler.cpp Bug 1642594 - part 5: Implement first version of new white-space normalizer which simulates Blink's one r=m_kato 2020-06-15 07:37:56 +00:00
HTMLEditUtils.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
HTMLEditUtils.h Bug 1646296 - part 2: Split WSRunScanner::GetWSNodes() r=m_kato 2020-06-18 07:20:54 +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 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
HTMLTableEditor.cpp Bug 1635709: part 17) Annotate CellIndexes's methods with MOZ_CAN_RUN_SCRIPT. r=masayuki 2020-05-14 10:08:44 +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
InsertTextTransaction.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
InsertTextTransaction.h
InternetCiter.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
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 1640601 - Also reframe the closest non-anonymous root when switching anonymous content from display: none to something else. r=mats 2020-05-25 23:54:10 +00:00
moz.build Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
PlaceholderTransaction.cpp
PlaceholderTransaction.h Bug 1633014 - Fix non-unified build errors in editor/. r=m_kato 2020-04-27 03:36:57 +00:00
ReplaceTextTransaction.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
ReplaceTextTransaction.h Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
SelectionState.cpp Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +00:00
SelectionState.h Bug 1639161 - part 1: Create ReplaceTextTransaction class r=m_kato 2020-05-21 02:30:09 +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
TextEditor.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
TextEditor.h Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
TextEditorDataTransfer.cpp Bug 1632425 - Part 1: Add EditorUtils::IsPointInSelection() r=masayuki 2020-06-03 03:08:05 +00:00
TextEditSubActionHandler.cpp Bug 1642594 - part 4: Stop using "whitespace" in under libeditor r=m_kato 2020-06-10 13:44:10 +00:00
TypeInState.cpp Bug 1642949 - Replace uses of RemoveElementAt by RemoveLastElement/PopLastElement where possible. r=necko-reviewers,froydnj 2020-06-10 10:46:14 +00:00
TypeInState.h
WSRunObject.cpp Bug 1646325 - part 4: Make WSRunScanner create WSFragment when it's needed r=m_kato 2020-06-24 08:37:26 +00:00
WSRunObject.h Bug 1646325 - part 4: Make WSRunScanner create WSFragment when it's needed r=m_kato 2020-06-24 08:37:26 +00:00