[webkit-changes] [WebKit/WebKit] 22976f: [IFC][Partial layout] Do not bail out of partial l...

Alan Baradlay noreply at github.com
Tue Mar 7 06:18:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 22976f20af7096111c0698d557c04d858c6d2caf
      https://github.com/WebKit/WebKit/commit/22976f20af7096111c0698d557c04d858c6d2caf
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp

  Log Message:
  -----------
  [IFC][Partial layout] Do not bail out of partial layout when direction is right-to-left
https://bugs.webkit.org/show_bug.cgi?id=253444

Reviewed by Antti Koivisto.

Unfortunately this does not really improve partial layout coverage as most RTL content still requires paragraph level bidi handling (and visual re-ordering)
pending on InlineItemsBuilder work (however the bail out logic should be based on the content and not based on the CSS property value).

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterChangeFor):

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




More information about the webkit-changes mailing list