Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61fd0ef273e8347f936872579b9ab10aab9c528a
https://github.com/WebKit/WebKit/commit/61fd0ef273e8347f936872579b9ab10aab9c528a
Author: Alan Baradlay <[email protected]>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLine.h
M
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.cpp
M
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.h
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
[cleanup] Rename InlineDisplay::Line::hasInflowContent to isInFlowContentful
https://bugs.webkit.org/show_bug.cgi?id=303508
Reviewed by Antti Koivisto.
This is in preparation for adding hasInFlowContent() API (which will include
non-contentful lines as well)
* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLine.h:
(WebCore::InlineDisplay::Line::isInFlowContentful const):
(WebCore::InlineDisplay::Line::hasInlineContent const):
(WebCore::InlineDisplay::Line::Line):
(WebCore::InlineDisplay::Line::hasInflowContent const): Deleted.
*
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.cpp:
(WebCore::Layout::InlineDisplayLineBuilder::hasTrailingLineWithBlockContent):
* Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.cpp:
(WebCore::LayoutIntegration::InlineContent::isInFlowContentful const):
(WebCore::LayoutIntegration::InlineContent::hasInflowContent const): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContent.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::lastLineWithInflowContent):
(WebCore::LayoutIntegration::LineLayout::hasEllipsisInBlockDirectionOnLastFormattedLine
const):
(WebCore::LayoutIntegration::LineLayout::isSelfCollapsingContent const):
(WebCore::LayoutIntegration::LineLayout::lineCount const):
(WebCore::LayoutIntegration::LineLayout::firstLineBaseline const):
(WebCore::LayoutIntegration::LineLayout::lastLineBaseline const):
(WebCore::LayoutIntegration::LineLayout::firstRootInlineBox const):
(WebCore::LayoutIntegration::LineLayout::firstLineBox const):
(WebCore::LayoutIntegration::LineLayout::lastLineBox const):
(WebCore::LayoutIntegration::LineLayout::enclosingBorderBoxRectFor const):
Canonical link: https://commits.webkit.org/303910@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications