[webkit-changes] [WebKit/WebKit] d09d07: Remove LayoutFormattingContextEnabled from Depreca...

Tim Nguyen noreply at github.com
Fri Jan 6 11:32:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d09d0722059323d1480e1a5b471dfc4e0672c7b9
      https://github.com/WebKit/WebKit/commit/d09d0722059323d1480e1a5b471dfc4e0672c7b9
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/page/DeprecatedGlobalSettings.h
    M Source/WebCore/page/FrameView.cpp
    M Source/WebCore/page/FrameViewLayoutContext.cpp
    M Source/WebCore/page/Page.cpp

  Log Message:
  -----------
  Remove LayoutFormattingContextEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250182
rdar://103944572

Reviewed by Alan Baradlay.

Check from Frame & Page instead of DeprecatedGlobalSettings.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setLayoutFormattingContextEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::layoutFormattingContextEnabled): Deleted.
* Source/WebCore/page/FrameView.cpp:
(WebCore::FrameView::flushCompositingStateForThisFrame):
* Source/WebCore/page/FrameViewLayoutContext.cpp:
(WebCore::FrameViewLayoutContext::layoutUsingFormattingContext):
* Source/WebCore/page/Page.cpp:
(WebCore::Page::doAfterUpdateRendering):

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




More information about the webkit-changes mailing list