[webkit-changes] [WebKit/WebKit] 4eae03: [IFC][Coverage] Remove accumulated AvoidanceReason...

Alan Baradlay noreply at github.com
Mon Sep 25 13:11:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4eae034b85458d7fb261c1958f43d2bfa84b5f0f
      https://github.com/WebKit/WebKit/commit/4eae034b85458d7fb261c1958f43d2bfa84b5f0f
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

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

  Log Message:
  -----------
  [IFC][Coverage] Remove accumulated AvoidanceReason handling
https://bugs.webkit.org/show_bug.cgi?id=262050

Reviewed by Antti Koivisto.

At this point we only have a few fallback reasons.

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForBlockStyle):
(WebCore::LayoutIntegration::canUseForChild):
(WebCore::LayoutIntegration::canUseForLineLayoutWithReason):
(WebCore::LayoutIntegration::canUseForLineLayout):
(WebCore::LayoutIntegration::printReason): Deleted.
(WebCore::LayoutIntegration::printReasons): Deleted.
(WebCore::LayoutIntegration::printTextForSubtree): Deleted.
(WebCore::LayoutIntegration::contentLengthForSubtreeStayWithinBlockFlow): Deleted.
(WebCore::LayoutIntegration::contentLengthForBlockFlow): Deleted.
(): Deleted.
(WebCore::LayoutIntegration::printModernLineLayoutBlockList): Deleted.
(WebCore::LayoutIntegration::printModernLineLayoutCoverage): Deleted.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.h:

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




More information about the webkit-changes mailing list