Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4712df393b97e76b3a98c2a98d634e59ed087f7b https://github.com/WebKit/WebKit/commit/4712df393b97e76b3a98c2a98d634e59ed087f7b Author: Vitor Roriz <vitor.ro...@apple.com> Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths: M Source/WebCore/editing/EditingStyle.cpp M Source/WebCore/editing/EditingStyle.h M Source/WebCore/editing/markup.cpp Log Message: ----------- EditingStyle: rename forceInline to forceDisplayInline https://bugs.webkit.org/show_bug.cgi?id=297003 rdar://157670437 Reviewed by Sammy Gill. "forceInline" is not a great name, it is misleading because in the EditingStyle context "inline" is often used to describe inline style of elements. It also doesn't express the fact that it is related to the CSS display property. * Source/WebCore/editing/EditingStyle.cpp: (WebCore::EditingStyle::forceDisplayInline): (WebCore::EditingStyle::forceInline): Deleted. * Source/WebCore/editing/EditingStyle.h: * Source/WebCore/editing/markup.cpp: (WebCore::StyledMarkupAccumulator::appendText): (WebCore::StyledMarkupAccumulator::appendStartTag): Canonical link: https://commits.webkit.org/298296@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