Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b6d31e378925a49a2e3b30fcdc8be3e3673f7225
      
https://github.com/WebKit/WebKit/commit/b6d31e378925a49a2e3b30fcdc8be3e3673f7225
  Author: Alan Baradlay <[email protected]>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M Source/JavaScriptCore/tools/CharacterPropertyDataGenerator.cpp
    M Source/WebCore/Headers.cmake
    M Source/WebCore/SaferCPPExpectations/ForwardDeclCheckerExpectations
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp
    M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp
    R Source/WebCore/rendering/BreakLines.cpp
    R Source/WebCore/rendering/BreakLines.h
    A Source/WebCore/rendering/BreakablePositions.cpp
    A Source/WebCore/rendering/BreakablePositions.h
    M Source/WebCore/rendering/LegacyInlineTextBox.cpp
    M Source/WebCore/rendering/RenderText.cpp
    M Source/WebCore/rendering/line/BreakingContext.h
    M Source/WebKitLegacy/ios/Misc/WebUIKitSupport.mm

  Log Message:
  -----------
  [cleanup] Rename BreakLines to BreakablePositions
https://bugs.webkit.org/show_bug.cgi?id=299673

Reviewed by Antti Koivisto.

This class is responsible for finding soft wrap opportunities (we don't even 
have lines here).

* Source/JavaScriptCore/tools/CharacterPropertyDataGenerator.cpp:
(JSC::LineBreakData::dump):
* Source/WebCore/Headers.cmake:
* Source/WebCore/SaferCPPExpectations/ForwardDeclCheckerExpectations:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp:
(WebCore::Layout::canBreakBefore):
* Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:
(WebCore::Layout::TextUtil::findNextBreakablePosition):
* Source/WebCore/rendering/BreakablePositions.cpp: Renamed from 
Source/WebCore/rendering/BreakLines.cpp.
* Source/WebCore/rendering/BreakablePositions.h: Renamed from 
Source/WebCore/rendering/BreakLines.h.
(WebCore::BreakablePositions::next):
(WebCore::BreakablePositions::isBreakableSpace):
(WebCore::BreakablePositions::nextBreakablePosition):
(WebCore::BreakablePositions::nextBreakableSpace):
(WebCore::BreakablePositions::nextCharacter):
(WebCore::BreakablePositions::isBreakable):
(WebCore::BreakablePositions::classify):
* Source/WebCore/rendering/LegacyInlineTextBox.cpp:
* Source/WebCore/rendering/RenderText.cpp:
(WebCore::RenderText::computePreferredLogicalWidths):
* Source/WebCore/rendering/line/BreakingContext.h:
(WebCore::BreakingContext::handleText):
* Source/WebKitLegacy/ios/Misc/WebUIKitSupport.mm:
(WebKitGetLastLineBreakInBuffer):

Canonical link: https://commits.webkit.org/300685@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to