[webkit-changes] [WebKit/WebKit] 0c84e0: [IFC][Intrinsic width] There may be fractional dif...

Alan Baradlay noreply at github.com
Tue Jan 16 11:09:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c84e042d650991a677904d5955026e6eada281a
      https://github.com/WebKit/WebKit/commit/0c84e042d650991a677904d5955026e6eada281a
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.cpp

  Log Message:
  -----------
  [IFC][Intrinsic width] There may be fractional differences in measured width between fast and normal codepaths
https://bugs.webkit.org/show_bug.cgi?id=267589

Reviewed by Antti Koivisto.

Measured width value goes through a few type conversations during layout which could produce a fractional difference between these 2 codepaths.

* Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.cpp:
(WebCore::Layout::IntrinsicWidthHandler::maximumContentSize):

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




More information about the webkit-changes mailing list