[webkit-changes] [WebKit/WebKit] d4622b: [FFC] Compute flex item's cross size by running la...

Alan Baradlay noreply at github.com
Sun Jul 2 14:08:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4622b82ae1e4bc60ee2165bc1ceb115cb38af78
      https://github.com/WebKit/WebKit/commit/d4622b82ae1e4bc60ee2165bc1ceb115cb38af78
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-07-02 (Sun, 02 Jul 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp

  Log Message:
  -----------
  [FFC] Compute flex item's cross size by running layout
https://bugs.webkit.org/show_bug.cgi?id=258779

Reviewed by Antti Koivisto.

Call IFC directly to compute the cross size of each flex item.
(This will eventually run through integration codepath)

* Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:
(WebCore::Layout::FlexLayout::hypotheticalCrossSizeForFlexItems const):

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




More information about the webkit-changes mailing list