[webkit-changes] [WebKit/WebKit] 0ed215: Remove InlineFormattingContextIntegrationEnabled f...

Tim Nguyen noreply at github.com
Sun Dec 3 12:38:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0ed215e663f0dc7c8a4ff504fa51e69b13eddb73
      https://github.com/WebKit/WebKit/commit/0ed215e663f0dc7c8a4ff504fa51e69b13eddb73
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-12-03 (Sun, 03 Dec 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
    M Source/WebCore/page/DeprecatedGlobalSettings.h

  Log Message:
  -----------
  Remove InlineFormattingContextIntegrationEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=265757
rdar://119100580

Reviewed by Alan Baradlay.

Look at `Document::settings()` instead.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForLineLayoutWithReason):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::isEnabled):
(WebCore::LayoutIntegration::LineLayout::canUseFor):
(WebCore::LayoutIntegration::LineLayout::canUseForPreferredWidthComputation):
(WebCore::LayoutIntegration::LineLayout::shouldInvalidateLineLayoutPathAfterContentChange):
(WebCore::LayoutIntegration::LineLayout::shouldInvalidateLineLayoutPathAfterTreeMutation):
(WebCore::LayoutIntegration::LineLayout::releaseCaches):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setInlineFormattingContextIntegrationEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::inlineFormattingContextIntegrationEnabled): Deleted.

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




More information about the webkit-changes mailing list