Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[LFC][Integration] Remove ensureLineBoxes call from RenderedPosition …
…constructor https://bugs.webkit.org/show_bug.cgi?id=219164 Reviewed by Zalan Bujtas. Source/WebCore: It is not needed anymore. We can use LFC line layout through the editing code. * dom/Position.cpp: (WebCore::Position::ensureLineBoxes const): Deleted. * dom/Position.h: * editing/RenderedPosition.cpp: (WebCore::RenderedPosition::RenderedPosition): * editing/RenderedPosition.h: (WebCore::RenderedPosition::rootBox): Deleted. LayoutTests: * accessibility/mac/attachment-element-replacement-character-expected.txt: * platform/ios/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: Canonical link: https://commits.webkit.org/231859@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270150 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
8 changed files
with
31 additions
and
26 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
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