Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2e812cbdaf7d8055f049781798ab5651f73a71aa https://github.com/WebKit/WebKit/commit/2e812cbdaf7d8055f049781798ab5651f73a71aa Author: Alan Baradlay <za...@apple.com> Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths: M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h M Source/WebCore/layout/formattingContexts/inline/InlineLineTypes.h Log Message: ----------- [IFC][Partial layout] Using the number of cached lines in InlineFormattingState as a hint for the current line index does not work well with partial layout https://bugs.webkit.org/show_bug.cgi?id=252282 Reviewed by Antti Koivisto. * Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp: (WebCore::Layout::InlineFormattingContext::lineLayout): (WebCore::Layout::InlineFormattingContext::computedIntrinsicWidthForConstraint const): (WebCore::Layout::InlineFormattingContext::createDisplayContentForLine): * Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h: * Source/WebCore/layout/formattingContexts/inline/InlineLineTypes.h: Canonical link: https://commits.webkit.org/260372@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes