[webkit-changes] [WebKit/WebKit] 7496ad: [IFC][Cleanup] canUseForStyle only checks block le...

Alan Baradlay noreply at github.com
Tue Sep 12 07:50:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7496adff31566e6e6602edbe24945100ead4fc67
      https://github.com/WebKit/WebKit/commit/7496adff31566e6e6602edbe24945100ead4fc67
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

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

  Log Message:
  -----------
  [IFC][Cleanup] canUseForStyle only checks block level style
https://bugs.webkit.org/show_bug.cgi?id=261455

Reviewed by Antti Koivisto.

* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForBlockStyle):
(WebCore::LayoutIntegration::canUseForChild):
(WebCore::LayoutIntegration::canUseForLineLayoutWithReason):
(WebCore::LayoutIntegration::canUseForLineLayoutAfterBlockStyleChange):
(WebCore::LayoutIntegration::canUseForStyle): Deleted.
(WebCore::LayoutIntegration::canUseForLineLayoutAfterStyleChange): Deleted.
(WebCore::LayoutIntegration::canUseForLineLayoutAfterInlineBoxStyleChange): Deleted.
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::canUseForAfterBlockStyleChange):
(WebCore::LayoutIntegration::LineLayout::canUseForAfterStyleChange): Deleted.
(WebCore::LayoutIntegration::LineLayout::canUseForAfterInlineBoxStyleChange): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::styleDidChange):
* Source/WebCore/rendering/RenderInline.cpp:
(WebCore::RenderInline::styleDidChange):

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




More information about the webkit-changes mailing list