Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2c560c2cb2908e9d551f555e915951940acfbfe5 https://github.com/WebKit/WebKit/commit/2c560c2cb2908e9d551f555e915951940acfbfe5 Author: Alan Baradlay <za...@apple.com> Date: 2025-03-28 (Fri, 28 Mar 2025)
Changed paths: M Source/WebCore/dom/Document.cpp M Source/WebCore/editing/TextIterator.cpp M Source/WebCore/page/LocalFrameViewLayoutContext.cpp M Source/WebCore/page/LocalFrameViewLayoutContext.h M Source/WebCore/rendering/RenderBox.h M Source/WebCore/rendering/RenderBoxInlines.h M Source/WebCore/rendering/RenderElement.cpp M Source/WebCore/rendering/RenderElement.h M Source/WebCore/rendering/RenderElementInlines.h M Source/WebCore/rendering/RenderWidget.cpp Log Message: ----------- [Cleanup] Skipped content root has to be a RenderBox type https://bugs.webkit.org/show_bug.cgi?id=290558 Reviewed by Antti Koivisto. c-v applies to wherever size containment does (which means no RenderInline). * Source/WebCore/dom/Document.cpp: (WebCore::Document::caretPositionFromPoint): * Source/WebCore/editing/TextIterator.cpp: (WebCore::TextIterator::advance): * Source/WebCore/page/LocalFrameViewLayoutContext.cpp: (WebCore::LocalFrameViewLayoutContext::isSkippedContentRootForLayout const): * Source/WebCore/page/LocalFrameViewLayoutContext.h: * Source/WebCore/rendering/RenderBox.h: * Source/WebCore/rendering/RenderBoxInlines.h: (WebCore::isSkippedContentRoot): * Source/WebCore/rendering/RenderElement.cpp: (WebCore::RenderElement::styleWillChange): * Source/WebCore/rendering/RenderElement.h: * Source/WebCore/rendering/RenderElementInlines.h: (WebCore::isSkippedContentRoot): Deleted. * Source/WebCore/rendering/RenderWidget.cpp: Canonical link: https://commits.webkit.org/292825@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes