Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2a73708a7d705db9f56290d01f0ab6bab1a18353 https://github.com/WebKit/WebKit/commit/2a73708a7d705db9f56290d01f0ab6bab1a18353 Author: Alan Baradlay <za...@apple.com> Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths: M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp M Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.cpp M Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.h Log Message: ----------- [IFC][Ruby] Turn RubyFormattingContext into a static helper class https://bugs.webkit.org/show_bug.cgi?id=265774 Reviewed by Antti Koivisto. * Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp: (WebCore::Layout::LineBoxBuilder::setVerticalPropertiesForInlineLevelBox const): * Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp: (WebCore::Layout::InlineDisplayContentBuilder::processRubyBase): (WebCore::Layout::InlineDisplayContentBuilder::applyRubyOverhang): * Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.cpp: (WebCore::Layout::halfOfAFullWidthCharacter): (WebCore::Layout::baseContentIndex): (WebCore::Layout::visualRectIncludingBlockDirection): (WebCore::Layout::annotationOverlapCheck): (WebCore::Layout::RubyFormattingContext::placeAnnotationBox): (WebCore::Layout::RubyFormattingContext::sizeAnnotationBox): (WebCore::Layout::RubyFormattingContext::applyAnnotationContributionToLayoutBounds): (WebCore::Layout::RubyFormattingContext::overhangForAnnotationBefore): (WebCore::Layout::RubyFormattingContext::overhangForAnnotationAfter): (WebCore::Layout::RubyFormattingContext::RubyFormattingContext): Deleted. (WebCore::Layout::RubyFormattingContext::applyAnnotationContributionToLayoutBounds const): Deleted. (WebCore::Layout::RubyFormattingContext::visualRectIncludingBlockDirection const): Deleted. (WebCore::Layout::RubyFormattingContext::annotationOverlapCheck const): Deleted. * Source/WebCore/layout/formattingContexts/inline/ruby/RubyFormattingContext.h: (WebCore::Layout::RubyFormattingContext::parentFormattingContext const): Deleted. Canonical link: https://commits.webkit.org/271552@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes