Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 30af57ba2babe91ccc1d37b250e472d01980ca99
https://github.com/WebKit/WebKit/commit/30af57ba2babe91ccc1d37b250e472d01980ca99
Author: Alan Baradlay <[email protected]>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
A
LayoutTests/fast/inline/white-space-trimming-with-nbsp-mode-assert-expected.txt
A LayoutTests/fast/inline/white-space-trimming-with-nbsp-mode-assert.html
M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp
Log Message:
-----------
[LFC][IFC] Do not cache lineHasOverflow in
LineBuilder::close::trimTrailingContent
https://bugs.webkit.org/show_bug.cgi?id=247329
<rdar://101815457>
Reviewed by Antti Koivisto.
Whether the line has overflow may change inside trimTrailingContent. Let's not
cache any of these values.
*
LayoutTests/fast/inline/white-space-trimming-with-nbsp-mode-assert-expected.txt:
Added.
* LayoutTests/fast/inline/white-space-trimming-with-nbsp-mode-assert.html:
Added.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:
(WebCore::Layout::LineBuilder::close):
Canonical link: https://commits.webkit.org/256207@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes