forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1739524 - part 1: Make
RangeUpdater::SelAdjJoinNodes()
handle b…
…oth cases that right/left node is joined into the other r=m_kato Currently, it assumes that all children or text data of `aRightContent` is moved into `aLeftContent`. However, we need the opposite case when we fix bug 1735608. Unfortunately, we cannot test the new path until we fix bug 1735608. Therefore, the new path may contain some bugs. Differential Revision: https://phabricator.services.mozilla.com/D130426
- Loading branch information
1 parent
54fe94e
commit 6588e65
Showing
4 changed files
with
79 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters