Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e15a351d35e27a1127512a99d3623ba9d513d64
https://github.com/WebKit/WebKit/commit/7e15a351d35e27a1127512a99d3623ba9d513d64
Author: Alan Baradlay <[email protected]>
Date: 2026-09-14 (Mon, 14 Sep 2026)
Changed paths:
M Source/WebCore/editing/Editor.cpp
M Source/WebCore/editing/Editor.h
M Source/WebCore/editing/FrameSelection.cpp
M Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.cpp
M Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h
M Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.cpp
M Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.h
M
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.cpp
M
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.h
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
M Source/WebCore/rendering/OutlinePainter.cpp
M Source/WebCore/rendering/OutlinePainter.h
M Source/WebCore/rendering/RenderInline.cpp
M Source/WebCore/rendering/RenderInline.h
M Source/WebCore/style/InlineTextBoxStyle.cpp
Log Message:
-----------
[cleanup] Type the inline box API on RenderBoxModelObject instead of
RenderInline
https://bugs.webkit.org/show_bug.cgi?id=323824
<rdar://problem/187061762>
Reviewed by Antti Koivisto.
An inline box is a RenderBoxModelObject that answers isInlineBox(), and none of
the functions taking one need anything more than that.
* Source/WebCore/editing/Editor.cpp:
* Source/WebCore/editing/Editor.h:
* Source/WebCore/editing/FrameSelection.cpp:
* Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.cpp:
* Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h:
* Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.cpp:
* Source/WebCore/layout/integration/inline/InlineIteratorInlineBox.h:
*
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.cpp:
*
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/rendering/OutlinePainter.cpp:
* Source/WebCore/rendering/OutlinePainter.h:
* Source/WebCore/rendering/RenderInline.cpp:
* Source/WebCore/rendering/RenderInline.h:
* Source/WebCore/style/InlineTextBoxStyle.cpp:
Canonical link: https://commits.webkit.org/321087@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications