[webkit-changes] [WebKit/WebKit] 94a9d9: [LFC][Integration] Move BoxGeometryUpdater from in...

Alan Baradlay noreply at github.com
Thu Sep 26 05:17:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94a9d96af39660afab82b3b748b344693d87f6bc
      https://github.com/WebKit/WebKit/commit/94a9d96af39660afab82b3b748b344693d87f6bc
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-09-26 (Thu, 26 Sep 2024)

  Changed paths:
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.cpp
    A Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h
    R Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp
    R Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h

  Log Message:
  -----------
  [LFC][Integration] Move BoxGeometryUpdater from integration/inline to integration directory
https://bugs.webkit.org/show_bug.cgi?id=280368

Reviewed by Antti Koivisto.

BoxGeometryUpdater is going to be used by multiple formatting context implementations.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.cpp: Renamed from Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp.
(WebCore::LayoutIntegration::usedValueOrZero):
(WebCore::LayoutIntegration::adjustBorderForTableAndFieldset):
(WebCore::LayoutIntegration::intrinsicPaddingForTableCell):
(WebCore::LayoutIntegration::BoxGeometryUpdater::BoxGeometryUpdater):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setListMarkerOffsetForMarkerOutside):
(WebCore::LayoutIntegration::contentLogicalWidthForRenderer):
(WebCore::LayoutIntegration::contentLogicalHeightForRenderer):
(WebCore::LayoutIntegration::BoxGeometryUpdater::horizontalLogicalMargin):
(WebCore::LayoutIntegration::BoxGeometryUpdater::verticalLogicalMargin):
(WebCore::LayoutIntegration::BoxGeometryUpdater::logicalBorder):
(WebCore::LayoutIntegration::BoxGeometryUpdater::logicalPadding):
(WebCore::LayoutIntegration::scrollbarLogicalSize):
(WebCore::LayoutIntegration::setIntegrationBaseline):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateLayoutBoxDimensions):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateLineBreakBoxDimensions):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateInlineBoxDimensions):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setFormattingContextContentGeometry):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setFormattingContextRootGeometry):
(WebCore::LayoutIntegration::BoxGeometryUpdater::formattingContextConstraints):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateBoxGeometryAfterIntegrationLayout):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateBoxGeometry):
(WebCore::LayoutIntegration::BoxGeometryUpdater::rootLayoutBox const):
(WebCore::LayoutIntegration::BoxGeometryUpdater::rootRenderer const):
(WebCore::LayoutIntegration::BoxGeometryUpdater::isHorizontalWritingMode const):
(WebCore::LayoutIntegration::BoxGeometryUpdater::blockFlowDirection const):
* Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h: Renamed from Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h.
(WebCore::LayoutIntegration::BoxGeometryUpdater::takeNestedListMarkerOffsets):
(WebCore::LayoutIntegration::BoxGeometryUpdater::layoutState):
(WebCore::LayoutIntegration::BoxGeometryUpdater::layoutState const):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list