Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bacd813bd34a82d93fb689dd9f4d34371d7277bc https://github.com/WebKit/WebKit/commit/bacd813bd34a82d93fb689dd9f4d34371d7277bc Author: Wenson Hsieh <wenson_hs...@apple.com> Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths: M Source/WebCore/rendering/RenderObject.cpp Log Message: ----------- Rename several helper methods in iOS selection code after 291696@main https://bugs.webkit.org/show_bug.cgi?id=289968 Reviewed by Abrar Rahman Protyasha and Aditya Keerthi. Rename several helper methods that are grammatically incorrect: - `currentNodeRequiresToSeparateLines` → `shouldRenderSelectionOnSeparateLine` - `previousNodeRequiresToSeparateLines` → `shouldRenderPreviousSelectionOnSeparateLine` - `hasAncestorRequiresToSeparateLines` → `hasAncestorWithSelectionOnSeparateLine` * Source/WebCore/rendering/RenderObject.cpp: (WebCore::shouldRenderSelectionOnSeparateLine): (WebCore::hasAncestorWithSelectionOnSeparateLine): (WebCore::shouldRenderPreviousSelectionOnSeparateLine): (WebCore::RenderObject::collectSelectionGeometriesInternal): (WebCore::currentNodeRequiresToSeparateLines): Deleted. (WebCore::hasAncestorRequiresToSeparateLines): Deleted. (WebCore::previousNodeRequiresToSeparateLines): Deleted. Canonical link: https://commits.webkit.org/292317@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