[webkit-changes] [WebKit/WebKit] 52e12b: Support QU and SP break-class in fast path

Yusuke Suzuki noreply at github.com
Thu Jul 18 21:21:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52e12b92108758547e05df45cc8e8a439b2135df
      https://github.com/WebKit/WebKit/commit/52e12b92108758547e05df45cc8e8a439b2135df
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-07-18 (Thu, 18 Jul 2024)

  Changed paths:
    M Source/WebCore/rendering/BreakLines.h

  Log Message:
  -----------
  Support QU and SP break-class in fast path
https://bugs.webkit.org/show_bug.cgi?id=276765
rdar://131982061

Reviewed by Alan Baradlay.

This patch adds QU and SP break-class support in BreakLines.
We intentionally do not categorize u201c u201d as QU since they sometimes are categorized into open/close punctuations.

* Source/WebCore/rendering/BreakLines.h:
(WebCore::BreakLines::nextBreakablePosition):
(WebCore::BreakLines::classify):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list