[webkit-changes] [WebKit/WebKit] 1eb1d4: [IFC][Partial layout] Do not run partial invalidat...

Alan Baradlay noreply at github.com
Sat Feb 25 17:59:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1eb1d409c2d8f483080a20dc72e6ed68242a0889
      https://github.com/WebKit/WebKit/commit/1eb1d409c2d8f483080a20dc72e6ed68242a0889
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-02-25 (Sat, 25 Feb 2023)

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

  Log Message:
  -----------
  [IFC][Partial layout] Do not run partial invalidation when IFC has out-of-flow content
https://bugs.webkit.org/show_bug.cgi?id=252930
<rdar://105876093>

Reviewed by Antti Koivisto.

Disable partial invalidation when out-of-flow content is present. This is not supported yet.

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::shouldInvalidateLineLayoutPathAfterContentChangeFor):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::hasOutOfFlowContent const):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:

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




More information about the webkit-changes mailing list