[webkit-changes] [WebKit/WebKit] 8bce42: [IFC][Geometry] Transition out-of-flow box geometr...

Alan Baradlay noreply at github.com
Tue Dec 26 11:16:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bce42e444385724c671a11d957374f49bc2e445
      https://github.com/WebKit/WebKit/commit/8bce42e444385724c671a11d957374f49bc2e445
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp

  Log Message:
  -----------
  [IFC][Geometry] Transition out-of-flow box geometry to visual (block only)
https://bugs.webkit.org/show_bug.cgi?id=266892

Reviewed by Antti Koivisto.

This is in preparation for moving all final BoxGeometry coords to visual.

* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp:
(WebCore::Layout::setGeometryForOutOfFlowBoxes):
(WebCore::Layout::InlineDisplayContentBuilder::setGeometryForBlockLevelOutOfFlowBoxes):
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::updateRenderTreePositions): enable visual to logical conversion for both block and inline out-of-flow boxes.

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




More information about the webkit-changes mailing list